@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
	
	
body{
    
    font-family: 'Inter', sans-serif;
    background:#fff;
}

#loader{
	position:fixed;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background:rgba(255,255,255,1);
	z-index:999999;
	opacity:1;
	text-align:center;
}
.loading{
	-webkit-align-self:center;
	-ms-flex-item-align:center;
	align-self:center;
	width:100px;
	margin:0 auto;
	margin-top:25px;
	position:relative;
	text-indent:-9999em;
}
#loader p{
	font-style:italic;
	margin-top:20px;
}
.ball{
	border-radius:50%;
	background:#789540;
	width:10px;
	height:10px;
	position:absolute;
	-webkit-animation:loading 1.2s linear infinite;
	animation:loading 1.2s linear infinite;
}
.ball:nth-of-type(2){
	-webkit-animation-delay:0.4s;
	animation-delay:0.4s;
}
.ball:nth-of-type(3){
	-webkit-animation-delay:0.8s;
	animation-delay:0.8s;
} 
@-webkit-keyframes loading{ 
	0%{ 
		opacity:0;
		-webkit-transform:scale(0.5);
		transform:scale(0.5);
	} 
	20%{ 
		opacity:1;
		-webkit-transform:scale(1);
		transform:scale(1);
	} 
	40%{ 
		-webkit-transform:translate3d(33px,0,0);
		transform:translate3d(33px,0,0);
	} 
	60%{ 
		-webkit-transform:translate3d(66px,0,0); 
		transform:translate3d(66px,0,0);
	} 
	80%{ 
		-webkit-transform:translate3d(99px,0,0);
		transform:translate3d(99px,0,0);
		opacity:1;
	} 
	100%{ 
		-webkit-transform:translate3d(99px,0,0) scale(0.5);
		transform:translate3d(99px,0,0) scale(0.5);
		opacity:0;
	}
} 
@keyframes loading{ 
	0%{
		opacity:0; -webkit-transform:scale(0.5); 
		transform:scale(0.5);
	}
	20%{
		opacity:1; 
		-webkit-transform:scale(1); 
		transform:scale(1);
	}
	40%{
		-webkit-transform:translate3d(33px,0,0);
		transform:translate3d(33px,0,0);
	} 
	60%{
		-webkit-transform:translate3d(66px,0,0);
		transform:translate3d(66px,0,0);
	}
	80%{
		-webkit-transform:translate3d(99px,0,0);
		transform:translate3d(99px,0,0); opacity:1;
	} 
	100%{
		-webkit-transform:translate3d(99px,0,0) scale(0.5);
		transform:translate3d(99px,0,0) scale(0.5);
		opacity:0;
	}
}
.link-all-prod { position: absolute;right: 0;top: 10px;color:#595959;font-size:15px;font-family:'Inter';font-weight:400 }

.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg {
    width: 12px;
    height: 12px;
}
.w-60 {
    width: 60%;
}
.w-65 {
    width: 65%;
}
.w-md-50{ width:50%; }
.para-btn {
    color: #fff;
    background: #ff5722;
}
.bg-lightgreen {
    background: #e4f7bf!important;
}
.text-lightgreen {
    color: #e4f7bf;
}
.sticky-add-to-cart--active {
    align-items: center;
    animation: stuckMoveUp .6s;
    background-color: hsla(0,0%,100%,.9);
    border-top: 1px solid #ddd;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: .9em;
    justify-content: center;
    left: 0;
    padding: 3px;
    position: fixed;
    right: 0;
    z-index: 20;
}
.sticky-add-to-cart--active .sticky-add-to-cart__product {
    display: flex;
    align-items: center;
}
.sticky-add-to-cart__product .sticky-add-to-cart-img {
    border-radius: 5px;
    height: 45px;
    margin-right: 1em;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 45px;
}
.sticky-add-to-cart__product .product-title-small {
    line-height: 1;
    margin-right: 1em;
    max-width: 220px;
}
#searchVal:focus {
    box-shadow: unset;
}
.btn-connexion {
    background: #f4f5f7;
    border-radius: 50px;
    height: 50px;
    line-height: 35px;
    font-size: 14px;
    padding: 6px 10px;
    min-width: 145px;
}
.btn-connexion i {
    background: #fff;
    color: #373737;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    font-size: 18px;
}
.banner-top-navbar {
    height: 60px;
    background: #dee2e6;
    /*border: 1px solid #8bc34a;*/
    width: -webkit-fill-available;
    max-width: 468px;
}
.printableArea .table>:not(caption)>*>*{
    border-bottom-width:0!important;
}
.shop_sidebar_area .filter {
    background: #fd7e14;
    padding: 15px;
}
.shop_sidebar_area_section .brands .widget-desc {
    max-height: 400px;
    overflow: hidden;
    overflow-y: scroll;
}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #fafafa;
}
::-webkit-scrollbar-thumb{
    background: #adb5bd; 
    border-radius:5px;    
}

.shop_sidebar_area_section .brands .widget-desc::-webkit-scrollbar {
    width: 3px;
}
/* Track */

.shop_sidebar_area_section .brands .widget-desc::-webkit-scrollbar-track {
  background: #d2d3ce; 
}
/* Handle */
.shop_sidebar_area_section .brands .widget-desc::-webkit-scrollbar-thumb {
  background: #8bc34a;
}
.shop_sidebar_area .filter h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Inter';
    text-transform: uppercase;
    border-left: 3px solid #fff;
    padding-left: 10px;
    margin: 0;
    line-height: 16px;
}
.shop_sidebar_area .widget h3 {
    color: #789540;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    text-transform: uppercase;
    margin: 0;
    line-height: 16px;
    margin-bottom: 10px;
}

.shop_sidebar_area .widget.price label {
    text-transform: uppercase;
    font-family: 'Inter';
    font-size: 14px;
    color: #789540;
}
.shop_sidebar_area .widget {
    border-bottom: 1px solid #789540;
    margin-bottom: 20px;
}
.shop_sidebar_area .widget:last-child {
    border-bottom: unset;
}
.shop_sidebar_area .widget .form-check {
    border-bottom: 1px solid #aaa;
    padding: 10px 0;
}
.shop_sidebar_area .widget .form-check:last-child{ border-bottom:unset; }

.shop_sidebar_area .widget .form-check-label {
    font-size: 15px;
    color: #1a1a1a;
    font-family: 'Inter';
    font-weight: 400;
    width: calc( 100% - 25px);
    cursor: pointer;
}
.shop_sidebar_area .widget .form-check .fa {
    color: #789540;
}
.shop_sidebar_area .widget .form-check.category input[type="checkbox"]:checked + .form-check-label {
    color: #789540;
    font-weight:700;
}

.shop_sidebar_area .btn-search {
    margin-bottom: 20px;
    background: #789540;
    border-radius: 0;
    color: #fff;
    font-size: 18px;
    width: -webkit-fill-available;
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: 600;
}
.widget.price .ui-widget.ui-widget-content {
    border: 3px solid #e6e6e6;
    border-radius: 0;
}
.widget.price .ui-slider-handle {
    background-color: #fff;
    top: 0;
    width: 18px;
    height: 18px;
    margin: 0;
    border: 5px solid #ffb18d;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.widget.price .ui-slider-range.ui-corner-all.ui-widget-header {
    background-color: #789540;
    height: 5px;
    top: -3px;
    border-radius: 0;
}
 .widget.price .ui-slider-horizontal {
	 height: 5px;
	 background-color: #789540;
}
 .widget.price .range-price {
	 font-size: 16px;
	 font-weight: 400;
	 margin-top: 20px;
	 text-transform: uppercase;
	 color: #959595;
}

.right-content .card .card-title a,.left-content .card .card-title a,.full-content .card .card-title a { text-decoration: unset; }
.right-content .card .card-title a h3,.left-content .card .card-title a h3,.full-content .card .card-title a h3 {
    color: #789540;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0;
    font-family: 'Inter';
    font-weight: 400;
}
/* Star Rating */
.fiche_avis_titre {
    text-align: center;
    text-transform: uppercase;
    font-size: 17pt;
    font-weight: bold;
}
.fiche_avis_sous_titre {
    text-align: center;
    font-size: 16pt;
    margin-bottom: 10px;
}
.rated-note .rated-part {
    width: 100%;
    padding: 5px 0px;
    display:flex;
    align-items:center;
}
.rated-note .rated-part span {
    margin: 0px;
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: rgb(78, 78, 78);
    text-transform: none;
    white-space: nowrap;
    width: 30%;
}
.rated-note .noteG {
    font-size: 45px;
    line-height: 40px;
    height: 50px;
    min-width: 60px;
    padding: 5px 5px 5px 0px;
    color: rgb(78, 78, 78);
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    text-decoration: none;
}
.rated-note .progress {
    background: rgb(204, 204, 204);
    vertical-align: middle;
    border-radius: 50px;
    width: 70%;
    margin: 0 10px;
}
.rated-note .progress-bar {
    background-color: #fd7e14;
}
.rating-title {
    padding: 10px;
    margin: 0px;
    border-width: 0px;
    border-style: none;
    border-color: transparent;
    border-radius: 0px;
    background: transparent;
    font-size: 12px;
    font-family: Arial, sans-serif;
    color: rgb(78, 78, 78);
    line-height: 19.5px;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    text-decoration: none;
}
#avis {
    display: grid;
}

#avis .rate {
    float: left;
    height: 46px;
    text-align: left;
}
#avis .overall-rating {
    width: 100%;
    float: left;
    font-size: 14px;
    margin-top: 5px;
    color: #8e8d8d;
}
#avis .rate:not(:checked) > input {
    position:absolute;
    /*top:-9999px;*/
	display: none;
}
#avis .rate:not(:checked) > label {
    float: right;
    width: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 25px;
    color: #f7f7f7;
    border: 1px solid #fd7e14;
    aspect-ratio: 1/1;
    border-radius: 5px;
    margin: 5px;
    text-align: center;
    line-height: 35px;
}
#avis .rate:not(:checked) > label:before {
    /* content: 'â˜… '; */
    content: "\f006";
    color: #fd7e14;
    font-family: "Fontawesome";
    font-weight: 100;
}
#avis .rate > input:checked ~ label:before, #avis .rate input[checked="checked"] ~ label:before {
    /* content: 'â˜… '; */
    content: "\f005";
    color: #fff;
    font-family: "Fontawesome";
    font-weight: 100;
}

#avis .rate > input:checked ~ label, #avis .rate input[checked="checked"] ~ label {
    color: #fff;
    background: #fd7e14;   
}
 #avis .rate:not(:checked) > label:hover {
    color: #fff;
    background: #fd7e14;
}
#avis .rate:not(:checked) > label:hover::before {
    color: #fff;
    background: #fd7e14;
    content: "\f005";
    font-family: "Fontawesome";
}
#avis .rate > input:checked + label:hover, #avis .rate > input:checked + label:hover ~ label,
#avis .rate > input:checked ~ label:hover, #avis .rate > input:checked ~ label:hover ~ label,
#avis .rate > label:hover ~ input:checked ~ label {
    color: #fff;
    background: #fd7e14;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    color: #789540;
    justify-content: center;
    font-size: 24px;
    margin: 0;
}
.page-item .page-link {
    border: unset;
    background: unset;
    color: #d5ddea;
    font-family: Inter;
    font-weight: 600;
}
.page-item.active .page-link {
    z-index: 3;
    color: #789540;
    background-color: unset;
    border-color: unset;
}

.page-item .page-link:before {
    content: '.';
    padding-right: 5px;
}
.page-item .page-link:hover {
    color: #789540;
}
.sort.form-control {
    width: fit-content;
    margin-left: auto;
    font-family: 'Inter';
    font-weight: 600;
    border: 1px solid #fd7e14;
    color: #fff;
    background: #fd7e14;
    appearance: auto;
}
.product-meta-data h2 {
    color: #191919;
    font-family: 'Inter',sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 34px;
}
.avis-clients {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 400;
    color: #565656;
    margin-top: 5px;
}
.product-meta-data .old-price {
    color: #8a8a8a;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-decoration: line-through;
    margin-right: 10px;
}
.product-meta-data .new-price {
    color: #fd7e14;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 30px;
}
.single_product_desc .marque img {
    max-width: 150px;
}
.single_product_desc .option label {
    font-family: 'Inter';
    font-weight: 600;
    color: #789540;
}
.single_product_desc .option select {
    font-family: 'Inter';
    font-weight: 500;
    height: 45px;
    background: #e9ecef;
    border: none;
    font-size: 14px;
    border-radius: unset;
    width: calc(100% - 116px);
    padding: 10px 25px;
}
.cart-btn .btn {
    background: #789540;
    color: #fff;
    font-family: 'Inter',sans-serif;
    font-weight: 500;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #618321;
    width: 100%;
    height: 40px;
    line-height: 24px;
    white-space: nowrap;
}
.cart-btn .btn:hover {
    background: #618321;
    color: #fff;
}
.product-meta-data .cart-btn .btn , .btn-consult{
    background: #fd7e14;
    border: 1px solid #fd7e14;
    color: #fff;
}
.product-meta-data .cart-btn .btn:hover, .btn-consult:hover {
    background: #fd7e14;
    border: 1px solid #fd7e14;
    color: #fff;
}

.quantity {
    border: 1px solid #ececec;
    border-radius: 5px;
}
.quantity .qty-text {
    border: unset;
    vertical-align: middle;
    height: 40px;
    color: #2f2f2f;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 15px;
	width: 30px;
}
.qty-minus, .qty-plus {
    padding: 0 10px;
    color: #2f2f35;
    cursor: pointer;
    font-size: 12px;
}
.single_product_thumb .carousel-inner {
    overflow: hidden;
    height: 400px;
}
.single_product_thumb .carousel-item {
    height: 400px;
    background: #fff;
}
.single_product_thumb .carousel-item img {
    object-fit: contain;
    height: -webkit-fill-available;
}
#qd41xksjcr {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.btn-qd41xksjcr {
    color: #ffc107;
    font-family: 'Inter';
    font-size: 13px;
    padding: 0;
}
.short_overview , .short_overview ul li {
    font-size: 14px;
    font-family: 'Inter';
    color: #4e4e4e;
    font-weight: 400;
}

.details-produit .nav-pills {
    display: flex;
    justify-content: start;
    align-items: center;
    border-radius: 6px;
    background: #eef5e1;
    margin: 0 auto;
    margin-top: 20px;
    padding: 14px 10px 9px 10px;
}
.details-produit .nav-pills .nav-link {
    border-radius: 6px;
    border: 1px solid #fff;
    color: #fd7e14;
    background: #FFF;
    display: flex;
    height: 37px;
    padding: 10px 0px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-grow: 1;
    margin: 0 6px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    max-width: 25%;
}
.details-produit .nav-pills .nav-link.active,.details-produit .nav-pills .nav-link.active:hover {
    border: 1px solid #fd7e14;
    background: #fd7e14;
    color: #fff;
}

.details-produit .tab-content {
    margin: 0;
    padding: 20px 10px;
}
.details-produit .tab-content img {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.details-produit .tab-content .tab-pane h2 {
    font-size: 24px;
    margin-bottom: 10px;
    border-left: 5px solid rgb(13 110 253 / 25%);
    padding-left: 10px;
    color: #789540;
}
.details-produit .tab-content .tab-pane p, .details-produit .tab-content .tab-pane ul li {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height:24px;
}

.details-produit .tab-content .tab-pane ul { list-style: none;padding:0; }
.details-produit .tab-content .tab-pane ul li:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #789540;
    display: inline-block;
    border-radius: 50%;
    margin-right: 15px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-fiche-technique {
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 600;
    padding: 15px 35px;
    background: #f47a3e;
    color: #fff;
    text-transform: uppercase;
}
.btn-fiche-technique:hover {
    background: #789540;
    color: #fff;
}
.ratings .fa {
    color: #a1a1a1;
}
.ratings .fa.s1 {
    color: #f6663f;
}
.cart-btn button.avis-like {
    height: 40px;
    border-radius: 5px;
    width: 45px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #e1e1e1;
}
.avis-like i {
    color: #789540;
    line-height: 40px;
    font-size: 20px;
}
.avis-like:hover {
    background: #618321!important;
}

.avis-like:hover i{
    color: #fff;
}
.cart-btn .avis-like.like-marker { background: #789540; }
.avis-like.like-marker i {
    color: #fff;
}
.quantity .qty-text::-webkit-inner-spin-button,
.quantity .qty-text::-webkit-outer-spin-button {
  -webkit-appearance: none;
          appearance: none;
}
.bg-blue {
    background-color: #789540!important;
}
.avaibility {
	 margin-bottom: 0;
	 font-size: 12px;
    font-family: 'Inter';
	 color: #6b6b6b;
	 line-height: 1;
}
 .avaibility i {
	 color: #20d34a;
	 font-size: 12px;
}
 .avaibility.rupture { color: #ff0000; }
 .avaibility.rupture i {
	 color: #ff0000;
	 font-size: 12px;
}

.cursor-pointer{
	cursor:pointer;
}
.garantie ul {
    margin: 0;
}

.garantie ul li {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter";
}
.garantie ul li span {
    color: #789540;
    font-weight: bold;
}
/*---------------------------------------------------------------------------*/
/*.site-navbar-wrap {
  position: absolute;
  z-index: 99;
  width: 100%;
  left: 0; }*/
  .site-navbar-wrap a {
        color: #212529;
        text-decoration: unset;}
  .site-navbar-wrap .site-navbar-top {
    font-size: 0.8rem; }

.site-navbar-top,.site-navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.site-navbar {
  margin-bottom: 0px;
  width: 100%; }
  
.site-navbar {
    margin-bottom: 0px;
    width: 100%;
    background: #fff;
}
  .site-navbar .site-logo {
    font-weight: 200;
    line-height: 0;
    top: -7px;
    position: relative; }
    .site-navbar .site-logo a {
      font-weight: 200;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      text-transform: uppercase; }
    .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    text-align: center;
    padding:0; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block;
      font-weight: 500; }
    .site-navbar .site-navigation .site-menu > li {
        display: inline-block;
        padding: 0px;
        margin: 0; }
        .site-navbar .site-navigation .site-menu > li > a.nav-link {
            font-size: 14px;
            color: #242424;
            font-family: 'Inter', sans-serif;
            font-weight: 400;
            padding: 5px 10px;
            text-transform: uppercase;
            line-height: 20px;
            border-right:1px solid #e5e5e5;
        }
        
        .site-navbar .site-navigation .site-menu > li :nth-last-child(2) .nav-link {
            border-right:none;
            margin-right: 0px;
        }
        .site-navbar .site-navigation .site-menu > li > a.nav-link .fa{
        	color: #789540;
        	font-size: 16px;
        	font-weight: 600;
        }
        .site-navbar .site-navigation .site-menu > li > a.active {
          color: #d8864f; }
        .site-navbar .site-navigation .site-menu > li:hover {
          background: #e5e5e5; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
       
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0 0px 4px 0px rgba(0, 0, 0, 0.25);
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        border-radius: 4px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          /*.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }*/
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 14px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
            color: #7b6145; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
            color: #f9fafb !important;
            background: #d8864f;  }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: max-content; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:first-child > a {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li:last-child > a {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block;
            text-transform: uppercase;}
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #f9fafb;
                background: #8f4b1e;
                border-bottom:1px solid #fff; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 2px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #8f4b1e;
            color: #fff; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #705539; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }
          
.sticky-wrapper .logo-section{ display:none; }
.sticky-wrapper .logo-section .navbar-brand img{ max-width: 100px; object-fit:contain; }

.sticky-wrapper.is-sticky .logo-section{ display:block; }
.sticky-wrapper.is-sticky .site-navigation {
    flex-direction: row!important;
    padding:5px 0;
}

.sticky-wrapper .logo-section .infos-top img {
    background: #fff;
    padding: 3px;
    border-radius: 5px;
    height: 20px;
    width: 20px;
    object-fit: contain;
}

.site-navbar .site-navigation .site-menu > li > a.btn-register, .site-mobile-menu .site-mobile-menu-body > .site-nav-wrap > li > a.btn-register {
    background: linear-gradient(90deg, #d8864f, #0f698d, #0f698d);
    color: #fff;
    font-size: 16px;
    font-family: 'Hind';
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .05rem;
    border-radius: 50px;
    padding: 8px 30px;
    height: 42px;
    margin:0;
    border:0;
}
.site-navbar .site-navigation .site-menu > li > a.btn-register:hover,.site-mobile-menu .site-mobile-menu-body > .site-nav-wrap > li > a.btn-register:hover { color:#000b21; }
.sticky-wrapper.is-sticky .list-btn{ display:none!important;}
.btn-register .fa{ display:none;}
.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  top:0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #dee2e6; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    padding: 20px;
    position: relative;
    overflow-y: auto;
    /*
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 52px);
    padding-bottom: 150px;
    */ }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a.active, .site-mobile-menu .site-nav-wrap a:hover {
        color: #789540; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #789540;}
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 18px; 
        text-transform:uppercase;}
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
                padding-left: 40px;
                font-size: 16px;
                text-transform: uppercase;
            }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper + .site-blocks-cover {
    margin-top: 96px; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .site-navbar .site-navigation .site-menu > li.active {
        background: #e5e5e5;}
    .sticky-wrapper .site-navbar ul li.active a, .site-navbar .site-navigation .site-menu > li:hover a,
    .site-navbar .site-navigation .site-menu > li:hover span {
        color: #789540!important; }
    .sticky-wrapper.is-sticky .navbar-brand img {
        max-width: 150px;
        /* background: #fff; */ 
        object-fit: contain; }
    .sticky-wrapper.is-sticky .site-navbar {
        background-color: #789540; }
    .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 0;
      margin: 0 5px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.has-children > a {
        padding-right: 20px; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a {
        padding: 5px;
        font-size: 12px;
        color:#fff;
          border:0;  }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #fff !important; }
        .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li > a.active {
          color: #fff !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-navigation .site-menu > li.active a {
        color: #789540; }  
/*------------------- feedback ---------------------------*/

#feedback {
    position: fixed;
    width: 250px;
    right: -250px;
    top: 50%;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	transform: translateY(-50%);
    box-shadow: -4px 0px 5px #00000036;
	display: inline-flex;
    background: #fff;
    height: 50px;
    text-align: center;
    padding-right: 0;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 20px;	
	border-right:unset;
	border-left:unset;
	    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#feedback:hover {	
    width: 620px;
	transition: width .4s;
}

#feedback p {	
    display: inline-flex;
    font-family: 'Inter', sans-serif;	
	font-weight: 600;
	font-size:14px;
	color:black;
    padding: 10px 20px;
}
#feedback p a {	
    font-family: 'Inter', sans-serif;
	font-weight: 600;
	font-size:14px;
	color:#0061de;	
    text-decoration: none;
}
#feedback .fa{
	position:absolute;
    background: #0061de;
    padding: 10px;
    font-size: 25px;
	left:-50px;
	width:50px;
	height:50px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	border: 1px solid #fff;
	cursor: pointer;
    box-shadow: -4px 0px 5px #00000036;
}


/*------------------- Topheader ---------------------------*/
.topheader {
    background: #c2df89;
    /*border-bottom:1px solid #e5e5e5;*/
}
.topheader .topheader-infos {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 600;
    color:#191919;
}

.topheader-infos span {
    color:#464646;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
}

.topheader .topheader-infos .fa {
    color:#464646;
}


/*------------------- top-navbar ---------------------------*/

.top-navbar .top-section{
	justify-content: space-between;
}
.top-navbar form {
    color: #464646;
}

.top-navbar a,.top-navbar .cart-nav {
    font-family: 'Inter', sans-serif;
    color: #618c49;
    font-size:16px;
    font-weight:400;
    text-decoration:none;
}
.top-navbar span {
    font-family: 'Inter', sans-serif;
    color: #464646;
    font-size:14px;
    font-weight:400;
}
.header .badge ,.favoris-sc .badge,.cart-sc .badge{
    background: #789540;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    padding: 0;
    margin-top: 5px;
}
.header .livraison-sc, .favoris-sc, .header .cart-sc {
    text-decoration: none;
    color: #191919;
    font-size: 15px;
    font-weight: 400;
    font-family: "Inter";
}

.header .input-group {
    border: 1px solid #e1e1e1;
    font-family: 'Inter', sans-serif;
    border-radius: 50px;
    overflow: hidden;
}
.header .input-group .input-group-btn .btn {
    color: #3e3e3e;
    background: #f2f4f5;
    border-right: 1px solid #e1e1e1;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    border-radius: unset;
    margin:0;
    height:100%;
    appearance: auto;
}

.header .input-group input {
    background: transparent;
    color: #464646;
    font-family: 'Inter', sans-serif;
    border: none;
    font-size: 14px;
    font-weight: 400;
}
.header .input-group input::placeholder {
    color: #a6a6a6;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}
.header .input-group .fa {
    background: #789540;
    color: #fff;
    border-radius: 50%;
    border: none;
    padding: 5px 15px;
    font-size: 16px;
    font-weight: 400;
    width: 43px;
    height: 43px;
    transform: rotateY(180deg);
    margin:2px;
    font-family: 'icomoon';
}
/*.topheader .badge {
    background: #789540;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    width: 22px;
    top: 4px;
    height: 22px;
}
.topheader .badge span {
    line-height: 15px;
}*/

.sticky-wrapper.is-sticky .site-navbar .site-navigation .banner-top-navbar,.list-top-navbar {
    display: none;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .list-top-navbar {
    display: block;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .list-top-navbar .favoris-sc img, .sticky-wrapper.is-sticky .site-navbar .site-navigation .list-top-navbar .cart-sc img {
    width: 20px;
    height: -webkit-fill-available;
    object-fit: contain;
}
.sticky-wrapper.is-sticky .site-navbar .site-navigation .list-top-navbar .favoris-sc .badge,
.sticky-wrapper.is-sticky .site-navbar .site-navigation .list-top-navbar .cart-sc .badge {
    background: #fff;
    color: #789540;
}
.btn-commander {
    background: #789540;
    color: #fff;
}
.btn-commander:hover {
    background: #8eb14b;
    color: #fff;
}
#searchDataList .badge{
    font-size:16px;
}
/*------------------- Navbar ---------------------------*/

.navbar-brand img {
    max-width: 300px;
}
.navbar-light .navbar-nav>.nav-item .nav-link {
    font-size: 14px;
    color: #242424;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    padding: 5px 10px;
    text-transform: uppercase;
    line-height: 20px;
    border-right:1px solid #e5e5e5;
}

.navbar-light .navbar-nav>.nav-item:nth-last-child(2) .nav-link {
    border-right:none;
    margin-right: 0px;
}
.navbar-light .navbar-nav .nav-link .fa{
	color: #789540;
	font-size: 16px;
	font-weight: 600;
}


.navbar-light .navbar-nav  .nav-item.active>.nav-link, .navbar-light .navbar-nav .nav-item.active>.nav-link .fa, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:hover .fa, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:focus .fa, .navbar-light .navbar-nav .dropdown:hover>.dropdown-toggle .fa, .navbar-light .navbar-nav .dropdown:hover>.dropdown-toggle {
    color: #5b8741;
}
 .navbar-light .navbar-nav .nav-item.active>.nav-link span, .navbar-light .navbar-nav .nav-link:hover span{ border-bottom:2px solid #5b8741;padding-bottom: 4px;}
.dropdown-toggle::after {
    display: none;
}
.dropdown:hover {
  transition:0.5s;
}
.dropdown .dropdown-menu .dropdown-item {
    position: relative;
}
.dropdown:hover>.dropdown-menu,.dropdown .dropdown-menu .dropdown-item:hover +.dropdown-menu.dropdown-submenu {
  display: block;
}
.dropdown-menu.dropdown-submenu {
    right: 0;
    left: 100%;
    margin-top: -55px;
    width: 300px;
}
.dropdown-menu.dropdown-submenu li a {
    white-space: break-spaces;
}

.dropdown-menu,.dropdown-submenu {
    padding: .5rem;
    margin-top: 0;
	border: unset;	
	border-radius: 0px;
	background:#789540;
	color:#fff;
	min-width: 230px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}
.dropdown-item {
    color: #fff;
    padding: .5rem;
    margin-left: 0;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 31px;
}
.dropdown-item:hover{
	color:#789540;
	border-radius: .125rem;
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}
.navbar form select {
    background-image: url(../images/arrow-down.png);
    color: #404040;
    font-size: 16px;
    background-size: auto;
}
.btn-acces{
	background:#e7206a;
	padding:10px;
	color:white;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	font-weight:500;
}
.btn-acces:hover{
	background:#f85a95;
	color:white;
}
.navbar .input-group {
	width: fit-content;
}
.navbar .input-group .form-control{
    height: 50px;
    border: none;
}

.navbar .input-group .btn {
    color: #bbc8dd;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05rem;
    background: #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    height: 50px;
    border: none;
}
.navbar .input-group .input-group-text {
    background: #fff;
    border: none;
    color: #789540;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 20px;
    height:50px;
}
.navbar .input-group .input-group-text:hover {
    color: #789540;
}
.input-group .dropdown-menu{ background: #fff; }
.input-group .dropdown-item {
    color: #789540;
    padding: .5rem;
    margin-left: 0;
    font-size: .9rem;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    border-bottom: none;
}
.input-group .dropdown-item:hover {
    color: white;
    background: #789540;
    border: 1px solid #789540;
    border-radius: .125rem;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18), 0 4px 15px 0 rgba(0,0,0,0.15);
}

.navbar .input-group.lang .btn {
    border-radius: unset;
    background: transparent;
    font-size: 12px;
    font-family: 'Inter';
    height: 35px;
    border-right: 2px solid #bbc8dd;
    margin-left: 10px;
}
.navbar .input-group.lang .fa {
    color: #ef7d00;
    font-size: 16px;
    vertical-align: middle;
}
.lang .dropdown-menu {
    min-width: 80px;
}
.lang .dropdown-item {
	border-left: unset;
}

.account a {

    color: #bbc8dd;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 10pt;
    text-decoration: none;
}
.account img {
	max-width: 40px;
}

.account a:hover { color: #789540; }

.cart {
    padding: 10px;
    background: #789540;
    border-radius: 50%;
    height: 70px;
    width: 70px;
    text-align: center;
}
.cart img {
    max-width: 25px;
    transform: translate(0px, 12px);
}
.cart .badge {
    background: #789540;
    width: 40px;
    height: 40px;
    color: #789540;
    font-family: 'Inter';
    font-weight: 700;
    left: 55px;
}
.cart .badge span {
    font-size: 24px;
    left: 18px;
    top: 22px;
    line-height: 40px;
}
.cart:hover {
    background: #ff691f;
}

.cnx-link {
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 600;
    color: #fff;
    line-height: 15px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 15px 5px;
    border-radius: 5px;
    background: #7a9e35;
    border:1px solid #5a7428;
}
.cnx-link:hover {
    background: #5a7428;
    color: #fff;
}

/*--------------------- Loading -------------------------*/

#loading
{
	text-align:center; 
	background: url('../img/loader.gif') no-repeat center; 
	height: 300px;
}


/*------------------- Header ---------------------------*/

.header{ overflow: hidden; }

.header .carousel-inner {
    height: 430px;
}

.header .carousel-item {
    overflow: hidden;
    position:relative;
    height:430px;
    border:1px solid #ececec;
    border-radius:5px;
}
.banniere .flayout {
    height: 160px;
    overflow: hidden;
    border: 1px solid #f8f9fa;
    border-radius:10px;
}
.header .flyer{
    height: 210px;
}
.header .banner {
    display: block;
    overflow: hidden;
}
.header .flyer img {
    height: -webkit-fill-available;
    width: 100%;
    object-fit: cover;
} 

.header .carousel-indicators,.banniere .carousel-indicators {
    z-index: 2;
    list-style: none;
    justify-content: end;
    margin-right: 25px;
}
.header .carousel-indicators [data-bs-target],.banniere .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #789540;
    border: 1px solid #789540;
    padding: 0;
    opacity: 1;
}
.header .carousel-indicators .active,.banniere .carousel-indicators .active {
    background-color: #789540;
    opacity: 1;
    width: 35px;
    border-radius: 20px;
}
.header .carousel-control-next-icon, .header .carousel-control-prev-icon,.banniere .carousel-control-next-icon, .banniere .carousel-control-prev-icon {
    background-size: 20px;
    background-color: #789540;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
.banniere .flayout .carousel-item {
    max-height: 160px;
}
.header .carousel-item img {
    height: -webkit-fill-available;
    width: 100%;
    object-fit: cover;
    /*max-height: 300px;*/
}

.banniere .flayout .carousel-item img {
    height: -webkit-fill-available;
    width: 100%;
    object-fit: cover;
    max-height: 160px;
}
.full_content {
    columns: 2;
    font-family: "Inter"!important;
    font-size: 14px;
    font-weight: 400;
    background: rgb(255 255 255 / 80%);
    padding: 20px;
}
.full_content p, .full_content p span, .full_content span , .full_content a{
    font-size: 14px!important;
    font-family: "Inter"!important;
    margin: 0;
    line-height: 22px;
	text-decoration:unset;
}
.full_content img {
    max-width: 100%;
    height: auto;
    margin: auto!important;
	display:inline-block;
}
.btn-more {
    color: #86b7fe;
    border: 2px solid #86b7fe;
    border-radius: 20px;
    margin-left: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    background: rgb(255 255 255 / 88%);
    font-weight: 600;
}
.btn-more:hover {
    background: #789540;
    border: 2px solid #fff;
    color: #fff;
}

.cmd-photo {
    overflow: hidden;
    display: block;
    height: 205px;
}
.cmd-photo img{
    width:100%;
    object-fit:contain;
    /*height:-webkit-fill-available;*/
}
.cmd-photo .cmd-link {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
}
.cmd-photo:hover .cmd-link {
    color: #fc580c;
}

.right-mega-menu {
    max-height: 420px;
    z-index: 1;
    display:none;
}

.left-mega-menu ul {
    background: #fff;
    margin: 0;
    /*overflow: hidden;*/
    /*height: 100%;*/
    border: 1px solid #ececec;
    height: 450px;
    overflow-y: scroll;
}
.left-mega-menu ul::-webkit-scrollbar {
    width: 3px;
}
.left-mega-menu ul::-webkit-scrollbar-thumb {
    background: #cddc39;
}
.left-mega-menu h3 {
    padding: 10px 15px;
    background: #789540;
    color: #fff;
    font-size: 15px;
    font-family: "Inter";
    margin:0;
    font-weight: 400;
    text-transform: uppercase; 
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.left-mega-menu .nav-categ li { border-bottom: 1px solid #ececec; }
.left-mega-menu .nav-categ li:last-child { border-bottom:none; } 
.left-mega-menu .nav-categ li .nav-link {
    background: #fff;
    color: #646464;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 15px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.left-mega-menu .nav-categ li .nav-link span{
    border-left: 3px solid #9dbe5f;
    padding-left:10px;
}
.left-mega-menu .nav-categ li .nav-link i {
    color:#9dbe5f;
    font-weight:700;
}
.left-mega-menu .nav-categ li .nav-link:hover {
    color: #fff;
    background: #9dbe5f;
}

.left-mega-menu .nav-categ li .nav-link:hover span{ border-left: 3px solid #fff; }

.left-mega-menu ul li .nav-link:hover i { color: #fff; }
.menu-large {
  position: static !important;
}
.megamenu {
    padding: 20px 0px;
    width: 100%;
    position: absolute!important;
    left: 100%;
    top: 0;
    background: #fff;
    height: 420px;
    border-left: 1px solid #ececec;
}
.menu-large:hover .megamenu.row {
    padding: 0;
    box-shadow: unset;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.megamenu> li {
    padding: 5px 0;
}
.megamenu> .divider {
    border-top: 1px solid #ececec;
    margin: 10px 0;
}
.megamenu> li a {
    display: block;
    padding: 5px 20px;
    clear: both;
    font-weight: normal;
    font-size:14px;
    line-height: 20px;
    color: #1a1a1a;
    white-space: normal;
    text-decoration: unset;
    font-family: 'Inter';
}
.megamenu> li a:hover,
.megamenu> li a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.megamenu.disabled > a,
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  color: #999999;
}
.megamenu.disabled > a:hover,
.megamenu.disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.megamenu .dropdown-header {
  color: #fff;
  background:#789540;
  font-size: 18px;
  padding: .25rem 1rem;
}
@media (max-width: 768px) {
	.megamenu {
		margin-left: 0;
		margin-right: 0;
		left: 0;
		top: auto;
	}
	.megamenu> li {
		margin-bottom: 5px;
	}
	.megamenu> li:last-child {
		margin-bottom: 0;
	}
	.dropdown-menu.show,.dropdown-menu.dropdown-submenu {
		height: auto;
		margin-top: 0;
	}
	.navbar-light .navbar-nav .nav-link{ border-right:0;}
}

.prod-row {
    align-items: center;
}
.left-content h2, .right-content h2, .full-content h2 {
    font-family: 'Inter';
    color: #5b8841;
    font-weight: 500;
}
.left-content h2 {font-size: 18px; }
.right-content h2 ,.full-content h2 {font-size: 24px; }
.banner-text p {
    font-family: 'Inter';
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin: 0;
    width: 40%;
    text-align: left;
    text-transform: uppercase;
}

.banner-btn a {
    font-family: 'Inter';
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 1px 2px 2px #032a63;
}
.divider {
    border-bottom: 1px solid #f8f8f8;
    position: relative;
}
.divider::before {
    content: "";
    height: 2px;
    width: 35%;
    background: #789540;
    display: block;
    position: absolute;
    bottom: -1px;
}
.prod-content,.service-content {
    border: 1px solid #ebebeb;
}
.show-bottom{ display:none}
.prod-content nav {
    margin-bottom: 25px;
}
.prod-box {
    margin-bottom: 0px!important;
}
.tablist-content .card:hover {
    transition: 0.6s;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.left-content .prod-content .border-section,.service-content .border-section{
    border-bottom: 1px solid #ebebeb;
}
.left-content .prod-content div:last-child>.border-section,.service-content .border-section:last-child{
    border-bottom: unset;
}
.prod-content .product-img { transition:0.5s;}
.prod-content .product-img .hover-zoom,.tablist-content .product-img .hover-zoom  { display:none;}
.prod-content .card:hover .product-img .hover-zoom ,.tablist-content .card:hover .product-img .hover-zoom {
    display: block;
    background: rgb(255 255 255 / 40%);
}
.cart-icone{
    background: #789540;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 45px;
    padding:0;
    border:none;
}
.cart-icone:hover{background: #f57a3e;}
.cart-icone-blue{
    background: #789540;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    line-height: 45px;
    color:#fff;
    font-size: 21px;
    margin: 0 5px;
    padding:0;
    border:none;
}
.cart-icone-blue:hover{color: #fff;background: #2560c9;}
.cart-icone img{
    width: 21px!important;
}
.left-content .prod-content .product-meta-data { width:calc( 100% - 120px ); }
.prod-content .product-meta-data a,.tablist-content .product-meta-data a{ text-decoration:unset;}
.left-content .prod-content .product-meta-data h3{
    font-family: 'Inter';
    color: #252525;
    font-weight: 400;
    font-size: 14px;
}
.left-content .prod-content .product-meta-data .product-price{
    font-family: 'Inter';
    color: #789540;
    font-weight: 600;
    font-size: 16px;
}

.tablist {
    position: relative;
}
.full-content .prod-content .product-img,.right-content .prod-content .product-img,.tablist-content .product-img{
    height:260px;
    overflow:hidden;
}
.full-content .prod-content .product-img img,.right-content .prod-content .product-img img,.tablist-content .product-img img {
    width: 100%;
    object-fit: contain;
    height: -webkit-fill-available;
}
.full-content .prod-content .product-meta-data,.right-content .prod-content .product-meta-data,.tablist-content .product-meta-data{ text-align:center; }
.full-content .prod-content .product-meta-data h3, .right-content .prod-content .product-meta-data h3, .tablist-content .product-meta-data h3 {
    font-family: 'Inter';
    color: #252525;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 0;
    min-height: 50px;
}

.full-content .prod-content .product-meta-data .product-price,.right-content .prod-content .product-meta-data .product-price, .tablist-content .product-meta-data .product-price{
    font-family: 'Inter';
    color: #789540;
    font-weight: 600;
    font-size: 22px;
}
.bckg-orange {
    z-index: 2;
    background: #f38901;
    color: #fff;
    padding: 2px 10px;
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 600;
    border-radius: 2px;
}
.bckg-blue {
    z-index: 2;
    background: #789540;
    color: #fff;
    padding: 2px 10px;
    font-family: 'Inter';
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
}
.bg-vente {
    background: #ff6c29;
    z-index: 2;
    color: #fff;
    padding: 4px 10px;
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 700;
    border-radius: 20px;
    width: fit-content;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    transform: translate(-50%, 0%);
}
.tablist-content .nav-tabs {
    transform: translate(0%,-130%)!important;
    height: 40px;
}
.box-tablist {
    width: 100%;
    margin: 0 auto;
    position: relative;
	opacity:1;
}

.tablist-content .nav-tabs .nav-item .nav-link,.tablist-content .nav-tabs .nav-link {
    color: #202020;
    background-color: transparent;
    border: unset;
    border-radius: unset;
    font-family: 'Inter';
    font-size: 16px;
    text-transform:uppercase;
}
.tablist-content .nav-tabs .nav-item.show .nav-link,.tablist-content .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #789540;
}

.btn-case .btn-carousel {
    width: 25px;
    height: 25px;
    color: #c8c8c8;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    margin: 0;
    line-height: 25px;
    padding: 0;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

.btn-case .btn-carousel:hover {color: #fff;background: #77953f;}

.service-content h4 {
    color: #191919;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Inter';
    text-transform: uppercase;
    margin: 0;
}
.service-content p {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Inter';
    margin: 0;
}

.call-to-action {
    background-size: contain;
    background-color: #86b7fe;
    min-height: 200px;
    position: relative;
}
.cat-bloc .btn-devis i {
    border: 2px solid #fff;
    width: 35px;
    height: 35px;
    line-height: 33px;
}
.cat-bloc .btn-devis {
    position: absolute;
    top: 35%;
    left: 20%;
    transform: translate(0%, 0%);
    background: #789540;
    padding: 20px 40px;
    text-transform: uppercase;
    font-family: 'Inter';
    font-weight: 600;
    color: #fff;
}
.rounded-50 {
    border-radius: 50%;
}
.cat-bloc .btn-devis:hover {
    background: #fff;
    color: #789540;
}

.cat-bloc .btn-devis:hover i{ border:2px solid #789540;color: #fff; background: #789540; }

.top-auto{ top:auto!important; }

/***************************************************/


.default-btn{
	color:#622b00;
	font-family: 'Inter', sans-serif;
	text-decoration:none;
	font-size: 24px;
	padding:5px 20px 5px 30px;
	border-radius: 2rem;
	background:#ce840c;
	text-transform: uppercase;
}
.default-btn:hover{
	color:#622b00;
	background:#ffffff96;
	border:1px solid #622b00;
}
.categ-sc{
    text-align: center;
}
.categ-sc .categ-img {
    background: #f7f7f7;
    padding: 10px;
    border: 1px solid #ececec;
    border-radius: 2px;
    overflow: hidden;
    height: 100px;
    margin: 0 2px;
}
.categ-sc .categ-img img {
    object-fit: contain;
    height: -webkit-fill-available;
    /*max-height: 70px;*/
    width: 100%;
    /*vertical-align: text-top;*/
}
.categ-sc h3 {
    color: #282828;
    font-size: 14px;
    font-weight: 500;
    font-family: "Inter";
    text-transform: uppercase;
    margin: 10px 5px;
}
.categ-sc a{ text-decoration:none; }

.row-flex .sc{margin-bottom: 10px;}
.bg-section-header{	
	background: white;
	padding: 5px 5px 16px 5px;
	height: 100%;
}
/*.bg-section-header img{ width: 50px; }*/

.iconfinder{width: 32px;height: 32px;    margin: 10px auto;}
.bg-section-header a{
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #7c6020;		
	text-decoration:none;
	text-transform: uppercase;
}

.marques,.custom-slick-box {
    position: relative;
}

.btn-case {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    transform: translate(0%,-80%);
    z-index:2;
}

.prod-content .btn-case { transform: translate(0%,-130%); }
.custom-slick-box .slick-slide {
    margin: 0px 5px;
}
.custom-slick-box .slick-slide img {
    width: 100%;
    object-fit:contain;
}
.custom-slick-box .slick-slide .ratings-cart img {
    width: auto;
    object-fit:contain;
}
.marques .slick-slide img {
    width: 100%;
    object-fit:contain;
}

.marques .slick-list,.custom-slick-box .slick-list{ margin:0; }
.marques .slick-slide .card ,.custom-slick-box .slick-slide .card{
    display: block;
    height: 113px;
    padding: 10px;
    margin: 0 5px;
}

/*------------------- Main ---------------------------*/

.main{min-height:500px;}
/*.main .section{margin-top: 40px;}*/
.slide-section {
    max-width: 1700px;
    margin: auto;
}
.title h2 {
    color: #191919;
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 500;
    z-index: 2;
    position: relative;
}
.products-home-box .card,.box-tablist .card,.products-box .card,.produit-sc .card{ transition:1s; }
.products-home-box .card .card-img,.products-box .card .card-img,.produit-sc .card .card-img {
    height: 235px;
    overflow: hidden;
}
.products-home-box .card .card-img img,.box-tablist .card .card-img img, .products-box .card .card-img img,.promo-box .card .card-img img,.produit-sc .card .card-img img {
    /*height: 235px;*/
    object-fit: cover;
    width: 100%;
    height: -webkit-fill-available;
    aspect-ratio: 1/1;
}
.products-home-box .card .card-body, .box-tablist .card .card-body, .products-box .card .card-body, .promo-box .card .card-body,.produit-sc .card .card-body {
    padding: 10px;
    height: 100%;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.products-home-box .card .hover-box,.box-tablist .card .hover-box,.products-box .card .hover-box,.promo-box .card .hover-box,.produit-sc .card .hover-box {
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(255 255 255 / 50%);
    z-index: 2;
    display:none!important;
}
.products-home-box .card .hover-box button,.box-tablist .card .hover-box button,.products-box .card .hover-box button,.promo-box .card .hover-box button,.produit-sc .card .hover-box button {
    width: 150px;
    background: #fd7e14;
    color: #fff;
}
.products-home-box .card .hover-box button:hover,.box-tablist .card .hover-box button:hover,.produit-sc .card .hover-box button:hover,
.products-box .card .hover-box button:hover,.promo-box .card .hover-box button:hover { background:#ad6008; }
.products-home-box .card:hover,.box-tablist .card:hover,.products-box .card:hover,.produit-sc .card:hover {
    box-shadow: 5px 5px 50px rgb(11 28 42 / 15%);
}
.products-home-box .card:hover .hover-box ,.produit-sc .card:hover .hover-box,
.box-tablist .card:hover .hover-box ,.promo-box .card:hover .hover-box,
.products-box .card:hover .hover-box { display:block!important;transition:1.5s;}

.produit-sc h3 {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    font-family: 'Inter';
    font-weight: 400;
    -webkit-line-clamp: 3;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: break-spaces;
}
.produit-sc .price {
    font-size: 15px;
    color: #789540;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
}
.produit-sc .old-price {
    font-size: 12px;
    color: #737373;
    font-weight: 400;
    text-decoration: line-through;
}
.produit-sc .card .card-body .disponibilite {
    font-size: 12px;
    color: #3b3b3b;
    font-weight: 400;
    font-family: "Inter";
}
.produit-sc .card .card-body .disponibilite span{
    color: #000;
}
.produit-sc .card .card-body .progress {
    border-radius: .35rem;
    background-color:#ebebeb;
    height:10px;
}
.produit-sc .card .card-body .progress .progress-bar {
    background-color: #789540;
    border-radius: .35rem;
}
.clock-sc {
    display: flex;
    justify-content: center;
    align-items: center;
}
.clock-sc .counter-sc .counter {
    background: #f2f4f5;
    width: 40px;
    height: 40px;
    display: block;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 500;
    color: #556f22;
    margin:5px;
}
.clock-sc .counter-sc .time {
    font-size: 12px;
    font-family: 'Inter';
    font-weight: 400;
    color: #6e6e6e;
}
.produit-sc a {
    color: #191919;
    text-decoration: none;
}
.banner-sc img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: cover;
}
.marque-box .slick-list{ margin:0 20px;}
.btn-mrq-left, .btn-mrq-right {
    position: absolute;
    top: 35%;
    height: 65px;
    border: 1px solid #e1e1e1;
    line-height: 65px;
    font-size: 16px;
    color: #a6a6a6;
    width: 20px;
    text-align: center;
    border-radius: 5px;
    cursor:pointer;
}
.btn-mrq-left:hover, .btn-mrq-right:hover {
    background:#77953f;
    color:#fff;
}
.btn-mrq-left {
    left:0;
}
.btn-mrq-right {
    right:0;
}
.newsletter{background:#77953f; color:#fff; }

.newsletter h3{
    font-size: 30px;
    font-family: "Inter"; 
    font-weight:400;
}

.newsletter h4{
    font-size: 15px;
    font-family: "Inter"; 
    font-weight:400;
}
.left-banner {
    overflow: hidden;
    border: 0.125rem dashed #78b170;
    border-radius: 5px;
}

.left-banner img {
    height: -webkit-fill-available;
    width: 100%;
    object-fit: cover;
    object-position: top;
    /*background: #79b170;*/
}
.meilleures-ventes h2 {
    font-size: 24px;
    font-family: "Inter";
    color: #191919;
    position: absolute;
    left: 0;
    top:0;
    margin: 0;
}
.meilleures-ventes ul {
    height: 35px;
}
.meilleures-ventes .nav-tabs .nav-item .nav-link {
    color: #666666;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    position: relative;
    transition: 0.6s;
    line-height: 20px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 10px;
}
.meilleures-ventes .nav-tabs .nav-item.show .nav-link, .meilleures-ventes .nav-tabs .nav-link.active, .meilleures-ventes .nav-tabs .nav-link:focus, .meilleures-ventes .nav-tabs .nav-link:hover {
    background-color: #fff;
    border-color: #fff #fff #dee2e6;
    position: relative;
    color: #789540;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    padding-right: 0;
}
.meilleures-ventes .nav-tabs .nav-item .nav-link:after{ display:none;}
.article-box .card-img {
    height: 180px;
    overflow: hidden;
}
.article-box .card-img img{
    height: -webkit-fill-available;
    width: 100%;
    object-fit:contain;
}
.article-box .details span {
    color: #6f6f6f;
    font-size: 12px;
    font-weight: 400;
    font-family: "Inter";
}
.article-box .details span.date {
    color: #fa8616;
    font-size: 12px;
    font-weight: 600;
    font-family: "Inter";
}
.article-box .card-body a { text-decoration:none;}
.article-box .card-body h3 {
    color: #191919;
    font-family: "Inter";
    font-size: 14px;
    font-weight: 400;
}
.article-box .card-body .link-more-details{
    color: #789540;
    font-family: "Inter";
    font-size: 13px;
    font-weight: 600;
}

.products .prod-icone .categ-img{ position:relative; overflow:hidden; }
.products .prod-icone:hover .categ-img {
    box-shadow: 3px 3px 10px rgb(0 0 0 / 20%);
}
.products .prod-icone .categ-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.products .prod-icone:hover .categ-img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
	100% {
		left: 125%;
	}
}
@keyframes shine {
	100% {
		left: 125%;
	}
}
.products .prod-icone .title-prod {
    margin-top: 10px;
}
.products .prod-icone img {
    width: 70px;
    margin: auto;
    height: 70px;
    object-fit: contain;
}
.products .prod-row a { text-decoration: unset; }

.products .prod-row a:hover h4 { color: #5b8841; }
.products .prod-icone .categ-img {
    width: 100px;
    height: 100px;
    margin: auto;
    overflow: hidden;
    line-height: 100px;
}
.products .prod-icone .title-prod h4 {
    text-align: center;
    color: #c14c8e;
    font-family: 'Inter';
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    margin:0;
}

.notre-selection-section {
    margin-top: -270px;
    background: #789540;
    height: 500px;
    z-index: 1;
}
.bloc-selection {
    position: relative;
}
/*.bloc-selection::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    background: rgb(1 59 165 / 50%);
    object-fit: cover;
    z-index: 1;
}
*/
.section-selection {
    width: 100%;
    height: 200px;
    overflow: hidden;
    z-index: 2;
}

.section-selection img {
    width: 100%;
    object-fit: cover;
    height: -webkit-fill-available;
    filter: sepia(90%) hue-rotate(190deg) saturate(500%);
}
.outil-a-main-section {
    z-index: 2;
}
.outil-a-main .title {
    margin-bottom: 20px;
    bottom: 0;
}
.outil-a-main .title h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    margin: 0;
}

.products-outil-a-main .card-body-prod a{ text-decoration: unset; }
.products-outil-a-main .card-body-prod h3 {
    font-family: 'Inter';
    font-size: 24px;
    color: #789540;
    font-weight: 700;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.btn-best-seller {
    background: #789540;
    color: #fff;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 50px;
    font-size: 20px;
    font-family: 'Inter';
    font-weight: 700;
    display: none;
}
.btn-best-seller:hover { color: #fff; }

.products-outil-a-main .cart-prod img {
    width: 40px;
}

.products-outil-a-main .cart-prod .white-cart{ display: none; }
.products-outil-a-main .card-body-prod .old-price {
    color: #bbc8dd;
    font-family: 'Inter';
    font-weight: 700;
    text-decoration: line-through;
    font-size: 22px;
}
.products-outil-a-main .card-body-prod .new-price {
    color: #789540;
    font-family: 'Inter';
    font-weight: 700;
    font-size: 30px;
}
.products-outil-a-main .card{ transition: 0.5s ease; }

.products-outil-a-main .card:hover{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
}
.products-outil-a-main .card:hover .card-body {
    background: #789540;
}
.products-outil-a-main .card:hover .card-img {
    background: #fff;
}
.products-outil-a-main .card:hover h3,.products-outil-a-main .card:hover .old-price { color: #fff; }

.products-outil-a-main .card:hover .white-cart { display: block; }
.products-outil-a-main .card:hover .gray-cart { display: none; }
.products-outil-a-main .card:hover .btn-best-seller { display: block; }

.products-outil-a-main .card .card-img {
    height: 400px;
    overflow: hidden;
}
.products-outil-a-main .card .card-img img {
    width: 100%;
    height: -webkit-fill-available;
    object-fit: contain;
}
.cart-table-area table thead {
    width: 100%;
    display: block;
}
.cart-table-area table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    height: 40px;
    background-color: #fff;
}
.cart-table-area table thead tr th {
    border-top: none;
    border-bottom: none;
    font-size: 12px;
    color: #131212;
    text-transform: capitalize;
    font-weight: 400;
    width: 100%;
}

.cart-table-area table tbody {
	 width: 100%;
	 display: block;
	 border-top:none!important;
}
.cart-table-area table tbody tr {
	 display: -webkit-box;
	 display: -ms-flexbox;
	 display: flex;
     flex-wrap: nowrap;
	 -webkit-box-align: center;
	 -ms-flex-align: center;
	 -ms-grid-row-align: center;
	 align-items: center;
	 width: 100%;
}
.cart-table-area table tbody tr td {
	 border: none;
    font-family: 'Inter';
    width: 100%;
}
.cart-table-area table tbody tr td h5 {
    font-size: 16px;
    color: #252525;
    font-family: 'Inter';
}

.cart-table-area table tbody tr td .qty-btn p {
	 margin-bottom: 0;
	 line-height: 40px;
	 height: 40px;
	 padding: 0 15px;
	 background-color: #fff;
	 color: #131212;
	 font-size: 14px;
}
.cart-table-area table tbody tr td .qty-btn .quantity {
	 position: relative;
	 z-index: 1;
	 border:none;
	 border-radius:unset;
}
.cart-table-area table tbody tr td .qty-btn .quantity input {
	 text-align: center;
	 background-color: #fff;
	 height: 40px;
	 width: 70px;
	 border: none;
	 -moz-appearance: textfield;
	 -webkit-appearance: textfield;
	 appearance: textfield;
	 color: #789540;
	 font-size: 14px;
}

.cart-table-area table tbody tr td .qty-btn .quantity .qty-plus {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	width: 40px;
	text-align: center;
	height: 40px;
	cursor: pointer;
	color: #a1a1a1;
	font-size: 10px;
    padding-right: 0;
}
.cart-table-area table tbody tr td .qty-btn .quantity .qty-minus {
    position: absolute;
    top: 0;
    right: 40px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    color: #a1a1a1;
    font-size: 10px;
    padding-right: 0;
}

.cart-table-area .cart-summary {
    background-color: #fff;
    margin-top: 118px;
    position: relative;
    z-index: 1;
    padding: 30px 20px;
}
.cart-table-area .cart-summary h5 {
	 font-size: 18px;
	 margin-bottom: 0;
    font-family: 'Inter';
}
.cart-table-area .cart-summary .summary-table {
    margin-top: 30px;
    padding: 0;
}

.cart-table-area .cart-summary .summary-table li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;	
	margin-bottom: 10px;
	text-transform: capitalize;
    font-family: 'Inter';
}
.cart-table-area .cart-summary .summary-table li span {
	 color: #6b6b6b;
	 font-size: 14px;
}
.cart-table-area .cart-summary .summary-table li span:first-child {
    width: calc(100% - 100px);
}
.cart-table-area .cart-summary .summary-table li span:last-child {
    width: 100px;
    text-align: end;
}
.cart-table-area .cart-summary .payment-method label {
	 font-size: 14px;
    font-family: 'Inter';
	 color: #6b6b6b;
	 font-weight: 400;
	 margin-bottom: 15px;
}
.cart-table-area .cart-summary .livraison-method label {
    font-size: 14px;
    font-family: 'Inter';
    color: #6b6b6b;
    font-weight: 400;
    margin-bottom: 15px;
}

.actualite .card {
    flex-direction: row;
}
.actualite .card-img {
    position: relative;
    z-index: 1;
    width: 50%;
    height: 250px;
    overflow: hidden;
}
.actualite .card-img a:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(13 110 253 / 25%);
    display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    outline: 1px solid #fff;
    outline-offset: -10px;
}
.actualite .card-img img {
    height: -webkit-fill-available;
    object-fit: cover;
    transition: 2s;
}
.actualite .card-img:hover img {
    transform: scale(1.2);
}
.actualite .card-body {
    background: #bbc8dd;
    width: 50%;
    margin-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.actualite .card-body .card-title {
    text-align:center;
}
.actualite .card-body .card-title a {
    color: #789540;
    text-decoration: unset;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 16px;
}
.actualite .card-body .card-text {
    color: #fff;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 20px;
}
.actualite .card-body .btn-article {
    background: rgb(143 178 229);
    color: #fff;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 10px 25px;
    border-radius: unset;
}
.detail-article p, .detail-article p span, .detail-article span {
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 24px;
}


/*--------------------------------------------------------------
# Tablist
--------------------------------------------------------------*/
.nav-tabs .nav-item .nav-link {
    color: #666666;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 400;
    padding-left: 5px;
    position: relative;
    transition: 0.6s;
    line-height: 20px;
}
.nav-tabs .nav-item .nav-link:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 22px;
    background: #ececec;
    vertical-align: middle;
    right: 0;
    top: 5px;
    position: absolute;
}
.nav-tabs .nav-item:last-child .nav-link:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 25px;
    background: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active,.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    background-color: #fff;
    border-color: #fff #fff #dee2e6;
    position: relative;
    color: #191919;
}

.nav-tabs .nav-link.active:before,.nav-tabs .nav-item.show .nav-link:before, .nav-tabs .nav-link:focus:before, .nav-tabs .nav-link:hover:before{
    content: "";
    height: 2px;
    width: 100%;
    background: #789540;
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
}
/*--------------------------------------------------------------
# Connexion
--------------------------------------------------------------*/
.login-form {
    background: #fff;
    overflow: hidden;
    border-radius: 40px;
}

.login-form .profile-text {
    padding: 20px;
    background: #c6d15b;
}
.login-form .profile-text h3 {
    font-family: 'Inter';
    font-weight: 600;
    color: #fff;
}

.login-form .profile-text h4 {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: #000;
    margin: 0;
    margin-top: 15px;
}
.login-form form{
    padding: 40px;
}
.login-form form .form-control {
    border: none;
    border-radius: 50px;
    padding: 0 30px;
    box-shadow: 1px 1px 4px 0px rgb(0 0 0 / 10%), -1px -1px 4px 0px rgb(124 124 124 / 10%);/*0px 5px 12px 0px rgb(13 110 253 / 25%)*/
    font-family: 'Inter';
    font-weight: 500;
}

.login-form form input.form-control { height: 60px; }

.login-form form .form-control:focus {
    border: 2px solid #789540;
} 
.login-form form .btn-login, .login-form form .btn-inscrit {
    height: 60px;
    border: none;
    border-radius: 50px;
    padding: 0 30px;
    font-family: 'Inter';
    font-weight: 500;
    font-size: 20px;
}
.login-form form .btn-login {
    background: #fd7e14;
    color: #fff;
}
.login-form form .btn-login:hover {
    background: #c78335;
}
.login-form form .btn-inscrit {
    background: #f1b774;
    border: 2px solid #fd7e14;
    color: #fff;
}
.login-form form .btn-inscrit:hover {
    background: #fd7e14;
}

.login-form .forget-password a {
    text-decoration: unset;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    color: #fd7e14;
}
.login-form .forget-password {
    text-decoration: unset;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    color: #1c1c1c;
}
.login-form form hr {
    height: 2px;
    background: rgb(13 110 253 / 25%);
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    background: #fafbff;
    padding: 30px;
    height: 100%;
    font-family: 'Inter';
}

.contact .info-box i {
  font-size: 38px;
  line-height: 0;
  color: #0c3baa;
}

.contact .info-box .fa {
  line-height: 1;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #012970;
  font-weight: 700;
  margin: 20px 0 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  background: #f2f0f0;
  padding: 30px;
  height: 100%;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #19aa67;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #5daa3b;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 0;
}

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #0c3baa;
}

.contact .php-email-form input {
    padding: 10px 15px;
    font-family: 'Inter';
}

.contact .php-email-form textarea {
  padding: 12px 15px;
  font-family: 'Inter';
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.form-avis .form-control {
    border-radius: 30px;
    min-height: 45px;
    padding: 15px 20px;
    color: #212529;
    font-family: 'Inter';
    font-weight: 400;
}
.form-avis .btn.btn-avis ,.btn-avis {
    border-radius: 30px;
    min-height: 45px;
    padding: 15px 40px;
    background: #789540;
    color: #fff;
    font-family: 'Inter';
    font-weight: 600;
}
.form-avis .btn.btn-avis:hover, .btn-avis:hover ,.btn-avis.show{
    color: #789540;
    background: #eef5e1;
}

.morecontent span {
    display: none;
}
.morelink {
    display: inline-block;
    text-align: right;
    text-decoration: none;
}


/*----------------------------------------------------------------------------*/

.livraison .title h3 {
    font-family: 'Inter';
    font-size: 24px;
    font-weight: 300;
    color: #bbc8dd;
    text-align: center;
}
.partenaires{ padding: 100px 0;	}
.partenaires .title h2 {
    color: #789540;
}

.partenaires .partenaire-img {
    /* width: 200px; */
    margin: 5px auto;
    background: #fff;
    aspect-ratio: 4/3;
    position: relative;
    border: 2px inset #cddc39;
    border-radius: 20px;
}
.partenaires .partenaire-img img {
    max-height: 100px;
    /* filter: grayscale(1); */
    margin: auto;
    width: 100%;
    height: -webkit-fill-available;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding:10px;
}
.partenaires .partenaire-img img:hover {
    filter: none;
}
footer {
    background: #fff;
}
.footer .footer-brand img {
    max-width: 130px;
}
.footer .reseaux-sociaux span {
    font-size: 18px;
    font-family: "Inter";
    font-weight: 700;
    color: #789540;
    margin-right: 10px;
}
.border-grn {
    border-color: #789540!important;
}
.newsletter form {
    width:450px;
}
.newsletter form input[type="email"] {
    border: 0;
    padding: 8px;
    width: 100%;
    background: #fff;
    color: #565656;
    font-family: 'Inter';
    font-weight: 400;
}
.newsletter form input[type="email"]:focus {
    box-shadow: unset;
}
.newsletter input {
    height: 50px;
    border-radius: 50px!important;
}
.newsletter form button[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    border: 0;
    font-size: 13px;
    padding: 0 25px;
    background: #77953f;
    margin: auto 5px;
    color: #fff;
    transition: 0.3s;
    border-radius: 50px!important;
    text-transform: uppercase;
    height: 40px;
    z-index:3;
}
.footer .newsletter input::placeholder {
	color: #a6a6a6;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
}
.footer .newsletter p {
    color: #4c4c4c;
    font-size: 14px;
    font-family: 'Inter';
    font-weight:400;
}

.footer .reseaux-sociaux .reseaux-sociaux-icones span {
    color:#789540;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}
.footer .reseaux-sociaux a {
    text-decoration: unset;
    margin-right: 5px;
    color: #393939;
    font-size: 14px;
    border: 1px solid #d5d5d5;
    width: 37px;
    height: 37px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 37px;
}
.footer .reseaux-sociaux a:hover {
    color: #fff;
    background: #789540;
    border: 1px solid #789540;
}
.footer .infos h3 {
    color: #191919;
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;
}
.footer .infos ul li {
    color: #789540;
    margin-bottom: 10px;
    transition:0.6s;
}

.footer .infos ul li:before {
    content: "";
    background: url(../images/arrow-right.png) no-repeat;
    width: 15px;
    height: 15px;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
    display: inline-block;
}
.footer ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.footer ul.marques-ul{
    display: grid;
    grid-template-rows: repeat(4, min-content);
    grid-auto-flow: column;
}
.footer .infos ul li a {
    color: #6e6e6e;
    text-decoration: unset;
    font-family: 'Inter';
    font-size: 15px;
    font-weight: 400;
}

.footer .infos ul li:hover a {
    color: #302e2e;
}

.footer .pied-page p {
    margin: 0;
    padding: 10px 0;
    color: #6e6e6e;
    font-size: 15px;
    font-family: 'Inter';
    font-weight: 400;
}

.footer .infos-adresse {padding: 10px 0;}
.footer .infos-adresse span {
    margin: 0;
    color: #191919;
    font-size: 15px;
    font-family: 'Inter';
    font-weight: 400;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    background-size: cover;
    color: #789540;
}
.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 300;
    text-align: left;
    font-family: 'Inter';
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.breadcrumbs ol a {
  color: #353535;
  transition: 0.3s;
  font-family: 'Inter';
  text-decoration: unset;
}

.breadcrumbs ol a:hover {
  text-decoration: underline;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
  font-family: 'Inter';
  color: #789540;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #789540;
  content: "\f105";
  font-family:"FontAwesome";
}
.ratings-cart {
    position: relative;
}
.single-product-area .ratings-cart {
    z-index: -1;
}

#rating svg,#rating2 svg {
    width: 20px;
    height: 20px;
}
.rating2 svg {
    width: 15px;
    height: 15px;
}
.prod-content .sort-section {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    /*transform: translate(0%,-50%);*/
}
/*--------------------------------------------------------------
# sliks
--------------------------------------------------------------*/

.slick-slide {
    margin: 0px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    margin-bottom: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;

}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    /*height: 100%;*/
    min-height: 1px;
    /*text-align: center;*/

}
.slick-slide::before {
    content: '';
    /*display: inline-block;
    height: 100%;*/
    vertical-align: middle;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-initialized .slick-slide
{
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.prod-box.slick-initialized .slick-slide,.box-tablist.slick-initialized .slick-slide, .products-home-box.slick-initialized .slick-slide,
.categ-box.slick-initialized .slick-slide,.prod-content.slick-initialized .slick-slide{ vertical-align: top; }

.customer-megaMenu .slick-initialized .slick-slide
{
    text-align: left;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.customer-logos, .customer-megaMenu {
    padding: 0;
    overflow: visible;
    margin: 0;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 35%;
    font-size: 1.8rem;
    z-index: 9999;
    cursor: pointer;
    width: 40px;
    padding: 0;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-arrow {
    background: transparent;
    max-width: 100px;
}
.slick-orange{ display: none!important; }
.slick-grey	 { display: inline!important; }

.slick-next.slick-grey:hover{ display: none!important; }
.slick-next.slick-grey:hover + .slick-next.slick-orange,.slick-next.slick-orange:hover{ display: inline!important; }

.slick-prev.slick-grey:hover{ display: none!important; }
.slick-prev.slick-grey:hover + .slick-prev.slick-orange,.slick-prev.slick-orange:hover{ display: inline!important; }


/*---------------------------------------------*/

#contact-form .form-group label {
    color: #000;
    font-family: 'Inter';
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    margin-left: 15px;
    margin-top: 15px;
}

#contact-form .form-group .form-control {
    height: 50px;
    border-radius: 30px;
    padding: 0 30px;
    box-shadow: 0px 5px 12px 0px rgb(13 110 253 / 25%);
    font-family: 'Inter';
    font-weight: 400;
}
#contact-form h5 {
    margin: 20px;
    border-top: 1px dashed #789540;
    border-bottom: 1px dashed #789540;
    font-family: 'Inter';
    font-weight: 600;
    color: #789540;
}

#contact-form  .btn-login {
    height: 50px;
    border: none;
    border-radius: 30px;
    padding: 0 30px;
    font-family: 'Inter';
    font-weight: 600;
    font-size: 18px;
    background: #789540;
    color: #fff;
    margin: 20px 0;
}

#contact-form  .btn-login:hover {
    background: #004fda;
}
.checkout_details_area .form-control {
    background: #fff;
    border: none;
    border-radius: unset;
    font-family: 'Inter';
    font-weight: 400;
    color: #000;
}
.checkout_details_area input.form-control {
    height:45px;
}

/*--------------------------------------*/

.btn.disabled, .btn:disabled {
    opacity: 1;
    background: gray;
}


/*----------------------------------------------------------------------------------------*/
	@media (min-width: 1700px){

		.slide-section {
		    max-width: 1600px;
		    margin: auto;
		}
	
	}
	
	@media (min-width: 1300px){
	    .container-custom {
	        max-width: 1440px;
	    }
	}
	@media (min-width: 1200px) and (max-width: 1539px){
	    .container-custom {
	        max-width: 1340px;
	    }
		.slide-section {
		    max-width: 1100px;
		    margin: auto;
		}	 
	}

	@media (min-width: 1200px) and (max-width: 1300px){
	    .container-custom {
	        max-width: 1340px;
	    }
	}

	@media (max-width: 1200px) { 
	 
		.logo{
			width:250px;
		}
		.cl1,.cl2,.cl3{padding:0 20px;}
		.cl2{padding-left:20px;}
		.f1 a {
			margin-left: 20px;
		}
		.slide-section {
		    max-width: 1300px;
		    margin: auto;
		}	 
	}
	@media (min-width: 992px) and (max-width: 1200px){
	    .container-custom {
	        max-width: 1140px;
	    }
	}
	/* Increase all font sizes on mobile */
	@media (max-width: 1024px) and (min-width: 993px) { 
	/* Increase all font sizes on mobile */
		.single-product-wrapper {
		 position: relative;
		 z-index: 1;
		 margin-bottom: 50px;
		 overflow: hidden;
		 background-color: #fff;
		 height: 470px;
		}
		
	}

	@media (max-width: 1090px) { 
		
		.prod-content .sort-section {
			transform: translate(0%,100%);
		}
		.prod-content nav {
			margin-bottom: 25px;
			margin-top: 50px;
		}
	}
	
	
	/* Increase all font sizes on mobile */
	@media (max-width: 1320px) and (min-width: 768px) { 
	    .article-box .card-img{ height:100px; }
    	.left-content .prod-content .product-meta-data {
    		width: calc( 100% - 0px );
    	}
    	.produit-sc h3{ font-size:9px;line-height:16px;font-weight:500;}
	    .produit-sc .price{ font-size:14px;}
	    .produit-sc .old-price{ font-size:11px;}
	    .derniers-prod-box .produit-sc h3,.prod-content .produit-sc h3 {
            font-size: 10px!important;
            line-height: 15px;
        }
        /*.right-content .products-home-box .card .card-img,.right-content .box-tablist .card, .right-content .products-box .card .card-img {
            height: 150px;
            overflow: hidden;
        }*/
        .right-content .products-home-box .card .card-img img,.right-content .box-tablist .card .card-img img, .right-content .products-box .card .card-img img{ max-height: 150px; }
        .derniers-prod-box .product-img,.derniers-prod-box .produit-sc,.prod-content .product-img,.prod-content .produit-sc{ width:50%!important;}
        .derniers-prod-box .produit-sc .price{ font-size: 12px; }
        .derniers-prod-box .produit-sc .old-price{ font-size: 9px; }
        .derniers-prod-box .card .d-flex { padding:4px!important; }
	    .price-rating-sc {
            flex-wrap: wrap;
            justify-content: center!important;
        }
        .right-content .cart-btn{ justify-content:space-around;}
		.right-content .cart-btn .btn{ width: 40px; font-size:0; }
		.left-mega-menu h3{ padding:10px; font-size:10px;}
		
	    .left-mega-menu .nav-categ li .nav-link { padding: 0 5px;margin: 5px; font-size:10px; }
		.header .carousel-inner{ height:260px ;}
		.header .carousel-item{ height:260px ;}
        .header .flyer {
            height: 120px;
        }
        .right-content .nav-tabs .nav-item.show .nav-link, .right-content .nav-tabs .nav-link.active, .right-content .nav-tabs .nav-link:focus, .right-content .nav-tabs .nav-link:hover
        { font-weight:600;font-size:14px;}
        .right-content .nav-tabs .nav-item .nav-link{ font-size:12px;margin-top: 40px;}
        .right-content .meilleures-ventes .nav-tabs .nav-item .nav-link{ font-size:12px;margin-top: 40px;}
	}
	
	@media (max-width: 992px) { 
	     .sticky-wrapper.is-sticky .site-navbar .site-navigation .list-top-navbar {
            display: none;
        }
	}
	@media (max-width: 991px) { 
	/* Increase all font sizes on mobile */
	
	    .navbar-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            width: 100%;
        }
       

		.f1 .row {
			padding: 0px;
		}
	
		.f1 .row {
			padding: 0px;
		}
		.full-bg-img h2{
			line-height:40px;
		}
	    .container-custom {
	        max-width: 920px;
	    }
		.header-section .navbar-collapse {
            width: 95%;
            order: 3;
            position: absolute;
            background: #fff;
            top: 100%;
            margin-top: -70px;
            z-index: 3;
            box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 40%);
        }
		
        .navbar-light .navbar-nav .nav-link {
            background: #e9ecef;
            padding: 10px!important;
            border-bottom: 1px dotted #789540;
        }
        .navbar-light .navbar-nav>.nav-item {
            width: 100%;
        }
        .cnx-link{ margin:5px 0; }
		
	}

	@media (max-width: 768px){
		#product_details_slider{
		    flex-wrap: wrap;
		}
		.details-produit .nav-pills .nav-link {
            max-width: 50%;
            margin: 5px;
            width: 40%;
            font-size: 12px;
            gap: 2px;
        }
        
        .w-md-50{ width:100%; }
		.cmd-photo img,.sidebar-categ,.top-part { display:none!important; }
		
		.full_content{
			columns:1;
		}
		.full_content img{
			margin:auto!important;
			height: auto!important;
		}
		.top-navbar .top-section{
			flex-wrap: wrap;
			justify-content: center;
			margin: 0!important;
		}
		.header .input-group .input-group-btn .btn {
			display: none;
		}
		.header .input-group input {
			font-size: 14px;
		}
		.header .input-group .fa.fa-search {
			padding: 5px 15px;
			font-size: 18px;
		}
		.P-t-2{
			padding-top: .5rem;
		}
		.actualite .card {
            flex-direction: column;
        }
        .actualite .card-img {
            width: 100%;
        }		
        .actualite .card-body {
            width: 100%;
            margin-top: 10px;
            margin-left:0;
        }
        .topheader .commande  {
			border-right: 0!important;
			margin: 0!important;
			width: 100%;
			text-align: center;
		}
        .topheader .commande a span{
			color: #789540;
		}
		.topheader .commande a::before {
			content: "\f095";
			font-family: 'FontAwesome';
			color: #789540;
			margin-right: 2px;
			padding-right: 8px;
			font-size: 18px;
			vertical-align: middle;
			border-right: 1px solid rgb(13 110 253 / 25%);
		}
        .topheader .suivez-nous {
			display:none;
		}
		.topheader .slogan {
			display: none;
		}
		.topheader-infos {
			justify-content: space-between!important;
			margin: 5px 0;
		}
		.top-navbar .cart-nav img {
			max-width: 20px;
		}
		.top-navbar span{ font-size:11px;}
		.top-navbar .cart-nav .badge {
			width: 20px;
			height: 20px;
		}
		.cart {
            margin-top: 25px;
            margin-right: 10px;
        }
        .slick-next {
            right: 0px;
            max-width: 50px;
        }
        .slick-prev {
            left: 0;
            max-width: 50px;
        }
        .flayout ,.header .carousel-inner,.cmd-photo{
			height: auto;
		}
		.cmd-photo{
			max-height:250px;
		}
		.top-navbar a, .top-navbar .cart-nav{ font-size:12px;}
		.top-navbar .cart-nav {
			width: 100px!important;
		}
		.bloc_accueil .cat-bloc { margin-right: 0!important; }
		.bloc_accueil .cat-bloc .btn-devis {
			top: 60%;
			left: 5%;
			transform: translate(0%, 50%);
			background: #789540;
			padding: 5px 10px;
		}
		.tablist-content .nav-tabs {
			transform: translate(0%,-60%)!important;
			justify-content: center!important;
		}
		.tablist-content .nav-tabs li{ margin-bottom:10px}
		.tablist-content .nav-tabs .nav-item .nav-link, .tablist-content .nav-tabs .nav-link {
			font-size: 14px;
			padding: 10px;
		}
		.marque-box {
			margin-top: 30px;
		}
		.btn-case {
			transform: translate(0%,-80%);
		}
		.top-navbar form {
			order: 6;
			margin-top:5px;
		}
		
		.logo-navbar{
			width:130px;
		}
		.title {
			margin-right: 5px!important;
		}
		.title h2 {
			font-size: 22px;
			padding: 5px;
		}
		.title h3{ font-size:18px; }
		.breadcrumbs ol{ font-size: 11px; }
		
		.details-produit .tab-content img {
			max-width: 100%;
			height: auto!important;
			width: 100%;
		}
		.prod-box .slick-list {
			margin-top: 30px;
		}
		.newsletter .d-flex{
		    flex-wrap:wrap!important;
		    justify-content:center!important;
		    text-align:center;
		}
        .header .favoris-sc {
            border-right: 1px solid #ececec;
            margin-right: 10px;
            width: 40px!important;
        }
		.mt-sm-2{ margin-top:8px; }
		.mb-sm-2{ margin-bottom:8px; }
		.py-sm-1 { padding: 8px 0!important; }
		.pb-sm-2 { padding-bottom: 10px!important; }
		.border-sm-bottom {
            border-bottom: 1px dashed #f9ffed;
        }
		.topheader {
            background: #e9ecef;
            border: 0;
            box-shadow: 0px 5px 10px #f0f0f0;
        }
        .topheader .topheader-infos,.topheader-infos span {
            font-size: 12px;
            text-align: center!important;
        }
        
        .show-top{ display:none}
        .show-bottom{ display:block}
        
	}
	/* Increase all font sizes on mobile */
	@media (max-width: 768px) and (min-width: 601px) { 
	 
		.f1 a {
			font-size: 16px;
			margin-left: 20px;
		}
		 
		.f1 .fa {
			font-size: 24px;
			padding: 0px 50px;
		}
		.search form{
            width: auto;
        }
		.rate{
		    margin-bottom:20px;
		}
		#content h1,#contenu h1{font-size:30px;}
		#content h2,#contenu h2{font-size:24px;}
		#content h3,#contenu h3{font-size:20px;}
		
		.cl5 {
			border-right: unset;
			border-bottom: 1px solid #4db2e0;
		}		/* :: 7.0 Popular Products Area CSS */
		.single-product-wrapper {
		 position: relative;
		 z-index: 1;
		 margin-bottom: 50px;
		 overflow: hidden;
		 background-color: #fff;
		 height: 370px;
		}
	}
	

	/* Increase all font sizes on mobile */
	@media (max-width: 640px) { 
	 
		.full-bg-img h2{
		/* default is 1rem or 16px */
			font-size: 1.5rem;
			line-height: 1rem;
		}
	 
	}

	/* Increase all font sizes on mobile */
	@media (max-width: 600px) { 
		.header .carousel-item img {
            object-fit: fill;
            /* max-height: 300px; */
        }
		.footer .infos-adresse,.footer .pied-page{ text-align:center!important; }
		.w-65 { width:85%; }
		.top-bar span {
			width:150px;
			font-size: 12px;
		}
		.iconTel{padding: 15px 0;}
		.navbar-nav{padding: 0;}
		.main .section>h2,.section4 h2{font-size: 22px;}
		.alert h3{font-size: 22px;}
		.pack .card-body{
			padding-left: 15px;
			padding-right: 15px;
		}
		.cl5 ul li span {font-size: 18px;}
		.single-product-wrapper {
		 position: relative;
		 z-index: 1;
		 margin-bottom: 50px;
		 overflow: hidden;
		 background-color: #fff;
		 height: auto;
		}
		.pagination {
			font-size: 16px;
		}
		.pagination .page-link {
			padding: .05rem .2rem;
		}
		
		.prod-content .pagination { margin-top:60px; }
		
		.top-header-sc form{
		    width:100%;
		    margin-bottom:10px;
		}
		.top-header-sc .d-flex {
            flex-wrap: wrap!important;
            justify-content: space-between!important;
        }
        .header .carousel-item{ height:150px ;}
        .header .flyer {
            height: 120px;
        }
        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover
        { font-weight:600;font-size:14px;}
        .nav-tabs .nav-item .nav-link{ font-size:12px;margin-top: 40px;}
        .meilleures-ventes .nav-tabs .nav-item .nav-link{ font-size:12px;margin-top: 40px;}
		
}
	

	
	/* Increase all font sizes on mobile */
	@media (max-width: 524px) {
		
		.prod-content .sort-section {
			/*transform: translate(6%,180%);*/
            transform: unset;
            position: relative;
            height: auto;
        }
        .prod-content .pagination {
            margin-top: 0px;
        }
		.prod-content nav {
            margin-top: 10px;
        }
		.top-navbar .container{
			max-width:920px;
		}
		.navbar-brand{ max-width:100px}
		
		.custom-slick-box {
			margin-top: 80px;
		}
		.tablist-content .nav-tabs {
			transform: translate(0%,-180%)!important;		
			justify-content: center!important;
		}
		.footer .infos ul li a{font-size:12px;}
	}
	@media (max-width: 500px) {
	    .products-home-box .card .card-img, .products-box .card .card-img, .produit-sc .card .card-img {
            height: auto;
        }
        .products-home-box .card .card-body, .box-tablist .card .card-body, .products-box .card .card-body, .promo-box .card .card-body, .produit-sc .card .card-body {
           min-height: 165px;
        }
	    .produit-sc h3{ font-size:9px;line-height:16px;font-weight:500;}
	    .produit-sc .price{ font-size:14px;}
	    .produit-sc .old-price{ font-size:11px;}
	    .derniers-prod-box .produit-sc h3 {
            font-size: 10px!important;
            line-height: 15px;
        }
        .products-home-box .card .card-img, .box-tablist .card .card-img, .products-box .card .card-img {
            height: 150px;
            overflow: hidden;
        }
        .products-home-box .card .card-img img, .box-tablist .card .card-img img, .products-box .card .card-img img{ max-height: 150px; }
        .derniers-prod-box .product-img,.derniers-prod-box .produit-sc{ width:50%!important;}
        .derniers-prod-box .produit-sc .price{ font-size: 12px; }
        .derniers-prod-box .produit-sc .old-price{ font-size: 9px; }
        .derniers-prod-box .card .d-flex { padding:4px!important; }
	    .price-rating-sc {
            flex-wrap: wrap;
            justify-content: center!important;
        }
        .cart-btn{ justify-content:space-around;}
		.cart-btn .btn{ width: 40px; font-size:0; }
		.cart-btn .btn.btn-cmd {
		    width: auto;
            font-size: 12px;
        }
		.cart-btn .btn .fa{
		    font-size: 18px;
		}
		.qty-minus, .qty-plus {
			padding: 0 5px;
		}
		
		.quantity .qty-text {
			height: 35px;
			width: 35px;
		}
	}
	

	
	/* Increase all font sizes on mobile */
	@media (max-width: 419px) { 
		.nav-pills .nav-link{
			padding: 8px 10px;
			font-size:14px;
		}
		#searchDataList .badge {
            font-size: 10px;
        }
	}
	@media (max-width: 370px) { 
	
		.fav-icon a {
			font-size: 12px;
		}
		.fav-icon .fa {
			font-size: 14px;
			color: #72411f;
			padding: 8px;
			font-family: 'FontAwesome';
		}
		.tablist-content .nav-tabs .nav-item .nav-link, .tablist-content .nav-tabs .nav-link {
			font-size: 12px;
			padding: 10px;
		}
	}

	@media (max-width: 362px) { 
	
		.prod-content .sort-section {
			transform: translate(6%,250%);
		}
		
	}
	
	@media (max-width: 337px) { 

		.custom-slick-box {
			margin-top: 120px;
		}
		.tablist-content .nav-tabs {
			transform: translate(0%,-280%)!important;		
			justify-content: center!important;
		}
	}