/* ===== STYLE LUXE ===== */

:root {
  --gold:#d29961;
  --black:#111;
  --cream:#fff;
}
 @media (max-width: 991px) {
#overlay {
    top: 37% !important;
}
}
a:focus,
a:active,
a:focus-visible,div:focus,
span:focus,div:focus-visible,div:focus-visible {
  outline: none;
}
#overlay {
     position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 650px;
    display: flex;
    background: rgba(30, 20, 10, 0.45);
    z-index: 100;
    overflow: hidden;
    border-radius: 12px;
    }
    @keyframes fadeOverlay { from { opacity: 0; } to { opacity: 1; } }

   
    @keyframes slideUp {
      from { opacity: 0; transform: translateY(30px) scale(.97); }
      to   { opacity: 1; transform: translateY(0)   scale(1);    }
    }

    .panel-left {
      flex: 0 0 45%;
      position: relative;
      background: #1a120a;
      overflow: hidden;
	width: 50%;
   
    }
    .panel-left img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      opacity: .93;
      transition: transform 6s ease;
    }
    .modal:hover .panel-left img { transform: scale(1.04); }


    .panel-right {
      flex: 1;
      background: linear-gradient(to right, #FAE9CD, #E2C38D);
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 44px 36px 38px;
      text-align: center;
      position: relative;

    }

  div#everpspopup_block_center img
{
height:100% !important;	
}

   
    .eyebrow {
      font-family: 'Raleway';
      font-size: 11px;
      font-weight: 600;
      letter-spacing: .22em;
      text-transform: uppercase;
      color: #B17618;
      margin-bottom: 15px;
    }


    .brand {
      font-family: 'Playfair Display', serif;
      font-size: 13px;
      letter-spacing: .3em;
      text-transform: uppercase;
      color: #1a120a;
      font-weight: 400;
      line-height: 1.15;
      margin-bottom: 3px;
    }
    .brand-large {
      font-family: 'Playfair Display', serif;
      font-size: 30px;
      font-weight: 700;
      letter-spacing: .12em;
      text-transform: uppercase;
      color: #1a120a;
      line-height: 1;
      margin-bottom: 4px;
    }
    .brand-sub {
      font-family: 'Montserrat', sans-serif;
      font-size: 7.5px;
      letter-spacing: .28em;
      text-transform: uppercase;
      color: #8a7060;
      font-weight: 500;
      margin-bottom: 28px;
    }

 

    .offer-intro {
      font-family: 'Cormorant Garamond', serif;
      font-size: 18px;
      font-weight:600;
      color: #000;
      letter-spacing: .02em;
      line-height: 1.5;
	  margin-top:30px;
      margin-bottom: 1px;
    }
    .offer-highlight {
      font-family: 'Cormorant Garamond';
      font-size: 28px;
      font-weight: 900;
      color: #936010;
      line-height: 1.35;
      margin-bottom: 28px;
    }

.btn-default {
border: solid 1px #d29961;
}

    .btn-cta {
      display: block;
      width: 100%;
      background: #020202;
      color: #f5ede0;
	  border-radius: 5px;	
      border: none;
      padding: 16px 20px 13px;
      text-align: center;
      text-decoration: none;
      transition: background .25s, letter-spacing .25s;
      margin-bottom: 16px;
    }
    .btn-cta:hover {
      background: #020202;
      letter-spacing: .06em;
    }
    .btn-cta-label {
      display: block;
      font-family: 'Montserrat', sans-serif;
      font-size: 10px;
      font-weight: 700;
      letter-spacing: .2em;
      text-transform: uppercase;
      line-height: 1;
      margin-bottom: 4px;
		color:#e7c899;
    }
    .btn-cta-code {
      display: block;
      font-size: 15px;
      letter-spacing: .08em;
      color: #fff;
    }


    .skip-link {
      font-size: 15px;
      color: var(--bs-black);
      text-decoration: underline;
      text-underline-offset: 3px;
      cursor: pointer;
      background: none;
      border: none;
      letter-spacing: .03em;
      transition: color .2s;
    }
    .skip-link:hover { color: #1a120a; }


 

    /* ── Responsive ── */
    @media (max-width: 520px) {
      .panel-left { display: none; }
      .modal { width: 94vw; }
      .panel-right { padding: 50px 28px 36px; }
      .brand-large { font-size: 26px; }
    }
h1.title_blog
{
font-size: 35px;
margin-bottom: 45px;	
}
.articleContent #post_images img
{
display:none;	
}
#product .product-actions__quantity.product__quantity
{
background:white;	
width: auto;	
}
.price_dessous
{
    margin-left: 0px;
    border-radius: 0px;	
}
#product .product-quantity {
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}
.price_dessous .product__prices.js-product-prices {
  text-align: center;
  padding: 15px 0;
  background-color: #ececec;
  border-radius: 4px;
  margin-bottom: 10px;
}
.page-product .product__variants {
        margin-block-end: 0rem;
        padding-top: 20px;
}
.product__discounts.js-product-discounts,.product-add-to-cart.js-product-add-to-cart
{
 background-color: #ececec;	
 padding-bottom: 20px;
 padding-top: 10px;	
}
.price_dessous .product__tax-privilege {
  font-size: 0.82rem;
  color: #000;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
  margin-bottom: 0px;
}


.price_dessous .product__price {
  font-size: 2.2rem !important;
  font-weight: 700 !important;
  color: #d29961 !important; 
  line-height: 1.2;
  justify-content: center;
  display: flex;
  align-items: center;
}

.price_dessous .product__prices-inline {
  justify-content: center !important;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.price_dessous .product__tax-privilege
{
	text-align:right;
}


.price_dessous .product__quantity-label {
  font-size: 0.95rem;
  color: #000;
  margin-top: 10px;
  margin-bottom: 0;
}

.price_dessous .product__quantity-label strong {
  font-weight: 700;
  color: #333;
}

.price_dessous .product__regular-price {
  text-decoration: line-through;
  color: #aaa;
  font-size: 1rem;
}


.price_dessous .product__discount-percentage,
.price_dessous .product__discount-amount {
  font-size: 0.9rem;
  color: #c0392b;
}

.price_dessous .product__tax-infos {
  display: none;
}

@media (max-width: 768px) {
  .price_dessous .product__price {
    font-size: 1.8rem !important;
  }
  .price_dessous .product__tax-privilege {
    font-size: 0.78rem;
  }
}

.price_dessous .product__prices.js-product-prices
{
margin-top: 10px !important ;
margin-bottom: 0px !important;	
}
.link_cms
{
    display: inline-block !important;	
}
body#cms .team_third {
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 40px;
}
body#cms.cms-id-8 #content img {
    display: block;
    margin: 0 auto 10px !important;
}
body#cms .team_third > div {
    width: 32%;
    margin-bottom: 20px;
}
.cms-id-11 #content h3, .cms-id-11 #content p {
    text-align: center;
}
#cms #content img {
    max-width: 700px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.bsb-price
{
color:#000;	
}
#left-column
{
margin-bottom:30px;	
}
.quickview .product__description-short a,.products__pagination
{
display:none !important;	
}
#index .page:not(body) {
    padding-bottom: 0rem !important;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree>li .ps-mainmenu__tree-link:active{color:var(--bs-link-hover-color)}.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree>li .ps-mainmenu__tree-link:focus{ border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #000 !important;}

p.price_container .price
{
	font-family: "Raleway" !important;
	font-size: 30px;
    font-weight: 400;
}
.product-miniature__price,.product__price
{
    color: #d29961 !important;	
}
	.left-pub
{
position: relative;	
}
.left-pub img
{
width:100%;
}
    .text-pub
{
    position: absolute;
    bottom: 20px;
    padding-left: 30px;
    padding-right: 20px;
    font-size: 20px;
	font-weight:500;
}
    .photo-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 6px;
      margin-bottom: 36px;
    }

    .photo-grid img {
      width: 100%;
      aspect-ratio: 3 / 4;
      object-fit: cover;
      display: block;
    }

    /* Text section */
    .caviar-title {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 500;
    color: #1a1a1a;
    letter-spacing: 0.01em;
    line-height: 1.3;
    margin-bottom: 14px;
    margin-top: 25px;
    text-align: center;
    font-size: 32px;
    }

    .caviar-subtitle {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 15px;
    color: #555;
    letter-spacing: 0.04em;
    line-height: 1.6;
    text-align: center;
	margin-bottom: 35px;	
    }
.paiement-securise1
{
margin-top:25px;	
}
.paiement-securise
{
margin-top:20px;	
width:160px;
}
.products__selection
{
display:none;	
}
@media (min-width: 769px) {
	#cms #content .container
{
padding-left: 90px;
padding-right: 105px;	
}
    .footer__main {
		padding-top:4rem !important;
	}
	.copyright {
        font-size: 1rem;
        padding-block-start: 0rem !important;
    }
}
#footer_linklist_2 ul.footer-block__list li:nth-child(3) {
  margin-top: 25px;
}
.footer__before .full
{
    background: url(/img/fond-background.png) no-repeat;
    padding: 75px 0px !important;
    background-size: cover;
    padding-top: 100px !important;	
}
.caviar
{
    font-weight: 600;
    font-size: 42px;
    padding-bottom: 5px;
    font-family: "Cormorant Garamond", serif;
}
.caviar1
{
padding-bottom: 25px;	
}
#smartblog_block .owl-carousel .item img {
    max-width: 100% !important;
    height: 265px !important;
    object-fit: cover;
}

body {
  background:var(--cream);
  font-family:"Raleway";
  color:#222;
font-weight:300;
}
.blog_date
{
	display:none !important;
}
	
.custom-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.custom-menu .menu-item {
  position: relative;
  margin-right: 20px;
}

.custom-menu a {
  text-decoration: none;
  padding: 10px;
  display: block;
}

.custom-menu .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background: #fff;
  padding: 0;
  margin: 0;
}
.custom-menu .has-children:hover .submenu {
    display: block;
    border-top: .0625rem solid #dee2e6;
}
.custom-menu .submenu li a {
  padding: 10px;
  white-space: nowrap;
}

.custom-menu .has-children:hover .submenu {
  display: block;
}
#menu_right a
{
	padding: 1.25rem .5rem !important;
}

.page-authentication h1 ,.page-authentication h2,.page-title-section
{
font-family:"Cormorant Garamond", serif;	
}
h2 .accordion-button
{
font-family: "Raleway" !important;	
font-weight: 300 !important;	
}
.product__description-short h2
{
 	font-family:"Cormorant Garamond", serif;
	font-weight: 400;
	font-size:28px;
}
.container
{
max-width:1400px;
margin:0 auto;	
}
.account-menu__link
{
color:black;	
}
#menu_right .ps-mainmenu.ps-mainmenu--desktop
{
float:right;	
}
.product-variant__radio
{
	position: relative;
    margin-right: .625rem;
    margin-top: 10px;
    padding-left: 0px;
}
.product-variant__radio .form-check-input
{
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -khtml-opacity: 0;
    width: 100%;
    height: 100%;
}
.product-variant__radio label
{
    padding: 7px 12px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid rgba(0, 0, 0, 0.08);
    font-size: 14px;
	background: #FFF;
    display: inline-block;
}
.product-variant__radio .form-check-input:checked + label,.product-variant__radio .form-check-input:hover + label
{
    background: #d29961;
    color: #fff;
    border: solid 2px #d29961;
    padding: 7px 12px;
}
.btn.btn-primary:hover,.account-menu__link:hover
{
background:#d29961 !important;
border-color:#d29961 !important;	
}
.page-product h1.product__name
{
    font-family: "Raleway";
    text-transform: uppercase;
    font-weight: 300 !important;
    padding-bottom: 10px;
	font-size:25px;
}
.product__images img {max-height:550px;object-fit:cover;}
* {fill:black;}
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree>li .submenu {
    left: initial !important;
    right: initial  !important;
}
.thumbnail-text a
{
font-weight:400 !important;
font-size:16px !important;	
}
.sous_titre
{
font-weight:300;	
}
.btn-outline-primary
{
color:black;
border:1px solid black;	
}
.product__add-to-cart-button:hover,.btn.btn-outline-primary:hover,.product-miniature__add:hover
{
background:#d29961 !important;
border-color:#d29961 !important;
color:white !important;	
}
.details__left
{
width:100px;
margin-right:15px;
}
.page-product .product__bottom
{
display:block !important;	
}
.owl-nav button span
{
position:relative;
top:-2px;	
}
.container_product
{
max-width:1200px;
margin:0 auto;
display:block;
}
.submenu__left-item
{
color:black;	
}
.submenu__left-item.active
{
color:#d29961 !important;	
	border: none;
}

.product__left .product__images .product__price
{
margin-top:20px;
font-size:35px;
}
a {color:#000; font-weight: 300;}
.product__left .product__images .product-flags
{
left:45px;	
}
.decouvrir_bloc a
{
font-weight:300;	
}
.product__left .product__images
{
    border: 2px solid #e1e1e1;
    border-radius: 10px;
    padding: 14px;	
}

h1,h2,h3,h4,h5,h6
{
font-family:"Cormorant Garamond", serif;	
}
.footer-block li a,.texte_html p
{
	font-weight:500 !important;
	font-size:15px;
}
.page-product .product-comments-wrapper {display:none;}
svg g
{
fill:black;	
}
.accordion-button
{
color:black !important;	
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left
{
border:0px !important;	
}

#quantity_wanted
{
	max-width:60px;	
	border:1px solid #dee2e6;
}
#menu_left .ps-mainmenu:is(.ps-mainmenu--desktop) {
    display: block !important;
    margin-left: auto;
    float: left;
}
.product-miniature__add
{
display:block;
margin:0 auto;	
padding: 15px;
padding-top: 10px;
padding-bottom: 10px;	
}
.section-title
{
margin-top:50px;
font-size:70px;	
text-align:center;
}
.ps-customtext
{
padding-top:35px;
padding-bottom:35px;	
}
.ps-emailsubscription
{
background-color:#f6f3ed  !important;
padding-top:50px !important;
padding-bottom:30px !important;	
}
.form-control
{
border:1px solid #000;	
}
.footer-block__title,.texte_html p,.copyright a
{
color:#000;
}
.footer-block__title,.footer-block__title a
{
font-size:1.1rem !important;
font-weight:bold;	
}

.footer__before
{
}
@media only screen and (min-width: 1200px) and (max-width: 1299px) {
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree>li .ps-mainmenu__tree-link
	{
	font-size:13px;	
	}
}
@media only screen and (min-width: 1200px) {
.footer.footer__main .container,.footer.footer__before .container
{
padding-left:100px;
padding-right:100px;
}
}
.footer.footer__main
{
background:white !important;	
}
.footer-block a
{
color:#000;	
}
.btn.btn-primary
{
background:#fff;
text-transform:uppercase;	
border:1px solid #000;
color:#000;	
}
.titre_sub
{
text-transform: uppercase;
font-weight: 400;
}
.get_sub
{
text-transform: initial;	
font-size:12px;
font-weight: 300;	
}
.displayBlog
{
	background:#f6f3ed;
	margin-top:0px;
	padding-top:60px;
	
}
.module-products__buttons .btn
{
background: #000;
    color: white;
    border: 1px solid #000;
    text-transform: uppercase;
    padding: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.product-flags .badge.discount, .product-flags .badge:not(.discount)
{
	border: 1px solid #d29961;
	background-color:#d29961 !important;
    font-size: 16px;
	margin-top: 10px;
}
.product-miniature__price
{
font-size:30px;	
font-weight:400;
}
.product-miniature__title,.product-miniature__price
{
color:#000;
text-align:center;
margin: 0 auto;	
}
.price {
	font-family: Arial !important; 
    color: #d29961 !important ; 
    /* font-size: 16pt; */
}
 .info-block {
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0,0,0,0.1);
            padding: 30px 40px;
            max-width: 500px;
            width: 100%;
        }

        .info-item {
            display: block;
            align-items: flex-start;
            padding: 20px 0;
            border-bottom: 2px solid #f0f0f0;
        }

        .info-item:last-child {
            border-bottom: none;
        }

        .icon {
            font-size: 16px;
            margin-right: 20px;
            min-width: 50px;
            text-align: center;
        }

        .content {
            flex: 1;
        }

        .title_av {
            color: #000;
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 5px;
            text-transform: uppercase;
            letter-spacing: 1px;
			color:black;
			text-align:center;
        }

      

        .subtitle {
            color: #000;
            font-size: 14px;
            line-height: 1.5;
			text-align:center;
			font-weight:300;
        }

        .temperature {
            background: #e8f5e9;
            color: #2ecc71;
            padding: 3px 10px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            margin-top: 5px;
        }

        .payment-methods {
            display: flex;
            gap: 15px;
            margin-top: 8px;
        }

        .payment-method {
            background: #f8f9fa;
            padding: 5px 5px;
            border-radius: 15px;
            font-size: 14px;
            color: #000;
            font-weight: 300;
        }

        .supply-chain {
            display: flex;
            gap: 15px;
            margin-top: 8px;
            flex-wrap: wrap;
        }

        .supply-chain span {
            background: #f8f9fa;
            padding: 5px 12px;
            border-radius: 15px;
            font-size: 14px;
            color: #495057;
            font-weight: 500;
        }

        .supply-chain span::before {
            content: "•";
            color: #e74c3c;
            font-weight: bold;
            margin-right: 5px;
        }

        /* Hover effects */
        .info-item:hover {
            transform: translateX(5px);
            transition: transform 0.3s ease;
        }

        .info-item:hover .icon {
            transform: scale(1.1);
            transition: transform 0.3s ease;
        }

        /* Responsive design */
        @media (max-width: 480px) {
            .info-block {
                padding: 20px;
            }

            .info-item {
                flex-direction: column;
                align-items: center;
                text-align: center;
            }

            .icon {
                margin-right: 0;
                margin-bottom: 15px;
            }

            .payment-methods, .supply-chain {
                justify-content: center;
            }
        }
.blog_date
{
margin-top:15px;	
}
.blog_post
{
padding: 10px;
background: #f6f3ed;	
}
.margin-bottom-60
{
margin-bottom:60px;	
}
.articleSection
{
display:none;	
}
.sds_post_title a
{
color:black;
font-size:16px;
font-weight: 400;
text-transform: uppercase;
}
.sds_post_title
{
    margin-top: 15px;
	
}
.readmore 
{
font-weight:300;
text-transform:uppercase;
font-size:13px;
}
.blog_inner p.desc
{
font-weight:300;	
}
.sds_post_title,.blog_inner .read_more,.blog_inner p.desc,.readmore
{
text-align: left;
color:black;	
}

.ps_imageslider
{
height:400px !important;	
}
/* Sections */
.ps-mainmenu:is(.ps-mainmenu--desktop) .ps-mainmenu__tree>li .ps-mainmenu__tree-link
{
color:black;	
}
.header-premium__logo text-start h1
{
text-align:center;	
}
section {
  padding:0px 0;
}

.section-light {
  background:white;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Forcer tous les éléments à respecter la largeur */
* {
  box-sizing: border-box;
  max-width: 100%;
}
.topbar-right a , .topbar-left span
{
text-transform:uppercase;	
}
.decouvrir
{
    background: #ffffff;
    color: black;
    padding: 15px;
    border-radius: 3px;
	display: inline-block;
    margin-top: 8px;
}
.ps-imageslider__figcaption
{
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    color: var(--bs-light);
	bottom: 8rem !important;
    padding-inline: 3.5rem !important;
}
/* HERO */

.hero img {
  width:100%;
  height:600px;
  object-fit:cover;
}

/* TITRES */

h1,h2,h3,h4,h5,h6 {
  font-size:26px
}

/* EDITORIAL */

.editorial {
  display:flex;
  align-items:center;
  gap:80px;
}

.editorial img {
  width:100%;
  border-radius:6px;
}

/* TERROIR */

.terroir {
  display:grid;
  grid-template-columns:1fr 1fr;
  background:#eee;
}

.terroir-image {
  background:url('../img/terroir.jpg') center/cover;
  height:500px;
}
#ps_searchbar {display:none !important;}
.terroir-content {
  padding:80px;
}

/* BOUTON OR */

.btn-gold {
  background:var(--gold);
  color:white;
  padding:12px 28px;
  text-decoration:none;
}

/* AVANTAGES */

.advantages {
  display:flex;
  justify-content:space-around;
  background:#fff;
  padding:60px;
  text-align:center;
}

/* PRODUITS */

.product-miniature {
  background:trasnaprent;
  border-radius:6px;
  border:0px;	
  transition:.3s;
  margin-bottom:30px;
}

.product-miniature:hover {
  transform:translateY(-6px);
}
/* ===== TOPBAR MAQUETTE ===== */

.topbar-premium {
  background: #111;
  color: #fff;
  font-size: 13px;
  padding: 3px 0;
  border-bottom: 1px solid rgba(198, 168, 107, 0.3);
}

.topbar-premium .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.topbar-premium a {
  color: #fff;
  text-decoration: none;
  margin-left: 20px;
  font-size: 12px;
  font-weight:300;	
}



a:hover {
  color: #d29961;
}
.topbar-premium a:hover {
  color: var(--gold);
}

.topbar-premium .topbar-left span {
  margin-right: 25px;
  position: relative;
  font-size: 12px;
}

.topbar-premium .topbar-left span:after {
  content: '';
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: rgba(198, 168, 107, 0.3);
}

.topbar-premium .topbar-left span:last-child:after {
  display: none;
}

/* Header principal */
.header-premium {
  background: #fff;
  padding: 5px 0 5px 0;
  border-bottom: 2px solid var(--gold);
}

.ps-imageslider__figcaption p ,.ps-imageslider__figcaption h2 , .ps-imageslider__figcaption h3
{
text-align:left;
color:white;
}
.ps-imageslider__figcaption h2
{
font-size:40px;	
}
.header-premium__logo img {
  max-height: 70px;
  width: auto;
  margin:0 auto;
  display:block;
}

/* Style pour le menu (dynamique) */
.header-premium__nav-wrapper {

  padding-top: 15px;
}

/* Cacher le menu par défaut de PrestaShop et utiliser le nôtre */
.header-premium__nav-wrapper .menu {
  display: flex !important;
  justify-content: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 30px !important;
}

.header-premium__nav-wrapper .menu > li {
  position: relative;
  margin: 0 !important;
}

.header-premium__nav-wrapper .menu > li > a {
  color: #222 !important;
  font-family: "Raleway", serif !important;
  font-size: 1rem !important;
  font-weight: 300 !important;
  letter-spacing: 1px !important;
  text-transform: initial !important;
  text-decoration: none !important;
  padding: 10px 0 !important;
  display: block !important;
  position: relative !important;
}

.header-premium__nav-wrapper .menu > li > a:after {

  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--gold);
  transition: width 0.3s ease;
}

.header-premium__nav-wrapper .menu > li > a:hover:after {
  width: 100%;
}

.header-premium__nav-wrapper .menu > li > a:hover {
  color: var(--gold) !important;
}

/* Cacher le bloc recherche par défaut */
#search_widget, 
.header-premium .displayTop .search-widget {
  display: none !important;
}

/* Icônes */
.header-premium__icon {
  color: #222;
  text-decoration: none;
}

.header-premium__icon:hover {
  color: var(--gold);
}

.header-premium__icon i {
  font-size: 24px;
}

/* Badge panier */
.header-premium__badge {
  background: var(--gold);
  color: #111;
  font-size: 11px;
  font-weight: bold;
  min-width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  padding: 0;
  top: -8px !important;
  right: -10px !important;
}

/* Menu mobile */
.mobile-menu {
  background: #fff;
  padding: 15px 0;
  border-top: 1px solid #eee;
  display: none;
}

.mobile-menu .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu .menu > li {
  margin-bottom: 10px;
}

.mobile-menu .menu > li > a {
  color: #222;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
@media (min-width: 992px) {
.page-product #wrapper
{
	padding-left:20px;
	padding-right:20px;
}
}
@media (max-width: 991px) {
#product .product-quantity {
  
    display: flex;
    align-items: center;
    justify-content: center;
}	
.section-title {
    font-size: 37px;
	}
.product-miniature__add {
   font-size:12px;
    padding: 5px;
	}
.best-sellers
{
display:none !important;	
}
}
@media (max-width: 768px) {
	.ps-emailsubscription {

    padding-left: 15px;
    padding-right: 15px;
}
	.caviar-block img
	{
		width:100%;
		margin-bottom:20px;
	}
	.title_block {
    margin-top: 25px;
    font-size: 35px !important;
}
	.sous_titre
	{
	font-size:14px  !important;	
	}
	.slide-content {
    padding: 15px;
    position: absolute;
    top: 35%;
    text-align: left;
    }
  .col-0
	{
	visibility:hidden;
	height:0px;	
	}
  .header-premium__nav-wrapper {
    /*display: none !important;*/
  }
  #menu_right,.ps-searchbar--mobile .header-block__action-btn
	{
	display: none !important;	
	}
  .mobile-menu {
    display: block;
  }
  
  .topbar-premium .container {
    flex-direction: column;
    gap: 5px;
  }
  
  .topbar-premium .topbar-left span {
    margin-right: 15px;
  }
}

.displayPosition.displayBlog{
}
.displayBlog .title_block{
	text-align:center;
}
.displayBlog .title_block h3 span{font-size:30px;}
.displayBlog .product_list{
	position: relative;
}
.displayBlog .View{
	color: #000000;
	float: right;
	font-size: 14px;
	line-height: 25px;
}
#smartblog_block.laberthemes .item-inner .item{
	margin: 0;
	padding: 0;
	border: none;
}
.displayBlog .blog_post .news_module_image_holder{
	overflow: hidden;
}
.displayBlog .blog_post .news_module_image_holder img{
	width:100%;
}
.displayBlog .blog_post .blog_content{
    text-align: left;
    background: #f6f3ed;
}
.displayBlog .blog_post .articleSection{margin-bottom:10px; padding-top: 30px;}
.displayBlog .blog_post .articleSection a{
	background: #ba933e;
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 0 11px;
    border-radius: 3px;
    height: 24px;;
}
.displayBlog .blog_post .articleSection a:hover{}
.displayBlog .blog_post .sds_post_title{margin-bottom: 25px;}
.displayBlog .blog_post .sds_post_title a{
	font-size: 20px;
	font-weight: 600;
	color: #222;
	line-height: 1px;
}
.displayBlog .blog_post .desc {
	color: #000000;
    font-size: 16px;
	margin-bottom: 28px;
}
.displayBlog .blog_post .read_more a  {
	font-size: 14px;
    color: #bbaa79;
    display: inline-block;
    font-weight: BOLD;
    height: 50px;
    border: 2px solid #bbaa79;
    line-height: 45px;
    padding: 0 30px;
    border-radius: 3px;
}
.displayBlog .blog_post .read_more a:hover {
	color:#ba933e;
	border: 2px solid#ba933e;
}
.displayBlog .blog_post .read_more a:after {
	/*content: "\e606";*/
    font-family: 'simple-line-icons';
    margin-left: 15px;
    font-size: 14px;
    font-weight: 400;
}	
.displayBlog .blog_post .sds_post_title a:hover{
	color:#ba933e;
}
.displayBlog .blog_post .blog_date{
	color: #888888;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	padding-left: 0px;
	margin-left: 0px;
}
.displayBlog .blog_post .blog_date .day_date{
	color: #000000;
    font-weight: 400;
}

.displayBlog .blog_post .meta_author{
	color: #000000;
    font-size: 14px;
    margin: 0;
    line-height: 1;
    margin-bottom: 20px;
}
	
.displayBlog .blog_post .meta_author span{
    color: #000000;
    font-weight: 600;
}
.displayBlog .blog_post .blog_date .date_inner .day_month,
.displayBlog .blog_post .blog_date .date_inner .day_year {
	color: #000000;
    font-weight: 400;
}


#smartblogcat{}
#smartblogcat .sdsarticleCat{
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
	padding: 15px;
}
#smartblogcat .sdsarticleCat .sdstitle_block{margin-bottom: 15px;}
#smartblogcat .sdsarticleCat .sdstitle_block a{
	font-size: 18px;
	font-weight: 500;
}
#smartblogcat .sdsarticleCat .blogdetail{
	margin-bottom: 15px;
	display: block;
}
#smartblogcat .sdsarticleCat .sdsarticle-des{
	line-height: 25px;
	margin-bottom:15px;
}
#smartblogcat .sdsarticleCat .sdsreadMore a{
	text-decoration: underline;
}
.blog_pagination{}
.blog_pagination .pagination{overflow:hidden;}
.blog_pagination .pagination .pagination-left{
	float: left;
	display: inline;
	display:none !important;
}
.blog_pagination .pagination .pagination_bottom{
	float: right;
	display: inline;
}

#module-smartblog-category #content-wrapper,
#module-smartblog-details #content-wrapper{
	padding:0 15px;
}
#sdsblogArticle{margin-bottom: 30px;}
#sdsblogArticle .articleContent{margin-bottom:30px;}
#sdsblogArticle .page-item-title{
	margin-bottom: 15px;
}
#sdsblogArticle .page-item-title h1{
	font-size: 35px;
	font-weight: 700;
}
#sdsblogArticle .post-info{}
#sdsblogArticle .sdsarticle-des{line-height:25px;}
#articleComments{}
#articleComments h3.commenttitle{
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 30px;
} 
#articleComments .commentList {} 
#articleComments .commentList {} 
#articleComments .commentList li{
	overflow: hidden;
	margin-bottom: 15px;
	border-bottom: ;
	background: #f5f5f5;
	padding: 15px;
	border-radius: 3px;
} 
#articleComments .commentList li .avatar{
	float: left;
	display: inline;
	margin-right: 20px;
	border-radius: 100%;
	border: 1px solid #e1e1e1;
} 
#articleComments .commentList li .name{
	font-weight: 500;
	text-transform: capitalize;
	margin-bottom: 10px;
} 
#articleComments .commentList li .created{
	margin-bottom: 10px;
} 
#articleComments .commentList li .reply{
	float: right;
	cursor: pointer;
} 
#articleComments .commentList li .reply a:hover{
	color:#ba933e;
}
.smartblogcomments{
	display:none;
	border: 1px solid #e1e1e1;
	padding: 30px;
	margin-bottom: 60px;
	border-radius: 3px;
}
.smartblogcomments .comment-reply-title{
	font-size: 18px;
	font-weight: 500;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.pagination {
			width: 100%;
			margin: 0 0 30px 0;
		}
		.pagination .page-list{
			background:	transparent;
			box-shadow: 0 0 0;
			padding: 0;
			float: right;
		}
		.pagination .page-list li{}
		.pagination a:not(.previous):not(.next){
			background:#fff;
			color:#222;
			width: 35px;
			display: inline-block;
			text-align: center;
			height: 35px;
			line-height: 35px;
			font-size: 14px;
			border-radius: 2px;
			letter-spacing: inherit;
			font-weight: 400;
			border: 1px solid #e6e6e6;
		}
		.pagination a:not(.previous):not(.next):hover,
		.pagination .page-list li.current a{
			border-color:#ba933e;
			background:#ba933e;
			color:#fff;
		}
.pagination .page-list li
{
display:inline !important;	
}
.blogdetail,.post-info
{
display:none !important;	
}
		.pagination .previous,
		.pagination .next{
			font-weight: 400;
			line-height: 35px;
			border: 1px solid #e6e6e6;
			padding: 0 10px;
			display: inline-block;
		}
		.pagination .previous i,
		.pagination .next i{display:none;}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 680px;
        margin: 1.75rem auto;
    }
}