/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

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

/**** GLOBAL CSS BY NIIX ****/
@font-face {
	font-family: 'Vollkorn';
	src: url('../fonts/Vollkorn-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter18pt';
	src: url('../fonts/Inter18pt-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Inter Light';
    src: url('Inter18pt-Light.woff2') format('woff2'),
        url('Inter18pt-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Thin';
    src: url('Inter18pt-Thin.woff2') format('woff2'),
        url('Inter18pt-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}


@font-face {
	font-family: 'Cormorant';
	src: url('../fonts/Cormorant-Regular.woff2') format('woff2');
	font-style: normal;
	font-display: swap;
}
html {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}
main {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}
body#index {
	overflow-x: hidden !important;
    overflow-y: visible !important;
}

html > body {
    overflow-x: hidden !important;
    overflow-y: visible !important;
}

body#index h2 {
    font-weight: 400 !important;
}

body {
	font-family: 'Inter18pt' !important;
}
h1,
h2,
h3,
h4,
h5 {
	font-family: 'Vollkorn', serif !important;
}
div#top_home {
    overflow: hidden;
}
div#bottom_home {
    overflow: hidden !important;
}
.cart-btn.col-xs-12 a.btn.btn-primary.checkout {
    background: -webkit-gradient(linear, left top, right top, from(#7F1B44), to(#4B1324)) !important;
    background: -o-linear-gradient(left, #7F1B44 0%, #4B1324 100%) !important;
    background: linear-gradient(90deg, #7F1B44 0%, #4B1324 100%) !important;
    border: none !important;
}
.cart-btn.col-xs-12 a.btn.btn-primary.checkout:hover {
    background: -webkit-gradient(linear, left top, right top, from(#7F1B44), to(#4B1324)) !important;
    background: -o-linear-gradient(left, #7F1B44 0%, #4B1324 100%) !important;
    background: linear-gradient(90deg, #7F1B44 0%, #4B1324 100%) !important;
    border: none !important;
    outline: none !important;
}
.cart-grid.row .btn.btn-primary {
    border: none !important;
    background: -webkit-gradient(linear, left top, right top, from(#7F1B44), to(#4B1324)) !important;
    background: -o-linear-gradient(left, #7F1B44 0%, #4B1324 100%) !important;
    background: linear-gradient(90deg, #7F1B44 0%, #4B1324 100%) !important;
}
.cart-grid.row .btn.btn-primary:hover {
    background: -webkit-gradient(linear, left top, right top, from(#7F1B44), to(#4B1324)) !important;
    background: -o-linear-gradient(left, #7F1B44 0%, #4B1324 100%) !important;
    background: linear-gradient(90deg, #7F1B44 0%, #4B1324 100%) !important;
    border: none !important;
    outline: none !important;
}
#header nav.header-nav {
	padding-top: 2px;
	padding-bottom: 2px;
	background: -webkit-gradient(linear, left top, right top, from(#9F2348), to(#470E1F)) !important;
	background: -o-linear-gradient(left, #9F2348 0%, #470E1F 100%) !important;
	background: linear-gradient(90deg, #9F2348 0%, #470E1F 100%) !important;
}
#header .header-nav .right-nav {
	display: none !important;
}
#header .col-xs-12.col-sm-12.col-md-6.left-nav {
	width: 100% !important;
	text-align: center;
}
#header .left-nav .btn-buy {
    font-size: 13px;
    color: #8f1f41;
    padding: 8px 25px;
    text-transform: uppercase;
    background-color: #fff;
    font-family: 'Cormorant';
    margin-left: 40px;
    font-weight: 600;
}
#header #ishiheaderblock .header-text {
	font-size: 15px !important;
	padding-left: 32px;
}
#header #ishiheaderblock .header-text:before {
	top: 0px !important;
	width: 20px !important;
	height: 20px !important;
	background: url(/img/cms/panier.png) no-repeat center center;
	background-size: contain;
}
.header-top .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
#header div#_desktop_cart {
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}
#header .nav-full-width .container>.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#header .header-top>.container {
	max-width: 90% !important;
}
#header div#ishiheadercontactblock .call-img {
	display: none;
}
#header #ishiheadercontactblock .call {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#header #ishiheadercontactblock .call .call-us {
    padding-right: 12px;
    color: #811642;
}
#header #ishiheadercontactblock .call .call-num {
    font-size: 15px;
    color: #444444;
    margin-top: 0;
    font-family: 'Inter18pt' !important;
}
#header .blockcart .cart-img {
	background-image: none !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
	width: auto !important;
	height: auto !important;
}
#header .blockcart .cart-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
#header .blockcart .cart-products-count {
    margin-top: 0 !important;
    font-size: 15px !important;
    font-family: 'Inter18pt' !important;
    color: #444444 !important;
}
#header .blockcart .cart-content .cart-name {
    color: #811642;
    padding-right: 12px;
}
#header .blockcart .cart-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	overflow: visible;
	position: relative;
}
#header .blockcart .cart-products-count {
	color: #444444 !important;
}
#header .blockcart .cart-img img {
	-o-object-fit: contain !important;
	   object-fit: contain !important;
}
#header .blockcart:hover .cart-img {
	background-color: transparent;
}
#header .nav-full-width {
	background-color: transparent;
	border-top: none;
	padding-bottom: 10px !important;
}
#header #desktop_logo {
	max-width: 200px;
	padding: 15px 0px;
	text-align: center;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: auto;
	top: 10px;
}
#top-menu>li .dropdown-item {
	white-space: normal;
	font-family: 'Vollkorn', serif !important;
	font-size: 18px;
	color: #444 !important;
}
.search-widget form input[type="submit"] {
    font-size: 16px !important;
    font-family: 'Cormorant' !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    background: -webkit-gradient(linear, left top, right top, from(#811642), to(#470E1F)) !important;
    background: -o-linear-gradient(left, #811642 0%, #470E1F 100%) !important;
    background: linear-gradient(90deg, #811642 0%, #470E1F 100%) !important;
}
.search-widget form input[type="submit"]:hover {
	background: -webkit-gradient(linear, left top, right top, from(#811642), to(#470E1F));
	background: -o-linear-gradient(left, #811642 0%, #470E1F 100%);
	background: linear-gradient(90deg, #811642 0%, #470E1F 100%);
}
.search-widget form input[type="text"] {
	min-width: 430px;
	padding: 5px 10px 5px 20px;
}
.search-widget form input[type="text"]:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/img/cms/Icon.png);
	background-size: contain;
	background-repeat: no-repeat;
}
div#search_widget {
	position: relative;
}
div#search_widget:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 17px;
    left: auto;
    right: 165px;
    background-image: url(/img/cms/search.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
    opacity: 0.5;
}
#header span.cart-products-count.hidden-lg-up {
	display: block !important;
	position: relative;
	left: -30px;
}
#header span.cart-products-count.hidden-lg-up {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 18px;
	height: 19px;
	position: absolute;
	top: 14px;
	left: 15px;
	background-color: #4b0f21;
	padding: 5px;
	color: #fff !important;
	border-radius: 50%;
}
.carousel .carousel-item .caption {
	bottom: 28px;
	left: 50%;
	top: 44%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	max-width: 100% !important;
	width: 90% !important;
}
#carousel .display-1.text-uppercase {
    text-align: center;
    font-size: 52px !important;
    line-height: 58px !important;
    color: #fff !important;
    margin-bottom: 30px !important;
    font-weight: 300;
}
.header-text span.off {
    font-family: 'Vollkorn', serif !important;
    font-size: 18px;
}
#carousel .caption-description {
	text-align: center;
}
section#wrapper .container {
	max-width: 100%;
	width: 100%;
	padding: 0;
}
a.banner-btn {
	display: inline-block;
    font-family: 'Cormorant' !important;
	font-size: 20px;
	padding: 25px 70px 25px 40px;
	color: #fff !important;
	background: -webkit-gradient(linear, left top, right top, from(#7F1B44), to(#4B1324));
	background: -o-linear-gradient(left, #7F1B44 0%, #4B1324 100%);
	background: linear-gradient(90deg, #7F1B44 0%, #4B1324 100%);
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
    overflow: hidden !important;
}
#carousel .carousel .carousel-inner {
	height: calc(100vh - 205px) !important;
}
div#carousel {
	height: calc(100vh - 205px) !important;
    margin-bottom: 0 !important;
}
.carousel .carousel-inner {
	height: calc(100vh - 205px) !important;
}
.carousel .carousel-inner {
	height: calc(100vh - 205px) !important;
}
.carousel .carousel-item img {
	width: 100%;
	margin-left: 0;
	height: calc(100vh - 205px) !important;
	-o-object-fit: cover;
	   object-fit: cover;
}
div#carousel figure:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.2 !important;
}
p.banner-desc {
	position: relative;
	font-size: 18px;
	line-height: 24.5px;
	max-width: 500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px !important;
}
p.banner-desc:before {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	top: 30px;
	left: -80px;
	background-color: #fff !important;
}
p.banner-desc:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	position: absolute;
	top: 30px;
	right: -80px;
	background-color: #fff !important;
}
.banner-btn {
   position: relative;
}
.banner-btn:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 27px;
    right: 40px;
    background-image: url(/img/cms/icon-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}
div#ishislider {
    display: none !important;
}
div#ishibannerblock {
    display: none !important;
}

/**** SECTION PRODUIT PHARES ****/
#index .best-prod {
    position: relative;
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
#index .featured-products {
    max-width: 980px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: visible !important;
}
.best-prod section.featured-products .products {
    overflow: hidden !important;
}
#ishiservices .services .service-block .service-desc {
    color: #666666 !important;
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
}
#index .featured-products .products-section-title {
    position: relative;
    text-align: center;
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 400;
    color: #444 !important;
    text-transform: initial !important;
    margin-bottom: 50px !important;
}
#index .best-prod a.all-product-link.float-xs-left.float-md-right.h4 {
    display: none;
}
#index .best-prod .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 200;
    cursor: pointer;
}
#index .best-prod .arrow_gauche {
    left: -37px !important;
    right: auto !important;
}
#index .best-prod .arrow_droite {
    left: auto !important;
    right: -68px !important;
}
#index .best-prod:before {
    content: "";
    display: block;
    width: 290px;
    height: 290px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/img/cms/grapes-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
#index .best-prod:after {
    content: "";
    display: block;
    width: 220px;
    height: 220px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/img/cms/grape-green.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
#index .best-prod article {
    position: relative;
	border: 1px solid #ededed;
    min-height: 570px !important;
}
#index .best-prod article:before {
    content: "";
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/img/cms/texture.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/*#index .best-prod article .thumbnail.product-thumbnail {
    overflow: hidden !important;
}*/
#index .best-prod article:hover img {
    -webkit-transform: scale(1.1) !important;
        -ms-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
}
#index .best-prod article img {
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
}
#index .best-prod .product-description {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}
#index .best-prod .product-comments {
	-webkit-box-ordinal-group: 4 !important;
	    -ms-flex-order: 3 !important;
	        order: 3 !important;
}
#index .best-prod .product-price-and-shipping {
    margin-bottom: 10px;
}
#index .best-prod article:not(:last-child) {
    margin-right: 20px !important;
}
#index .best-prod article .product-description .product-title>a {
    font-family: 'Vollkorn', serif !important;
    font-size: 24px !important;
    line-height: 32px !important;
	color: #000 !important;
}
#index .best-prod article .product-price-and-shipping .price {
    font-family: 'Cormorant' !important;
    color: #811642 !important;
    font-size: 20px !important;
    line-height: 25px;
    font-weight: 600;
}
#index .best-prod article .product-desc {
    margin-bottom: 60px !important;
}
#index .best-prod article span.lblcart {
    font-family: 'Cormorant' !important;
    color: #fff !important;
}
#index .best-prod article a.btn.btn-primary.ajax_add_to_cart_button.add-to-cart {
    padding-top: 10px;
    padding-bottom: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#811642), to(#470E1F));
    background: -o-linear-gradient(left, #811642 0%, #470E1F 100%);
    background: linear-gradient(90deg, #811642 0%, #470E1F 100%);
    text-shadow: none !important;
}
#index .best-prod article .cart-btn a:before {
    height: 20px;
    background-color: transparent !important;
    background-image: url(/img/cms/bag.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


/**** SECTION PRODUCT SLIDER ****/
div#ishiproductsblock {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
#index a#wishlist_button {
    outline: none;
    border: none;
}
#index a#wishlist_button:after {
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(2862%) hue-rotate(321deg) brightness(80%) contrast(86%);
            filter: brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(2862%) hue-rotate(321deg) brightness(80%) contrast(86%);
    background-color: transparent !important;
}
#index .wishlist-btn a:after {
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(2862%) hue-rotate(321deg) brightness(80%) contrast(86%);
            filter: brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(2862%) hue-rotate(321deg) brightness(80%) contrast(86%);
    background-color: transparent !important;
}
#index a.quick-view {
   outline: none;
   border: none;
}
a.btn.btn-primary.ajax_add_to_cart_button.add-to-cart {
    border: none;
    outline: none;
}
#index a.quick-view:after {
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(2862%) hue-rotate(321deg) brightness(80%) contrast(86%);
            filter: brightness(0) saturate(100%) invert(15%) sepia(98%) saturate(2862%) hue-rotate(321deg) brightness(80%) contrast(86%);
    background-color: transparent !important;
}
#index .quickview-btn {
    margin-right: 0 !important;
}
#index .wishlist-btn {
    margin-left: 0 !important;
}
#index .product-container:hover .quickview-btn {
    -webkit-transform: translateX(7px) !important;
        -ms-transform: translateX(7px) !important;
            transform: translateX(7px) !important;
}
#index .product-container:hover .wishlist-btn {
    -webkit-transform: translateX(-7px) !important;
        -ms-transform: translateX(-7px) !important;
            transform: translateX(-7px) !important;
}
#top_home #ishiproductsblock #ishiproductstab {
	display: none !important;
}
#index .product-container .thumbnail-buttons {
    bottom: -125px !important;
}
#index .product-container:hover .thumbnail-buttons {
    bottom: -125px !important;
    opacity: 1 !important;
}
.thumbnail-container, .thumbnail-inner {
    overflow: visible !important;
}
#index .best-prod article:hover .thumbnail-buttons {
    bottom: -125px !important;
}
#index .best-prod article:hover .quickview-btn {
    -webkit-transform: translateX(7px) !important;
        -ms-transform: translateX(7px) !important;
            transform: translateX(7px) !important;
    opacity: 1 !important;
}
#index .best-prod article:hover .cart-btn {
    opacity: 1 !important;
}
#index .best-prod article:hover .wishlist-btn {
    -webkit-transform: translateX(-7px) !important;
        -ms-transform: translateX(-7px) !important;
            transform: translateX(-7px) !important;
    opacity: 1 !important;
}
#index .best-prod article:hover .product-description {
    display: none !important;
}
#top_home #ishiproductsblock div[data-id-product="348"], 
#top_home #ishiproductsblock div[data-id-product="351"], 
#top_home #ishiproductsblock div[data-id-product="371"], 
#top_home #ishiproductsblock div[data-id-product="373"], 
#top_home #ishiproductsblock div[data-id-product="377"] {
    display: none !important;
}
div#top_home .prod-special {
	position: relative !important;
} 
div#top_home .prod-special:before {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/img/cms/grapes.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
div#top_home .prod-special:after {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/img/cms/grape-green.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
div#top_home .prod-special .home-title {
	text-transform: initial !important;
}
div#top_home .prod-special .owl-carousel .owl-item {
    position: relative;
	border: 1px solid #ededed;
}
div#top_home .prod-special .owl-carousel .owl-item:before {
    content: "";
	display: none;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/img/cms/texture.jpg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
div#top_home .prod-special .product-description {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}
div#top_home .prod-special .product-comments {
	-webkit-box-ordinal-group: 4 !important;
	    -ms-flex-order: 3 !important;
	        order: 3 !important;
}
div#top_home .prod-special .product-price-and-shipping {
    margin-bottom: 10px;
}
div#top_home .prod-special .owl-carousel .owl-item:not(:last-child) {
    margin-right: 20px !important;
}
div#top_home .prod-special .product-description .product-title>a {
    font-family: 'Vollkorn', serif !important;
    font-size: 24px !important;
    line-height: 32px !important;
	color: #000 !important;
}
div#top_home .prod-special .product-price-and-shipping .price {
    font-family: 'Cormorant' !important;
    color: #811642 !important;
    font-size: 20px !important;
    line-height: 25px;
    font-weight: 600;
}
div#top_home .prod-special .owl-prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 70px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	border-color: #000;
}
div#top_home .prod-special .owl-prev:before {
    display: none !important;
}
div#top_home .prod-special .owl-prev:after {
    display: none !important;
}
div#top_home .prod-special .owl-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 70px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: -95px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-color: #000;
}
div#top_home .prod-special .owl-next:before {
    display: none !important;
}
div#top_home .prod-special .owl-next:after {
    display: none !important;
}
div#top_home .prod-special .owl-nav .owl-prev i:after, div#top_home .prod-special .owl-nav .owl-next i:after {
	font-size: 30px !important;
}
div#top_home .prod-special .owl-nav .owl-prev i, div#top_home .prod-special .owl-nav .owl-next i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
div#top_home .prod-special .owl-nav .owl-prev i:after, div#top_home .prod-special .owl-nav .owl-next i:after {
    color: #000;
}
div#top_home .prod-special .owl-next:hover {
    background-color: transparent !important;
}
div#top_home .prod-special .owl-prev:hover {
    background-color: transparent !important;
}
div#top_home .prod-special .product-desc {
    margin-bottom: 60px !important;
}
div#top_home .prod-special span.lblcart {
    font-family: 'Cormorant' !important;
    color: #fff !important;
}
div#top_home .prod-special a.btn.btn-primary.ajax_add_to_cart_button.add-to-cart {
    padding-top: 10px;
    padding-bottom: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#811642), to(#470E1F));
    background: -o-linear-gradient(left, #811642 0%, #470E1F 100%);
    background: linear-gradient(90deg, #811642 0%, #470E1F 100%);
    text-shadow: none !important;
}
div#top_home .prod-special .cart-btn a:before {
    height: 20px;
    background-color: transparent !important;
    background-image: url(/img/cms/bag.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
div#bottom_home .vin-special .owl-carousel .owl-item {
    position: relative !important;
}
div#bottom_home .vin-special .owl-carousel .owl-item:before {
    content: "" !important;
	display: block !important;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('/img/cms/fond-texture.jpg');
	background-size: cover !important;
	background-repeat: no-repeat;
	background-position: center;
}
/*div#bottom_home .vin-special .owl-carousel .owl-item a.thumbnail.product-thumbnail {
    overflow: hidden !important;
}*/
div#bottom_home .vin-special .owl-carousel .owl-item a.thumbnail.product-thumbnail:hover img {
    -webkit-transform: scale(1.1) !important;
        -ms-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
}
div#bottom_home .vin-special .owl-carousel .owl-item a.thumbnail.product-thumbnail img {
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;  
}

/**** SECTION NOS ENGAGEMENTS ****/
.nos-engagements #ishiservices .home-title {
	text-transform: initial !important;
}
.nos-engagements #ishiservices .services .service-block .service-title {
    font-size: 24px;
    line-height: 25px;
	font-weight: 600 !important;
    font-family: 'Vollkorn', serif !important;
    color: #9F2348 !important;
    margin-bottom: 30px;
}
.nos-engagements div#ishiservices-content {
    margin-top: 35px !important;
}
div#top_home .nos-engagements {
	background-image: url(/img/cms/fond-engagement.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
div#top_home div#ishiservices {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
	margin-bottom: 0 !important;
}
div#top_home #ishiservices .services:before {
	display: none !important;
}

/**** SEPARATOR ****/
.separator-line {
    margin-bottom: 30px !important;
}
.separator-line .container-separator {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.separator-line .line-left {
    width: 50px;
    height: 1px;
    background-color: #666666;
	margin-right: 10px;
}
.separator-line .line-center span {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #666666;
}
.separator-line .line-center span:not(:last-child) {
    margin-right: 5px;
}
.separator-line .line-right {
    width: 50px;
    height: 1px;
    background-color: #666666;
	margin-left: 10px;
}
.separator-line .line-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
#header #desktop_logo.logo-sticky {
    display: none;
}
#header .nav-full-width.fixed-header {
    padding-top: 0 !important;
}
#header .nav-full-width.fixed-header .header-nav {
    margin-bottom: 18px !important;
}
#header .nav-full-width.fixed-header #desktop_logo.logo-sticky {
    top: 40px !important;
    left: 60px !important;
    display: block;
    max-width: 140px !important;
}
.nav-full-width.fixed-header {
    padding-top: 25px;
    padding-bottom: 25px !important;
    z-index: 999 !important;
}
a#slidetop {
    background: -webkit-gradient(linear, left top, right top, from(#7F1B44), to(#4B1324));
    background: -o-linear-gradient(left, #7F1B44 0%, #4B1324 100%);
    background: linear-gradient(90deg, #7F1B44 0%, #4B1324 100%);
}
#header .left-nav .btn-buy {
    position: relative; 
    z-index: 0 !important;
}
#header .left-nav .btn-buy:hover {
    background: #faf0e6 !important;
}
a.banner-btn {
    position: relative;
    z-index: 0 !important;
}
a.banner-btn:hover:before {
    filter: brightness(0) !important;
}
a.banner-btn:hover {
    color: #000 !important;
}
a.banner-btn:after {
    -webkit-transition-duration: 800ms;
    -o-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 130%;
    height: 170%;
    content: "" !important;
    top: 110%;
    display: block !important;
    opacity: 1 !important;
    left: 50%;
    background: #faf0e6 !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
a.banner-btn:hover:after {
    top: -35% !important;
}
div#ishiheaderblock {
    overflow: hidden !important;
}
span.phone-topbar {
    font-weight: 600;
    color: #fff;
    padding-left: 20px;
}
span.phone-topbar>a {
    color: #fff !important;
    font-weight: 400;
}
#ishiservices .services {
    cursor: initial !important;
}

/**** SECTION VIN SPECIAL ****/
#bottom_home .vin-special:before {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/img/cms/picto-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
#bottom_home .vin-special:after {
    content: "";
    display: block;
    width: 180px;
    height: 180px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/img/cms/pîcto-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
#bottom_home .vin-special {
	position: relative !important;
}
div#bottom_home .vin-special {
	position: relative !important;
} 
div#bottom_home .vin-special:before {
    content: "";
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    top: 50px;
    left: 0;
    background-image: url(/img/cms/picto-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
div#bottom_home .vin-special:after {
    content: "";
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    top: 50px;
    right: 0;
    background-image: url(/img/cms/pîcto-right.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
div#bottom_home .vin-special .home-title {
	max-width: 500px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
	text-transform: initial !important;
}
div#bottom_home .vin-special .owl-carousel .owl-item {
    position: relative;
	border: 1px solid #ededed;
}
div#bottom_home .vin-special .product-description {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
}
div#bottom_home .vin-special .product-comments {
	-webkit-box-ordinal-group: 4 !important;
	    -ms-flex-order: 3 !important;
	        order: 3 !important;
}
div#bottom_home .vin-special .product-price-and-shipping {
    margin-bottom: 10px;
}
div#bottom_home .vin-special .owl-carousel .owl-item:not(:last-child) {
    margin-right: 20px !important;
}
div#bottom_home .vin-special .product-description .product-title>a {
    font-family: 'Vollkorn', serif !important;
    font-size: 24px !important;
    line-height: 32px !important;
	color: #000 !important;
}
div#bottom_home .vin-special .product-price-and-shipping .price {
    font-family: 'Cormorant' !important;
    color: #811642 !important;
    font-size: 20px !important;
    line-height: 25px;
    font-weight: 600;
}
div#bottom_home .vin-special .owl-prev {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 70px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: -4px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
	border-color: #000;
    background-color: transparent !important;
}
div#bottom_home .vin-special .owl-prev:before {
    display: none !important;
}
div#bottom_home .vin-special .owl-prev:after {
    display: none !important;
}
div#bottom_home .vin-special .owl-next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50px;
    height: 70px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    right: -49px;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    border-color: #000;
    background-color: transparent !important;
}
div#bottom_home .vin-special .owl-next:before {
    display: none !important;
}
div#bottom_home .vin-special .owl-next:after {
    display: none !important;
}
div#bottom_home .vin-special .owl-nav .owl-prev i:after, div#bottom_home .vin-special .owl-nav .owl-next i:after {
	font-size: 30px !important;
}
div#bottom_home .vin-special .owl-nav .owl-prev i, div#bottom_home .vin-special .owl-nav .owl-next i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
div#bottom_home .vin-special .owl-nav .owl-prev i:after, div#bottom_home .vin-special .owl-nav .owl-next i:after {
    color: #000;
}
div#bottom_home .vin-special .owl-next:hover {
    background-color: transparent !important;
}
div#bottom_home .vin-special .owl-prev:hover {
    background-color: transparent !important;
}
div#bottom_home .vin-special .product-desc {
    margin-bottom: 60px !important;
}
div#bottom_home .vin-special span.lblcart {
    font-family: 'Cormorant' !important;
    color: #fff !important;
}
div#bottom_home .vin-special a.btn.btn-primary.ajax_add_to_cart_button.add-to-cart {
    padding-top: 10px;
    padding-bottom: 10px;
    background: -webkit-gradient(linear, left top, right top, from(#811642), to(#470E1F));
    background: -o-linear-gradient(left, #811642 0%, #470E1F 100%);
    background: linear-gradient(90deg, #811642 0%, #470E1F 100%);
    text-shadow: none !important;
}
div#bottom_home .vin-special .cart-btn a:before {
    height: 20px;
    background-color: transparent !important;
    background-image: url(/img/cms/bag.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
div#bottom_home .vin-special .multilevel-item .item:last-child {
	display: none !important;
}
div#bottom_home .vin-special .separator-line {
    margin-top: 30px;
    margin-bottom: 40px !important;
}
#index .vin-special article {
    overflow: visible !important;
}
/*#index .vin-special .product-container:hover .product-description {
    display: none !important;
}*/
#index .vin-special .owl-item:hover .product-description {
    display: none !important;
}
#index .vin-special .owl-item:hover .quickview-btn {
    -webkit-transform: translateX(7px) !important;
        -ms-transform: translateX(7px) !important;
            transform: translateX(7px) !important;
    opacity: 1 !important;
}
#index .vin-special .owl-item:hover .cart-btn {
    opacity: 1 !important;
}
#index .vin-special .owl-item:hover .wishlist-btn {
    -webkit-transform: translateX(-7px) !important;
        -ms-transform: translateX(-7px) !important;
            transform: translateX(-7px) !important;
    opacity: 1 !important;
}
#index .best-prod article:before {
        content: "" !important;
        display: block !important;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(/img/cms/fond-texture.jpg);
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: center;
        z-index: -1;
    }

/**** SECTION CTA ****/
#bottom_home div#custom-text.section-cta {
	position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
	background: -webkit-gradient(linear, left top, right top, from(#811642), to(#470E1F));
	background: -o-linear-gradient(left, #811642 0%, #470E1F 100%);
	background: linear-gradient(90deg, #811642 0%, #470E1F 100%);
	margin-bottom: 0 !important;
}
/*.section-cta:before {
	content: "";
    display: block;
    width: 340px;
    height: 340px;
    position: absolute;
    top: 68px;
    left: 70px;
    background-image: url(/img/cms/long-glass.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}*/
.section-cta:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/img/cms/section-bg-large.png);
    background-size: 1700px;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.section-cta:after {
	content: "";
    display: none;
    width: 340px;
    height: 340px;
    position: absolute;
    top: 68px;
    right: 70px;
    background-image: url(/img/cms/Mode_Isolation.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
.section-cta h2.cta-title {
    max-width: 480px;
    font-size: 38px;
    color: #fff;
    line-height: 1.1;
    margin-left: auto;
    margin-right: auto;
}
.section-cta p.cta-desc {
    max-width: 770px;
    font-size: 20px !important;
    font-style: italic;
    font-weight: 300 !important;
    line-height: 1.1;
    color: #fff !important;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 40px !important;
}
.section-cta a.cta-btn {
	position: relative !important;
    display: inline-block;
    color: #641231 !important;
    background-color: #fff !important;
    padding: 20px 75px 20px 55px;
	cursor: pointer;
    font-family: 'Cormorant' !important;
    font-size: 18px;
    z-index: 0 !important;
    overflow: hidden !important;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
}
.section-cta a.cta-btn:hover {
    color: #000 !important;
}
.section-cta a.cta-btn:hover:before {
    -webkit-filter: brightness(0) !important;
            filter: brightness(0) !important;
}
.section-cta a.cta-btn:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 21px;
    right: 40px;
    background-image: url(/img/cms/icon-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
}
.section-cta a.cta-btn:after {
    -webkit-transition-duration: 800ms;
         -o-transition-duration: 800ms;
            transition-duration: 800ms;
    position: absolute;
    width: 130%;
    height: 170%;
    content: "" !important;
    top: 110%;
    display: block !important;
    opacity: 1 !important;
    left: 50%;
    background: #faf0e6 !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.section-cta a.cta-btn:hover:after {
    top: -35% !important;
}
.section-cta .separator-line {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}
.section-cta .separator-line .line-left {
    background-color: #fff;
}
.section-cta .separator-line .line-center span {
    background-color: #fff;
}
.section-cta .separator-line .line-right {
    background-color: #fff;
}

/**** SECTION NOS PARTENAIRES ****/
#index #ishimanufacturerblock .home-title {
    display: block  !important;
	margin-bottom: 40px !important;
}
.nos-partenaires {
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: 0 !important;
}
.nos-partenaires .owl-stage {
    -webkit-animation: textScrolling 1000s linear infinite;
            animation: textScrolling 1000s linear infinite;
}

@-webkit-keyframes textScrolling {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
}

@keyframes textScrolling {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
                transform: translate3d(0%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
                transform: translate3d(-100%, 0, 0);
    }
}

/**** SECTION NEWSLETTER ****/
#index .block_newsletter.footer-block {
	position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
	background: -webkit-gradient(linear, left top, right top, from(#811642), to(#470E1F));
	background: -o-linear-gradient(left, #811642 0%, #470E1F 100%);
	background: linear-gradient(90deg, #811642 0%, #470E1F 100%);
	margin-bottom: 0 !important;
}
#index .block_newsletter.footer-block:before {
    content: "";
    display: block;
    width: 350px;
    height: 350px;
    position: absolute;
    top: 10px;
    left: -10px;
    background-image: url(/img/cms/grape-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
#index .block_newsletter.footer-block:after {
    content: "";
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    top: 60px;
    right: 70px;
    background-image: url(/img/cms/glass-newsletter.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
#index .block_newsletter.footer-block h2.title_block.home-title {
    color: #fff !important;
}
.block_newsletter .newsletter_text .news-text .block-newsletter-label {
	display: none !important;
}
#index .block_newsletter.footer-block .block-newsletter-text {
    max-width: 495px;
    color: #fff !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    margin-bottom: 40px;
}
#ishiproductstab a.nav-link {
    font-family: 'Cormorant' !important;
    text-transform: initial !important;
    padding: 20px 30px !important;
    font-size: 18px !important;
    border-color: #000 !important;
}
#ishiproductstab a.nav-link:hover {
    background-color: transparent !important;
    background-image: none !important;
    color: #000 !important;
}
#ishiproductstab a.nav-link.active {
    border-color: transparent !important;
    background: -webkit-gradient(linear, left top, right top, from(#811642), to(#470E1F)) !important;
    background: -o-linear-gradient(left, #811642 0%, #470E1F 100%) !important;
    background: linear-gradient(90deg, #811642 0%, #470E1F 100%) !important;
}
#ishiproductstab a.nav-link.active:hover {
    color: #fff !important;
}
#ishiproductstab a.nav-link:before {
    display: none !important;
}
#ishiproductstab a.nav-link.active:before {
    display: none !important;
}
div#section-producteur {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
    background-image: url(/img/cms/nos-producteurs.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #59112aa6;
    background-blend-mode: multiply;
}
div#section-producteur h2 {
    color: #fff !important;
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 600;
}
div#section-producteur p {
    color: #fff !important;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
}
div#section-producteur a.btn-decouvrir {
    position: relative !important;
    display: inline-block;
    color: #641231 !important;
    background-color: #fff !important;
    padding: 20px 75px 20px 55px;
    cursor: pointer;
    font-family: 'Cormorant' !important;
    font-size: 18px !important;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;     
    overflow: hidden !important;
    z-index: 0 !important;
}
div#section-producteur a.btn-decouvrir:before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 21px;
    right: 40px;
    background-image: url(/img/cms/icon-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
}
div#section-producteur a.btn-decouvrir:hover {
    color: #000 !important;
}
div#section-producteur a.btn-decouvrir:hover:before {
    -webkit-filter: brightness(0) !important;
            filter: brightness(0) !important;
}
div#section-producteur a.btn-decouvrir:after {
    -webkit-transition-duration: 800ms;
         -o-transition-duration: 800ms;
            transition-duration: 800ms;
    position: absolute;
    width: 130%;
    height: 170%;
    content: "" !important;
    top: 110%;
    display: block !important;
    opacity: 1 !important;
    left: 50%;
    background: #faf0e6 !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
div#section-producteur a.btn-decouvrir:hover:after {
    top: -35%;
}

/**** SECTION CATEGORIE ****/
div#section-categorie {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
.nos-categories h2 {
    text-transform: uppercase;
}
.nos-categories a.btn-decouvrir {
    position: relative !important;
    display: inline-block;
    padding: 20px 85px 20px 55px;
    cursor: pointer;
    color: #fff !important;
    font-family: 'Cormorant' !important;
    background: -webkit-gradient(linear, left top, right top, from(#811642), to(#470E1F));
    background: -o-linear-gradient(left, #811642 0%, #470E1F 100%);
    background: linear-gradient(90deg, #811642 0%, #470E1F 100%);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 18px !important;
    overflow: hidden !important;
    z-index: 0 !important;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
}
.nos-categories a.btn-decouvrir:hover {
    color: #000 !important;
}
.nos-categories a.btn-decouvrir:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 50px;
    background-image: url(/img/cms/icon-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-filter: brightness(0) invert(1) !important;
            filter: brightness(0) invert(1) !important;
}
.nos-categories a.btn-decouvrir:hover:before {
    -webkit-filter: brightness(0) !important;
            filter: brightness(0) !important;
}
.nos-categories a.btn-decouvrir:after {
     -webkit-transition-duration: 800ms;
          -o-transition-duration: 800ms;
             transition-duration: 800ms;
    position: absolute;
    width: 130%;
    height: 170%;
    content: "" !important;
    top: 110%;
    display: block !important;
    opacity: 1 !important;
    left: 50%;
    background: #faf0e6 !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.nos-categories a.btn-decouvrir:hover:after {
    top: -40% !important;
}
div#section-categorie .col-caterogie-item {
    position: relative;
    z-index: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 33.3333% !important;
    padding: 70px 70px 70px 70px;
    min-height: 700px;
}
div#section-categorie .col-caterogie-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000030;
    background-blend-mode: multiply;
    z-index: 1;
    -webkit-backdrop-filter: blur(3px);
            backdrop-filter: blur(3px);
    -webkit-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
}
div#section-categorie .col-caterogie-item:hover:before {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
    z-index: -1 !important;
}
.nos-categories h2 {
    text-transform: uppercase;
    font-size: 31px;
    line-height: 37px;
    color: #fff !important;
    margin-bottom: 25px !important;
}
.nos-categories .col-caterogie-item:first-child h2 {
    max-width: 332px !important;
}
.nos-categories .col-caterogie-item {
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
    background-size: 100% 100% !important;
}
.nos-categories .col-caterogie-item:hover {
    background-size: 110% 110% !important;
}
div#section-categorie .col-caterogie-item.item-2 h2 {
    max-width: 380px;
}
.nos-categories .col-caterogie-item.item-1 {
    background-image: url(/img/cms/L’Italie-terre-de-trésors-viticoles.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.nos-categories .col-caterogie-item.item-2 {
    background-image: url(/img/cms/Les-vignobles-uniques-de-Suisse.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.nos-categories .col-caterogie-item.item-3 {
    background-image: url(/img/cms/L’Italie-terre-de-trésors-viticoles.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.block_newsletter #newsletter form input[type=text] {
    font-family: 'Inter18pt' !important;
}
div#newsletter input.btn.btn-primary.hidden-sm-down {
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    padding-top: 15px;
    font-family: 'Cormorant' !important;
    background: -webkit-gradient(linear, left top, right top, from(#811642), to(#470E1F));
    background: -o-linear-gradient(left, #811642 0%, #470E1F 100%);
    background: linear-gradient(90deg, #811642 0%, #470E1F 100%);
    font-size: 18px !important;
    text-transform: initial !important;
}

/**** PRESTATIONS ****/
body#cms #wrapper {
    padding: 0 !important;
}
body#cms .banner-inner {
    position: relative;
    min-height: 500px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-image: url('/img/cms/des-raisins-verts-murs-delicieux .jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0 !important;
}
body#cms .banner-inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5 !important;
    z-index: -1;
}
body#cms .banner-inner h1 {
    text-transform: uppercase !important;
    font-family: 'Vollkorn', serif !important;
    text-align: center !important;
    font-size: 48px !important;
    line-height: 55px !important;
    color: #fff !important;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
body#cms #main .page-content {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
body#cms p {
    font-size: 16px !important;
    line-height: 22px !important;
}
body#cms .footer-before {
    margin-bottom: 30px;
}
body#cms footer#footer {
    padding: 0 !important;
    margin: 0 !important;
}
body#cms #main header.page-header {
    display: none !important;
}
body#cms .block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
}
body#cms .intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
body#cms .intro h2 {
    text-align: center;
}
body#cms .container-presentation .container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
body#cms .separator-line .line-center div:not(:last-child) {
    margin-right: 5px;
}
body#cms .separator-line .line-center div {
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #232323;
}
body#cms .separator-line .line-left {
    background-color: #232323 !important;
}
body#cms .separator-line .line-right {
    background-color: #232323 !important;
}
body#cms .intro {
    position: relative;
}
.img-block {
    width: 33.3333% !important;
    overflow: hidden !important;
}
.img-container img {
    display: block;
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
    overflow: hidden !important;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
}
.img-container img:hover {
    -webkit-transform: scale(1.1) !important;
        -ms-transform: scale(1.1) !important;
            transform: scale(1.1) !important;
}
.img-container img {
    width: 100% !important;
}
.img-container .img-block:not(:last-child) {
    margin-right: 20px !important;
}
body#cms .intro .container {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
body#cms .img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
body#index footer#footer .footer-before {
    display: none !important;
}
body#cms p.desc-intro {
    text-align: center;
    max-width: 610px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px !important;
}
body#cms .intro:before {
    content: "";
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/img/cms/grapes-left.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
}
body#cms .intro:after {
    content: "";
    display: block;
    width: 220px;
    height: 220px;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(/img/cms/grape-green.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
}
body#cms .container-presentation h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 25px;
}
body#cms .communaute {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(/img/cms/fond-engagement.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
body#cms .communaute h2 {
    text-align: center;
    color: #232323 !important;
}
body#cms .communaute .container {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
body#cms .desc-communaute {
    color: #232323 !important;
    text-align: center;
    margin-bottom: 45px !important;
    max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}
/*body#cms .bloc-item:not(:last-child) {
    margin-right: 0px !important;
}*/
body#cms .bloc-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-height: 600px;
    padding: 20px 20px 45px 40px;
    background-color: transparent;
    background-image: url(/img/cms/plantation-raisin.jpg);
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 0;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
}
body#cms .bloc-item.bloc-2 {
    background-color: transparent;
    background-image: url(/img/cms/vine-qualité.jpg);
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    background-position: center;
}
body#cms .bloc-item.bloc-3 {
    background-color: transparent;
    background-image: url(/img/cms/un-verre-de-vin-avec-une-vue-imprenable-sur-le-vignoble-au-coucher-du-soleil.jpg);
    background-size: 100% 100%; 
    background-repeat: no-repeat;
    background-position: center;
}
body#cms .bloc-item:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
   /* background-color: #00000030;*/
    /*background-blend-mode: multiply;*/
    z-index: 1;
    /*backdrop-filter: blur(3px);*/
    -webkit-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
}
body#cms .bloc-item:hover:before {
    -webkit-backdrop-filter: none !important;
            backdrop-filter: none !important;
    z-index: -1 !important;
}
.bloc-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0000007a;
    z-index: -1;
}
body#cms .bloc-item:hover {
    background-size: 110% 110% !important;
}
body#cms .bloc-item h3 {
    font-size: 25px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #fff !important;
    margin-bottom: 15px;
}
body#cms .bloc-item p {
    text-align: left !important;
    color: #fff !important;
    margin-bottom: 25px !important;
}
body#cms .brand-item .btn-block-item {
    position: relative !important;
    display: inline-block;
    padding: 20px 85px 20px 55px;
    cursor: pointer;
    color: #6c1730 !important;
    font-family: 'Cormorant' !important;
    /*background: linear-gradient(90deg, #811642 0%, #470E1F 100%);*/
    background-color: #fff !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 18px !important;
    overflow: hidden !important;
    z-index: 0 !important;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
}
body#cms .brand-item .btn-block-item:after {
    -webkit-transition-duration: 800ms;
         -o-transition-duration: 800ms;
            transition-duration: 800ms;
    position: absolute;
    width: 130%;
    height: 170%;
    content: "" !important;
    top: 110%;
    display: block !important;
    opacity: 1 !important;
    left: 50%;
    background: #faf0e6 !important;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
body#cms .brand-item .btn-block-item:hover {
    color: #000 !important;
}
body#cms .brand-item .btn-block-item:hover:after {
    top: -35% !important;
}
body#cms .brand-item .btn-block-item:hover:before {
    -webkit-filter: brightness(0) !important;
            filter: brightness(0) !important;
}
body#cms .brand-item .btn-block-item:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 50px;
    background-image: url(/img/cms/icon-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(65%) saturate(2880%) hue-rotate(323deg) brightness(90%) contrast(94%) !important;
            filter: brightness(0) saturate(100%) invert(11%) sepia(65%) saturate(2880%) hue-rotate(323deg) brightness(90%) contrast(94%) !important;
}
body#cms .brand-item .btn-block-item:after {
    -webkit-transition-duration: 800ms;
         -o-transition-duration: 800ms;
            transition-duration: 800ms;
    position: absolute;
    width: 130%;
    height: 170%;
    content: "" !important;
    top: 110%;
    display: block !important;
    opacity: 1 !important;
    left: 50%;
    background: #E8B912;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
body#cms .communaute .container {
    max-width: 100%;
}
body#cms .footer-before {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background: -webkit-gradient(linear, left top, right top, from(#811642), to(#470E1F));
    background: -o-linear-gradient(left, #811642 0%, #470E1F 100%);
    background: linear-gradient(90deg, #811642 0%, #470E1F 100%);
    margin-bottom: 0 !important;
}
body#cms .block_newsletter {
    margin: 0 !important;
    padding: 0 !important;
    background-color: transparent;
    background-image: none !important;
}
body#cms footer#footer .container h3.title_block.home-title {
    color: #fff !important;
    text-transform: initial !important;
        position: relative;
    text-align: center;
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 400 !important;
}
body#cms .footer-before:before {
    content: "";
    display: block;
    width: 350px;
    height: 350px;
    position: absolute;
    top: 10px;
    left: -10px;
    background-image: url(/img/cms/grape-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
body#cms .footer-before:after {
    content: "";
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    top: 60px;
    right: 70px;
    background-image: url(/img/cms/glass-newsletter.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
body#cms .block_newsletter.footer-block .block-newsletter-text {
    max-width: 525px;
    color: #fff !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    margin-bottom: 40px;
}
body#cms .brand-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #6c1730;
}
.brand-item.bloc-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.brand-item .col-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 50px;
    width: 50%;
    margin-right: 0;
    height: 405px;
    overflow: hidden !important;
}
.brand-item h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
    text-align: left;
    font-weight: 400;
}
body#cms .brand-item p {
    font-size: 16px !important;
    padding-right: 0;
    color: #fff;
    margin-bottom: 30px !important;
}
.brand-item a.btn-block-item {
    position: relative !important;
    display: inline-block;
    padding: 20px 85px 20px 55px;
    cursor: pointer;
    color: #6c1730 !important;
    font-family: 'Cormorant' !important;
    background-color: #fff;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    font-size: 18px !important;
    overflow: hidden !important;
    z-index: 0 !important;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
}
.brand-item a.btn-block-item:before {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 50px;
    background-image: url(/img/cms/icon-btn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-filter: brightness(0) saturate(100%) invert(11%) sepia(65%) saturate(2880%) hue-rotate(323deg) brightness(90%) contrast(94%) !important;
            filter: brightness(0) saturate(100%) invert(11%) sepia(65%) saturate(2880%) hue-rotate(323deg) brightness(90%) contrast(94%) !important;
}
.brand-item a.btn-block-item:after {
    -webkit-transition-duration: 800ms;
         -o-transition-duration: 800ms;
            transition-duration: 800ms;
    position: absolute;
    width: 130%;
    height: 170%;
    content: "" !important;
    top: 110%;
    display: block !important;
    opacity: 1 !important;
    left: 50%;
    background: #E8B912;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}
.brand-item .col-right {
    width: 50%;
    overflow: hidden !important;
}
.brand-item img {
    display: block;
    width: 100%;
    height: 405px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
}
.brand-item .col-right:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
#footer .footer-before {
    display: none !important;
}
body#cms #footer .footer-before {
    display: block !important;
}
.breadcrumb-container {
    background: -webkit-gradient(linear, left top, right top, from(#9F2348), to(#470E1F)) !important;
    background: -o-linear-gradient(left, #9F2348 0%, #470E1F 100%) !important;
    background: linear-gradient(90deg, #9F2348 0%, #470E1F 100%) !important;
}


/**** CONTACT ****/
body#contact .banner-contact {
    position: relative;
    min-height: 500px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    background-image: url('/img/cms/vigne vin.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0 !important;
}
body#contact .banner-contact h1 {
    text-transform: uppercase !important;
    font-family: 'Vollkorn', serif !important;
    text-align: center !important;
    font-size: 48px !important;
    line-height: 55px !important;
    color: #fff !important;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}
body#contact .footer-before {
    display: none !important;
}
body#contact .banner-contact p {
    color: #fff !important;
    font-size: 16px !important;
    line-height: 24px !important;
    margin-bottom: 0 !important;
}
body#contact .banner-contact:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.5 !important;
    z-index: -1;
}
body#contact #wrapper {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
    margin-bottom: 0 !important;
}
body#contact div#left-column {
    position: relative;
    padding: 50px 50px 50px 30px;
    margin-right: 20px !important;
    background-color: #7E1B38;
    height: 550px !important;
}
body#contact section#content {
    padding: 0;
    border: none !important;
}
body#contact div#left-column:before {
    content: "";
    display: block;
    width: 150px;
    height: 300px;
    position: absolute;
    right: 30px;
    bottom: 20px;
    background-image: url(/img/cms/glass-contact.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
}
body#contact .contact-form h3 {
    font-size: 30px;
}
body#contact .form-footer.text-sm-right input.btn.btn-primary {
    background: #470E1F !important;
    padding: 15px 45px;
    border: none !important;
    text-transform: capitalize !important;
}
body#contact .form-footer.text-sm-right input.btn.btn-primary:hover {
    background: #470E1F !important;
    padding: 15px 45px;
    border: none !important;
}
body#contact section#content {
    margin-bottom: 0 !important;
}
body#contact .text-sm-right {
    text-align: left !important;
}
body#contact section#wrapper .container {
    max-width: 90%;
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
}
body#contact .col-md-6, body#contact .col-md-9 {
    width: 100% !important;
}
body#contact .contact-form {
    padding: 0 !important;
}
body#contact section#wrapper .container>.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
body#contact .contact-rich h4 {
    font-size: 30px;
    color: #fff !important;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
body#contact i.material-icons {
    color: #fff !important;
}

body#contact .contact-rich .block .data br {
    display: none !important;
}
body#contact .contact-rich .block .data {
    color: #fff !important;
    font-family: 'Manrope', sans-serif;
    font-size: 18px !important;
    font-weight: 300;
}
body#contact .contact-rich .block a {
    color: #fff !important;
    font-family: 'Manrope', sans-serif;
    font-size: 18px !important;
    font-weight: 300;
}
body#contact .form-group.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
body#contact .form-control-label {
    text-align: left !important;
}
body#contact .contact-rich .block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
body#contact .separator-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 60px !important;
}
body#contact .separator-line .line-left {

    background-color: #fff;
}
body#contact .separator-line .line-center span {
    background-color: #fff;
}
body#contact .separator-line .line-right {
    background-color: #fff;
}
body#contact hr {
    display: none !important;
}
body#contact .contact-rich .block {
    position: relative;
}

body#contact .contact-rich .block.block-1 .icon::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/img/cms/map-contact.png') no-repeat left top / contain;
}

body#contact .contact-rich .block.block-2 .icon::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/img/cms/phone-contact.png') no-repeat left top / contain;
}

body#contact .contact-rich .block.block-3 .icon::before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    background: url('/img/cms/mail.png') no-repeat left top / contain;
}
body#contact .contact-rich .block i {
    display: none !important;
}
body#contact .contact-rich .block .icon {
    width: 30px;
    height: 30px;
    margin-right: 16px;
}
body#contact .contact-rich .block.block-1, body#contact .contact-rich .block.block-2 {
    margin-bottom: 30px !important;
}



/**** FOOTER ****/
footer#footer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    background-image: none !important;
}
footer#footer .container {
    max-width: 95% !important;
    width: 100%;
}
footer#footer .container h3 {
    font-size: 24px;
    line-height: 25px;
    font-weight: 600 !important;
    font-family: 'Vollkorn', serif !important;
    color: #9F2348 !important;
}
#footer h3.myaccount-title a, #footer .h3.myaccount-title a {
    font-size: 24px;
    line-height: 25px;
    font-weight: 600 !important;
    font-family: 'Vollkorn', serif !important;
    color: #9F2348 !important;
}
#footer .first_item a {
    font-size: 16px !important;
    color: #262329 !important;
}
#ishistoreinfo .ishistoreinfo-inner .store-description p {
    color: #262329 !important;
    font-size: 16px !important;
}
#footer ul.bullet>li>a {
    color: #262329 !important;
    font-size: 16px;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
}
#footer ul.bullet>li>a:hover {
    color: #9F2348 !important
}
ul#footer_account_list>li>a {
    color: #262329 !important;
    font-size: 16px !important;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
}
ul#footer_account_list>li>a:hover {
    color: #9F2348 !important
}
ul#footer_sub_menu_8229 {
    text-align: left;
}
.linkedlist .linkblock ul {
    text-align: left !important;
}
.linkedlist .linkblock ul>li>a {
    font-size: 16px !important;
    text-align: left !important;
    color: #262329 !important;
    -webkit-transition: all .4s !important;
    -o-transition: all .4s !important;
    transition: all .4s !important;
}
.linkedlist .linkblock ul>li>a:hover {
    color: #9F2348 !important
}
ul#footer_sub_menu_8229>li>a {
    color: #262329 !important;
}
ul#footer_sub_menu_8229>li>a:hover {
    color: #9F2348 !important
}
#ishistoreinfo .ishistoreinfo-inner .store-logo {
    margin-bottom: 40px !important;
}
.block-contact .block .content br {
    display: none !important;
}
.block-contact .block .content {
    color: #811642 !important;
    font-size: 16px !important;
}
.block-contact .block .content a {
    color: #811642 !important;
    font-size: 16px !important;
}
p.footer-aftertext b {
    color: #262329 !important;
}
footer#footer h3.hidden-md-down {
    margin-bottom: 32px !important;
}
div#ishistoreinfo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 30px;
}
div#ishifooterlinks_block {
    padding-bottom: 30px; 
}
div#block_myaccount_infos {
    padding-bottom: 30px; 
}
.block-contact.col-lg-3.footer-block {
    padding-bottom: 30px; 
}
div#ishistoreinfo-container>a {
    display: none !important;
}
div#ishistoreinfo-container .store-description {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
}
.block-social.col-lg-12.footer-block.col-xs-12 {
    display: none;
}
.col-lg-12.linkedlist.links.footer-block {
    border-top: 1px solid #d9d9d9;
    padding-top: 30px;
    margin: 0;
}
p.footer-aftertext span {
    text-decoration: underline;
    color: #262329 !important;
    font-weight: 600;
}
p.footer-aftertext span:hover {
    color: #811642 !important;
}
p.footer-aftertext p {
    font-size: 16px !important;
}
.site-footer {
    margin-bottom: 40px !important;
}
.logo-footer img {
    max-width: 240px;
    width: 100%;
}
.block-contact .block .icon {
    position: relative;
    content: "";
    height: 22px;
    width: 22px;
    float: left;
    margin: 3px 8px 0 0;
    text-align: center;
}
.block.address .icon:before {
    content: "" !important;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/img/cms/map-footer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.block.phone .icon {
    position: relative;
}
.block.phone .icon:before {
    content: "" !important;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/img/cms/phone-footer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}
.block.email .icon {
    position: relative;
}
.block.email .icon:before {
    content: "" !important;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/img/cms/email-footer.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
}

/**** RESPONSIVE CSS ****/

@media screen and (min-width: 1600px) {
    #header .nav-full-width>.container {
        margin-right: 45px !important;
    }
}

@media screen and (min-width: 1500px) and (max-width: 1599px) {
    .nav-full-width>.container {
        margin-right: 0;
    }
    #header #desktop_logo {
		max-width: 200px;
		padding: 15px 0px;
		text-align: center;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: auto;
		top: 10px !important;
	}
}

@media screen and (min-width: 1500px) {
	#header #desktop_logo {
		max-width: 240px;
		padding: 15px 0px;
		text-align: center;
		margin: 0 auto;
		position: absolute;
		left: 0;
		right: auto;
		top: 0 !important;
	}
    body#cms .communaute .container {
        max-width: 80% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #header div#_desktop_seach_widget {
        margin-right: 80px !important;
    }
	#header .nav-full-width .container>.row {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
	}
	#carousel .display-1.text-uppercase {
		text-align: center;
		font-size: 70px !important;
		line-height: 77px !important;
		color: #fff !important;
		margin-bottom: 30px !important;
		font-weight: 400 !important;
        max-width: 1400px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
	}
    .section-cta:before {
        content: "";
        display: none;
        width: 420px;
        height: 420px;
        position: absolute;
        top: 40px;
        left: 120px;
        background-image: url(/img/cms/long-glass.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
    }
    .section-cta:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(/img/cms/section-bg-large.png);
        background-size: 1700px;
        background-repeat: no-repeat;
        background-position: center;
        background-attachment: fixed;
    }
    .section-cta:after {
        content: "";
        display: none;
        width: 380px;
        height: 380px;
        position: absolute;
        top: 68px;
        right: 100px;
        background-image: url(/img/cms/Mode_Isolation.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
    }
    div#section-categorie .col-caterogie-item {
        min-height: 740px !important;
    }
    .section-cta p.cta-desc {
	    margin-bottom: 50px !important;
    }
    #index #ishimanufacturerblock .home-title {
        display: block  !important;
	    margin-bottom: 60px !important;
    }
	.carousel .carousel-item .caption {
		bottom: 28px;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
		max-width: 100% !important;
		width: 90% !important;
	}
	#index .best-prod:before {
    	content: "";
    	display: block;
    	width: 370px;
    	height: 370px;
    	position: absolute;
    	top: 0;
    	left: 0;
    	background-image: url(/img/cms/grapes.png);
    	background-repeat: no-repeat;
    	background-size: contain;
    	background-position: top left;
	}
	#index .best-prod:after {
    	content: "";
    	display: block;
    	width: 290px;
    	height: 290px;
    	position: absolute;
    	top: 0;
    	right: 0;
    	background-image: url(/img/cms/grape-green.png);
    	background-repeat: no-repeat;
    	background-size: contain;
    	background-position: top right;
	}
	#bottom_home .vin-special:before {
    	content: "" !important;
    	display: block !important;
    	width: 330px !important;
    	height: 330px !important;
    	position: absolute !important;
    	top: 0;
    	left: 0;
    	background-image: url(/img/cms/picto-left.png);
    	background-repeat: no-repeat;
    	background-size: contain;
    	background-position: top left;
	}
    div#bottom_home .vin-special .product-desc {
        margin-bottom: 90px !important;
    }
	#bottom_home .vin-special:after {
    	content: "" !important;
    	display: block !important;
    	width: 330px !important;
    	height: 330px !important;
    	position: absolute !important;
    	top: 0;
    	right: 0;
    	background-image: url(/img/cms/pîcto-right.png);
    	background-repeat: no-repeat;
    	background-size: contain;
    	background-position: top right;
	}
    #index .block_newsletter.footer-block:before {
        content: "";
        display: block;
        width: 420px;
        height: 420px;
        position: absolute;
        top: -10px;
        left: -20px;
        background-image: url(/img/cms/grape-white.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
    }
    #index .block_newsletter.footer-block:after {
        content: "";
        display: block;
        width: 300px;
        height: 300px;
        position: absolute;
        top: 53px;
        right: 70px;
        background-image: url(/img/cms/glass-newsletter.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
    }
	div#bottom_home .vin-special .owl-prev {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    	width: 50px;
    	height: 70px;
    	border-radius: 0;
    	position: absolute;
    	top: 50%;
    	left: -50px;
    	-webkit-transform: translate(-50%, -50%);
    	    -ms-transform: translate(-50%, -50%);
    	        transform: translate(-50%, -50%);
		border-color: #000;
	}
	div#bottom_home .vin-special .owl-next {
    	display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-pack: center;
    	    -ms-flex-pack: center;
    	        justify-content: center;
    	-webkit-box-align: center;
    	    -ms-flex-align: center;
    	        align-items: center;
    	width: 50px;
    	height: 70px;
    	border-radius: 0;
    	position: absolute;
    	top: 50%;
    	right: -95px;
    	-webkit-transform: translate(-50%, -50%);
    	    -ms-transform: translate(-50%, -50%);
    	        transform: translate(-50%, -50%);
    	border-color: #000;
	}
    div#bottom_home .vin-special .owl-carousel .owl-item {
		width: 411px !important;
		min-height: 665px !important;
	}
    .vin-special #ishi-featured-products .owl-stage {
        width: 200% !important;
    }
    #index .featured-products .products-section-title {
        margin-bottom: 80px !important;
    }
    #index .featured-products {
        max-width: 1380px;
    }
    #index .best-prod article {
        width: 430px !important;
        min-height: 678px !important;
    }
    #index .best-prod {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    div#top_home div#ishiservices {
        padding-top: 100px !important;
        padding-bottom: 100px !important; 
        max-width: 1300px !important;
    }
    div#ishiproductsblock {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    #ishiservices .services .service-block .service-desc {
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    #ishiservices .services .service-img {
        margin-bottom: 15px !important;
    }
    #bottom_home div#custom-text.section-cta {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    .nos-partenaires {
        padding-top: 100px !important;
        padding-bottom: 50px !important;  
    }
    div#section-producteur {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
        background-attachment: fixed;
    }
    #index .block_newsletter.footer-block {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    div#section-producteur h2 {
        margin-bottom: 30px;
    }  
    div#section-producteur p {
        margin-bottom: 40px;
    }
    footer#footer {
        padding-top: 40px !important;
        padding-bottom: 0px !important;
    }
    footer#footer .container {
        max-width: 90% !important;
        width: 100%;
    }
    .nos-categories h2 {
        text-transform: uppercase;
        font-size: 44px;
        line-height: 46px;
        color: #fff !important;
        margin-bottom: 25px !important;
    }
    body#contact #wrapper {
        padding-top: 100px !important;
        padding-bottom: 80px !important;
        margin-bottom: 0 !important;
    }
    body#cms .footer-before:before {
        content: "";
        display: block;
        width: 420px;
        height: 420px;
        position: absolute;
        top: -10px;
        left: -20px;
        background-image: url(/img/cms/grape-white.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
    }
    body#cms .footer-before:after {
        content: "";
        display: block;
        width: 300px;
        height: 300px;
        position: absolute;
        top: 53px;
        right: 70px;
        background-image: url(/img/cms/glass-newsletter.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
    }
    body#cms .footer-before {
        padding-top: 100px !important;
        padding-bottom: 100px !important;
    }
    
    body#cms .intro:before {
        content: "";
        display: block;
        width: 370px;
        height: 370px;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(/img/cms/grapes.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top left;
    }
    body#cms .intro:after {
        content: "";
        display: block;
        width: 290px;
        height: 290px;
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(/img/cms/grape-green.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top right;
    }
    body#cms .banner-inner h1 {
        text-transform: uppercase !important;
        font-family: 'Vollkorn', serif !important;
        text-align: center !important;
        font-size: 60px !important;
        line-height: 65px !important;
        color: #fff !important;
        max-width: 1020px;
        margin-left: auto;
        margin-right: auto;
    }
    
    body#contact .banner-contact h1 {
        text-transform: uppercase !important;
        font-family: 'Vollkorn', serif !important;
        text-align: center !important;
        font-size: 60px !important;
        line-height: 65px !important;
        color: #fff !important;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 25px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1499px) {
    body#contact div#left-column {
        width: 40% !important;
    }
}

@media screen and (min-width: 1025px) {
	.vin-special div#ishiproductsblock.clearfix.container {
    	max-width: 100% !important;
        width: 90% !important;
	}
    .block-contact.col-lg-3.footer-block {
        width: 27% !important;
    }
    div#ishifooterlinks_block {
        margin-top: 50px;
    }
    div#block_myaccount_infos {
        margin-top: 50px;
    }
    .block-contact.col-lg-3.footer-block {
        margin-top: 50px;
    }
    #index ul#ishiproductstab {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    #index ul#ishiproductstab li.nav-item.first_item {
        -webkit-box-ordinal-group: 3 !important;
            -ms-flex-order: 2 !important;
                order: 2 !important;
    }
    #index ul#ishiproductstab li:nth-child(2) {
        -webkit-box-ordinal-group: 4 !important;
            -ms-flex-order: 3 !important;
                order: 3 !important;
    }
}

@media screen and (min-width: 1025px) {
    li#category-22 .popover.sub-menu.js-sub-menu.collapse {
        width: 350px !important;
    }
    li#category-220 ul.top-menu {
    display: flex !important;
    flex-direction: column !important;
    width: max-content !important;
}
}

@media screen and (min-width: 1025px) and (max-width: 1499px) {
	#top-menu>li .dropdown-item {
    	white-space: normal;
    	font-family: 'Vollkorn', serif !important;
    	font-size: 16px;
    	color: #444 !important;
    	padding-left: 10px;
    	padding-right: 10px;
	}
	div#_desktop_top_menu {
    	padding-right: 0;
	}
    div#bottom_home .vin-special .owl-carousel .owl-item {
        width: 284px !important;
        min-height: 586px !important;
    }
    .vin-special #ishi-featured-products .owl-stage {
        width: 200% !important;
    }
    #index .vin-special article {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media screen and (max-width: 1024px) {
    #header .cart-dropdown {
        left: 0 !important;
        right: 0 !important;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
    }
    #header #ishiheaderblock .header-text {
        padding-left: 0 !important;
    }
    #header #ishiheaderblock .header-text:before {
        left: 60px !important;
    }
    #header .left-nav .btn-buy {
        display: inline-block;
        margin-top: 10px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    #header .nav-full-width {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
        border-top: none !important;
    }
    #header .nav-full-width.fixed-header {
        background-color: #fff;
    }
    div#menu-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 40px;
        height: 40px;
        position: relative;
        top: 4px;
        background-color: #9d1f53;
        -webkit-box-ordinal-group: 4;
            -ms-flex-order: 3;
                order: 3;
        margin-left: 10px;
    } 
    #header #desktop_logo {
        max-width: 130px;
        top: 0px;
    }
    div#search_widget:before {
        right: 3px !important;
    }
    #carousel .display-1.text-uppercase {
        text-align: center;
        font-size: 45px !important;
        line-height: 50px !important;
        color: #fff !important;
        margin-bottom: 30px !important;
        font-weight: 300;
    }
    .carousel .carousel-item .caption {
        top: 50% !important;
    }
    #index .best-prod {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    #index .best-prod:before {
        opacity: 0.3 !important;
    }
    #index .best-prod:after {
        opacity: 0.3;
        z-index: -1;
    }
    #index .best-prod .arrow_droite {
        left: auto !important;
        right: -5px !important;
    }
    #index .best-prod .arrow_gauche {
        left: 27px !important;
        right: auto !important;
    }
    #index .best-prod article {
        min-height: 650px !important;
    }
    div#top_home div#ishiservices {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    #ishiservices-content .services.money-back {
        margin-bottom: 0 !important;
    }
    div#bottom_home .vin-special:before {
        content: "";
        display: block;
        width: 180px !important;
        height: 180px !important; 
        position: absolute;
        top: 0; 
    }
    div#bottom_home .vin-special:after {
        content: "";
        display: block;
        width: 180px !important;
        height: 180px !important;
        position: absolute;
        top: 0; 
    }
    div#bottom_home .vin-special div#ishiproductsblock {
        padding-bottom: 60px !important;
        margin-bottom: 0 !important;
    }
    div#bottom_home .vin-special .owl-carousel .owl-item {
        position: relative;
        border: 1px solid #ededed;
        min-height: 580px !important;
    }
    #bottom_home div#custom-text.section-cta {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .section-cta:before {
        width: 250px;
        height: 250px;
        top: 100px;
        left: 30px;
        opacity: 0.8;
    }
    .section-cta:after {
        width: 250px;
        height: 250px;
        top: 100px;
        right: 30px;
        opacity: 0.8;
    }
    .nos-partenaires {
        padding-top: 60px;
        padding-bottom: 0px;
        margin-bottom: 15px !important;
    }
    div#section-producteur {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    div#section-categorie {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    div#section-categorie .col-caterogie-item {
        width: 100% !important;
    }
    #index .block_newsletter.footer-block:before {
        content: "";
        display: block;
        width: 280px;
        height: 280px;
        position: absolute;
        top: 30px;
        left: -10px;
        background-image: url(/img/cms/grape-white.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        opacity: 0.5;
    }
    #index .block_newsletter.footer-block:after {
        content: "";
        display: block;
        width: 200px;
        height: 200px;
        position: absolute;
        top: 110px;
        right: 29px;
        background-image: url(/img/cms/glass-newsletter.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        opacity: 0.5;
    }
    #index .block_newsletter.footer-block {
        position: relative;
        padding-top: 60px;
        padding-bottom: 60px;
    }
    div#ishistoreinfo span.h3 {
        display: none;
    }
    div#ishistoreinfo span.navbar-toggler.collapse-icons {
        display: none;
    }
    #footer ul.bullet>li:first-child {
        margin-top: 30px !important;
    }
    div#block_myaccount_infos ul>li:first-child {
        margin-top: 30px !important;
    }
    #contact-info-container .block.address {
        margin-top: 30px !important;
    }
    .col-lg-12.linkedlist.links.footer-block .col-lg-12.wrapper.linkblock:first-child {
        display: none;
    }
    div#ishistoreinfo-container {
        border-bottom: 0px solid #d9d9d9;
        padding-bottom: 0px !important;
        margin-top: 0;
        margin-bottom: 20px;
    }
    #footer .footer-container {
        padding: 40px 0 20px 0 !important;
    }
    div#ishifooterlinks_block {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
     div#block_myaccount_infos {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .block-contact.col-lg-3.footer-block {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 30px;
    }
    .col-lg-12.linkedlist.links.footer-block {
        border-top: none;
        padding-top: 0;
        margin: 0;
    }
    .footer-after > .container {
        padding-top: 20px;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
    }
    #footer_sub_menu_84333>li:first-child {
        margin-top: 25px !important;
    }
    .col-lg-12.wrapper.linkblock ul>li:first-child {
        margin-top: 20px !important;
    }
    #index .best-prod article .thumbnail.product-thumbnail {
        overflow: hidden !important;
    }
    #index .best-prod article:hover img {
        -webkit-transform: scale(1.05) !important;
            -ms-transform: scale(1.05) !important;
                transform: scale(1.05) !important;
    }
    #index .best-prod article img {
        -webkit-transition: all .4s !important;
        -o-transition: all .4s !important;
        transition: all .4s !important;
    }
    div#bottom_home .vin-special .owl-carousel .owl-item a.thumbnail.product-thumbnail {
        overflow: hidden !important;
    }
    div#bottom_home .vin-special .owl-carousel .owl-item a.thumbnail.product-thumbnail:hover img {
        -webkit-transform: scale(1.05) !important;
            -ms-transform: scale(1.05) !important;
                transform: scale(1.05) !important;
    }
    div#bottom_home .vin-special .owl-carousel .owl-item a.thumbnail.product-thumbnail img {
        -webkit-transition: all .4s !important;
        -o-transition: all .4s !important;
        transition: all .4s !important;  
    }
    #footer h3, #footer .h3 {
        font-family: 'Vollkorn', serif !important;
    }
    body#contact section#wrapper .container>.row {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    body#contact div#left-column {
        width: 100% !important;
        margin-bottom: 25px !important;
    }
    body#contact .col-md-12 {
        width: 100% !important;
    }
    body#contact #wrapper{
        padding-top: 50px !important;
        padding-bottom: 20px !important;
        margin-bottom: 0 !important;
    }    
    body#cms .intro {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    body#cms .intro:before {
        width: 140px;
        height: 140px;
    }
    body#cms .intro:after {
        width: 140px;
        height: 140px;
    }
    body#cms .communaute {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .brand-item .col-left {
        height: 430px;
        padding: 30px !important;
    }
    .brand-item img {
        height: 430px !important;
    }
    body#cms .banner-inner h1 {
        text-transform: uppercase !important;
        font-family: 'Vollkorn', serif !important;
        text-align: center !important;
        font-size: 35px !important;
        line-height: 45px !important;
        color: #fff !important;
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    }
    body#cms .footer-before {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    body#cms .footer-before:before {
        content: "";
        display: block;
        width: 240px;
        height: 240px;
        position: absolute;
        top: 70px;
        left: -10px;
        background-image: url(/img/cms/grape-white.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
    }
    body#cms .footer-before:after {
        content: "";
        display: block;
        width: 180px;
        height: 180px;
        position: absolute;
        top: 100px;
        right: 30px;
        background-image: url(/img/cms/glass-newsletter.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
    }
    body#contact .banner-contact h1 {
        text-transform: uppercase !important;
        font-family: 'Vollkorn', serif !important;
        text-align: center !important;
        font-size: 35px !important;
        line-height: 45px !important;
        color: #fff !important;
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    div#bottom_home .vin-special .owl-carousel .owl-item {
        width: 344px !important;
    }
}

@media screen and (max-width: 991px) {
    #ishiservices-content .services.money-back {
        margin-bottom: 0 !important;
    }
    /*#header {
        overflow-x: hidden !important;
        overflow-y: visible !important;
    }*/
}

@media screen and (max-width: 767px) {
    /*#header {
        overflow-x: hidden !important;
        overflow-y: visible !important;
    }*/
    .search-widget form input[type="text"] {
        min-width: 240px !important;
    }
    footer#footer {
        padding-top: 0 !important;
    }
    #carousel .display-1.text-uppercase {
        font-size: 30px !important;
        line-height: 35px !important;
        margin-bottom: 20px !important;
    }
    .carousel .carousel-item .caption {
        top: 44% !important;
    }
    #header nav.header-nav {
        padding-top: 5px;
        padding-bottom: 5px;
        background: -webkit-gradient(linear, left top, right top, from(#9F2348), to(#470E1F)) !important;
        background: -o-linear-gradient(left, #9F2348 0%, #470E1F 100%) !important;
        background: linear-gradient(90deg, #9F2348 0%, #470E1F 100%) !important;
    }
    div#bottom_home .vin-special #featured-products-block .owl-carousel .owl-item {
        margin-right: 0 !important;
    }
    a.right.carousel-control {
        right: -10px !important;
    }
    a.left.carousel-control {
        left: -10px !important;
    }
    #header #ishiheaderblock .header-text {
        font-size: 16px !important;
    }
    div#carousel figure:before {
        opacity: 0.5 !important;
    }
    p.banner-desc {
        margin-bottom: 30px !important;
    }
    #index .best-prod {
        padding-top: 40px !important;
        padding-bottom: 20px !important;
    }
    #index .best-prod:before {
        opacity: 0.3 !important;
        width: 150px;
        height: 150px;
    }
    #index .best-prod .featured-products .slick-slide:hover .product-comments {
        -webkit-box-ordinal-group: 1 !important;
            -ms-flex-order: 0 !important;
                order: 0 !important;
    }
    #index .best-prod .product-price-and-shipping {
        margin-bottom: 10px !important;
    }
    #index .best-prod .product-comments {
        margin-bottom: 0 !important;
    }
    #index .best-prod .product-comments {
        -webkit-box-ordinal-group: 4 !important;
            -ms-flex-order: 3 !important;
                order: 3 !important;
    }
    #index .best-prod:after {
        opacity: 0.3 !important;
        width: 150px;
        height: 150px;
    }
    #index .featured-products .products-section-title {
        position: relative;
        text-align: center;
        font-size: 30px;
        margin-bottom: 25px !important;
    }
    #index .product-container .thumbnail-buttons {
        bottom: 0 !important;
    }
    #index .best-prod article {
        -webkit-transition: all .4s !important;
        -o-transition: all .4s !important;
        transition: all .4s !important;
    }
    #index .best-prod article:hover .product-description {
        display: none !important;
    }
    #index .best-prod .arrow_droite {
        width: 30px;
        left: auto !important;
        right: 12px !important;
    }
        #index .best-prod .arrow_gauche {
        width: 30px !important;
        left: 37px !important;
        right: auto !important;
    }
    #index .best-prod .featured-products .slick-slide {
        margin-right: 0 !important;
    }
    #index .best-prod article {
        min-height: 610px !important;
        margin-right: 0 !important;
    }
    #index .best-prod .product-container .thumbnail-buttons {
        display: none !important;
    }
    #index .best-prod article:hover .product-container .thumbnail-buttons {
        display: block !important;
        bottom: -110px !important;
    }
    .nos-categories a.btn-decouvrir {
        padding: 20px 65px 20px 35px !important;
    }
    .nos-categories a.btn-decouvrir:before {
        right: 36px;
    }
    .block_newsletter #newsletter form input[type=submit] {
        background: -webkit-gradient(linear, left top, right top, from(#811642), to(#470E1F)) !important;
        background: -o-linear-gradient(left, #811642 0%, #470E1F 100%) !important;
        background: linear-gradient(90deg, #811642 0%, #470E1F 100%) !important;
        outline: none !important;
        border: none !important;
        text-transform: initial !important;
        padding-top: 13.5px !important;
        padding-bottom: 14.5px !important;
    }
    .block_newsletter #newsletter form input[type=text] {
        padding-bottom: 13.5px !important;
    }
    div#top_home div#ishiservices {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    div#ishiproductsblock {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
    }
    div#bottom_home .vin-special .owl-carousel .owl-item {
        position: relative;
        border: 1px solid #ededed;
        min-height: 670px !important;
        padding-left: 10px;
        padding-right: 10px;
    }
    #index .vin-special .product-container .thumbnail-buttons {
        bottom: -210px !important;
    }
    #bottom_home div#custom-text.section-cta {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .section-cta h2.cta-title {
        font-size: 28px !important;
    }
    .nos-partenaires {
        padding-top: 50px;
        padding-bottom: 0px;
        margin-bottom: -5px !important;
    }
    div#section-producteur {
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    div#section-producteur h2 {
        font-size: 28px;
    }
    div#section-categorie .col-caterogie-item {
        padding: 25px 25px 40px 25px;
        min-height: 500px;
    }
    #index .block_newsletter.footer-block {
        position: relative;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    #header .nav-full-width {
        padding-right: 20px;
    }
    div#bottom_home .vin-special:before {
        width: 130px !important;
        height: 130px !important;
        opacity: 0.3;
    }
    div#bottom_home .vin-special:after {
        width: 130px !important;
        height: 130px !important;
        opacity: 0.3;
    }
    div#bottom_home .vin-special .owl-prev {
        width: 34px !important;
        height: 40px !important;
        left: 20px !important;
    }
    div#bottom_home .vin-special .owl-next {
        width: 34px;
        height: 40px;
        right: -13px;
    }
    #index .vin-special .owl-item:hover .product-description {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    #index .block_newsletter.footer-block:before {
        width: 130px;
        height: 130px;
        top: -10px;
        left: -10px;
        opacity: 0.5;
    }
    #index .block_newsletter.footer-block:after {
        width: 120px;
        height: 120px;
        position: absolute;
        top: 0;
        right: 0;
        opacity: 0.5;
    }
    .nos-partenaires .owl-carousel .owl-stage-outer {
        overflow: visible !important;
    }
    .nos-partenaires .owl-carousel .owl-stage-outer .owl-item {
        width: 240px !important;
    }
    #footer h3, #footer .h3 {
        font-family: 'Vollkorn', serif !important;
    }
    body#cms .banner-inner h1 {
        font-size: 25px !important;
        line-height: 30px !important;
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    body#cms .intro {
        padding: 40px 20px !important;
    }
    body#cms .intro:before {
        width: 110px;
        height: 110px;
        opacity: 0.3;
    }
    body#cms .intro:after {
        width: 110px;
        height: 110px;
        opacity: 0.3;
    }   
    body#cms .container-presentation h2 {
        font-size: 26px;
        font-weight: 400;
        line-height: 40px;
        margin-bottom: 15px;
    }
    body#cms .img-container {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    body#cms .img-block {
        margin-right: 0 !important;
    }
    body#cms .img-block:not(:last-child) {
        margin-bottom: 20px !important;
    }
    body#cms .img-block img {
        height: 250px !important;
    }
    body#cms .communaute {
        padding: 40px 20px !important;
    }
    body#cms .desc-communaute {
        margin-bottom: 30px !important;
    }
    body#cms .brand-item {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
            -ms-flex-direction: column !important;
                flex-direction: column !important;
    }
    body#cms .brand-item:not(:last-child) {
        margin-bottom: 30px !important;
    }
    .brand-item .col-left, .brand-item .col-right {
        width: 100% !important;
    }
    .brand-item img {
        height: 250px !important;
    }
    .img-block {
        width: 100% !important;
    }
    .brand-item .col-left {
        height: auto;
        padding: 30px !important;
    }
    body#cms .brand-item .btn-block-item {
        position: relative !important;
        display: inline-block;
        padding: 20px 25px 20px 25px;
    }
    body#cms .brand-item .btn-block-item:before {
        display: none !important;
    }
    body#cms .brand-item p {
        text-align: left;
    }
    body#cms .footer-before {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    body#cms footer#footer .container h3.title_block.home-title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 15px !important;
    }
    body#cms .footer-before:before {
        content: "";
        display: block;
        width: 140px;
        height: 140px;
        position: absolute;
        top: 0;
        left: -10px;
        background-image: url(/img/cms/grape-white.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: left center;
        opacity: 0.5;
    }
    body#cms .footer-before:after {
        content: "";
        display: block;
        width: 120px;
        height: 120px;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        background-image: url(/img/cms/glass-newsletter.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: right center;
        opacity: 0.3;
    }
    body#contact .banner-contact h1 {
        font-size: 25px !important;
        line-height: 30px !important;
    }
    body#contact .banner-contact p {
        text-align: center;
    }
}


@media screen and (max-width: 500px) {
    div#bottom_home .vin-special .owl-carousel .owl-item {
        min-height: 750px !important;
    }
    #index .vin-special article {
        padding-top: 30px;
    }
    #index .best-prod article {
        min-height: 670px !important;
    }
    #index .best-prod .featured-products .slick-slide {
        padding-top: 30px !important;
    }
}

@media screen and (max-width: 390px) {
    div#bottom_home .vin-special .owl-carousel .owl-item {
        min-height: 720px !important;
    }
    #index .best-prod .featured-products .slick-slide {
        min-height: 620px !important;
    }
}

@media screen and (max-width: 360px) {
    div#bottom_home .vin-special .owl-carousel .owl-item {
        width: 360px !important;
        min-height: 670px !important;
    }  
}