/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.mb0 p{
    margin-bottom:0 !important;
}
a:focus-visible{
	outline:2px solid #A8976F !important;
}
@media(max-width:767px){
    .mb0mob p{
        margin-bottom:0 !important;
    }
}
#breadcrumbs{
    margin-bottom:0 !important;
}
#breadcrumbs a{
    text-decoration: none;
}
.elementor-location-header a, .elementor-location-footer a{
    cursor:pointer;
}
/*--------------------------header-------------------------------------------*/
.top-header .elementor-icon-wrapper{
    align-items: center;
    display: flex;
}

.menu-main .elementor-nav-menu--dropdown ul.elementor-nav-menu{
    padding:16px 0;
}
.menu-sam .elementor-nav-menu a{
    position:relative;
}
.menu-sam .elementor-nav-menu a::after{
    content:"";
    width:0;
    height:2px;
    background-color: #222121 !important;
    position:absolute;
    bottom:2px;
    display:inline-block;
    left:0px;
    transition:all 0.3s ease-in-out
}
.menu-sam .elementor-nav-menu a:hover::after{
    width:100% ;
}
.menu-sam2 .elementor-nav-menu a{
    position:relative;
}
.menu-sam2 .elementor-nav-menu a::after{
    content:"";
    width:0;
    height:2px;
    background-color: #222121 !important;
    position:absolute;
    bottom:13px;
    display:inline-block;
    left:0px;
    transition:all 0.3s ease-in-out;
}
.menu-sam2 .elementor-nav-menu ul.sub-menu a::after{
   bottom:6px;
}
.menu-sam2 .elementor-nav-menu a:hover::after{
    width:100% ;
}
.menu-sam2 .sub-arrow{
    display:none;
}
.menu-sam2 ul.sub-menu{
    padding:15px;
    min-width:250px !important;
}
.menu-sam2 ul.sub-menu a{ 
    display:inline-block;
}

.menu-categories {
  background-color: #FEFEFE !important;
  transition: all 0.3s ease;
  border-top:1px solid #222121 !important;
}

.menu-categories.scrolled {
  background-color: #A8976F !important;
  border-top:1px solid #FEFEFE !important;
}

.menu-categories.scrolled .menu-sam2 .elementor-nav-menu > li > a{
    color:#FEFEFE !important;
}
.menu-categories.scrolled .menu-sam2 .elementor-nav-menu > li > a:hover{
    color:#fff !important;
}
.menu-categories.scrolled .menu-sam2 .elementor-nav-menu > li > a::after{
    background-color:#fff !important;
}
.menu-mobile-cat .sub-menu {
    padding-left:15px
}
.menu-mobile-cat .sub-menu a{
    padding-left:0 !important;
 }
.open-search{
    cursor:pointer;
}
.mini-cart-sam .uael-mc-offcanvas__header{
    display:none;
}
.mini-cart-sam .woocommerce-mini-cart__buttons a{
    padding:13px !important;
}
.menu-categories.elementor-sticky.elementor-sticky--active{
    width: 100% !important;
    left: 0 !important;
}
.popup-recherche {
    overflow:visible !important;
}
.search-bar .dialog-message {
 overflow:visible !important;
}
.popup-recherche .e-search-results-container .product_title{
    margin-bottom:0 !important;
}
.popup-recherche .e-search-results-contain .prix-vignette p.price{
    color:#A8976F !important;
    line-height: 26px !important;
}
.popup-recherche .e-search-results-contain .prix-vignette p.price .woocommerce-Price-amount{
      color:#A8976F !important
}
.woocommerce-js div.product p.price, .woocommerce-js div.product span.price{
     color:#A8976F !important;
     line-height: 25px !important;
}
.e-search-results-list .e-loop-item{
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
}
/*------------------------footer----------------------------------------*/
.links-footer a{
    position:relative;
    display:inline-block;
}
.links-footer a::after{
    content:"";
    width:0;
    height:2px;
    background-color: #fefefe !important;
    position:absolute;
    bottom:-2px;
    display:inline-block;
    left:0px;
    transition:all 0.3s ease-in-out;
}
.links-footer a:hover::after{
    width:100% ;
}
.form-newsletter .frm_fields_container{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
}

.form-newsletter .frm_button_submit{
    padding: 11px 14px !important;
    font-family: 'Playfair', serif;
    transition:all 0.3s ease-in-out;
    height: 45px !important;
    &:hover{
        background-color:#222121 !important;
    }
}
.form-newsletter input[type="email"]{
    border:#fff;
    height: 45px !important;
    padding: 13px !important;
    &::placeholder{
        color:#A8976F;
        opacity:1 !important;
    }
}
.form-newsletter input[type="checkbox"]{
    border:1px solid #222121 !important;
    cursor: pointer;
    position: absolute !important;
    left: 0 !important;
}
.form-newsletter .frm_checkbox{
    margin-bottom:0 !important;
}
.form-newsletter .frm_checkbox label{
   gap: 10px;
   padding-left: 30px;
}
.form-newsletter .frm_checkbox label a{ 
   color:#fff;
   text-decoration:underline;
}
.form-newsletter #frm_field_8_container{
    margin-bottom:0;
}
.form-newsletter .with_frm_style fieldset{
    padding-bottom:0 !important;
}
.form-newsletter{
    display:flex;
    align-items: center;
}
.woocommerce-js h2{
    margin-bottom:0 !important;
}
@media(max-width:1023px){
    .hidebrmob p br, .hidebrmob h2 br{
        display:none;
    }
}
@media(max-width:767px){
    .form-newsletter .frm_fields_container #frm_field_7_container{
        width:100%;
    }
    .form-newsletter  #frm_field_6_container{
        width:100%;
    }
    .form-newsletter .frm_button_submit{
        margin:0 !important;
        width:100% !important;
    }
    
}
@media(min-width:768px){
    .form-newsletter .frm_checkbox label{
        width:75% !important;
    }
    .form-newsletter .frm_fields_container #frm_field_7_container{
        flex:1;
    }
}

/*-------------------------home---------------------------------------*/

.infos-home {
    text-decoration:none !important;
}
.add-cart a.add_to_cart_button{
    margin-bottom:0 !important;
    display: flex;
    align-items: center;
}
.add-cart a.add_to_cart_button::before{
    content:"";
    background:url(/wp-content/uploads/2025/07/plus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width:32px;
    height:32px;
    display:inline-block;
    vertical-align: middle;
    margin-right:10px;
    transition:all 0.3s ease-in-out;
}
.add-cart a.add_to_cart_button::after{
    color:#A8976F !important;
}
.add-cart a.add_to_cart_button:hover::before{
    transform:rotate(90deg);
}
.add-cart a.added_to_cart.wc-forward{
    display:none !important;
}
.flex1{
    flex:1 !important;
}
.vignette-produit .elementor-widget-image {
    overflow:hidden;
    border-radius:10px;
}
.vignette-produit .elementor-widget-image img{
    transition:all 0.3s ease-in-out;
    aspect-ratio:1;
    object-fit:cover;
}
.vignette-produit:hover .elementor-widget-image img{
    transform:scale(1.08);
}
.vignette-produit .yith-wcwl-add-to-wishlist-button__label{
    display:none !important;
}
.vignette-produit .yith-wcwl-add-to-wishlist-button-icon{
    width:25px !important;
    max-width:25px;
}
.vignette-produit .yith-add-to-wishlist-button-block{
    margin:0 !important;
}
.bloc-cat, .bloc-recettes {
    text-decoration: none !important;
}
.bloc-cat h3, .bloc-cat .cat-intro, .bloc-cat .cat-intro p, .bloc-cat .elementor-widget-icon{
    transition:all 0.3s ease-in-out;
}
.bloc-recettes h2, .bloc-recettes .cat-intro, .bloc-recettes .cat-intro p, .bloc-recettes .elementor-widget-icon{
    transition:all 0.3s ease-in-out;
}

.bloc-recettes1::after{
    content:"";
    background:url(/wp-content/uploads/2025/07/mask-video.svg);
    background-repeat: no-repeat;
    background-size:cover;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index:0;
}
.video-recette{
    position:absolute;
    top:-55px;
    left:41%;
    transform:translateX(-45%) !important;
    width:47% !important;
}
.video-recette .elementor-wrapper::after{
    content:"";
    background-color:#fefefe;
    width:100%;
    height:100%;
    position:absolute;
    top:0; 
    left:0;
    display:block;
    transition:all 0.3s ease-in-out;
} 
.bloc-recettes:hover .video-recette .elementor-wrapper::after{
   opacity:0;
} 
.btn-sam .elementor-button-icon{
   transition:all 0.3s ease-in-out;
   margin-top:-2px;
}
.btn-sam a:hover .elementor-button-icon{
    transform: translateX(10px);
}
.btn-sam-reverse .elementor-button-icon{
   transition:all 0.3s ease-in-out;
   margin-top:-2px;
}
.btn-sam-reverse a:hover .elementor-button-icon{
    transform: translateX(-10px);
}
.vignette-article{
    text-decoration: none !important;
}
.vignette-article .elementor-widget-image {
    overflow:hidden;
    border-radius:10px;
}
.vignette-article .elementor-widget-image img{
    transition:all 0.3s ease-in-out
}
.vignette-article:hover .elementor-widget-image img{
    transform:scale(1.08);
}
.link-pdv{
    text-decoration:none !important;
}
.bloc-image-pdv{
    position:relative;
}
.bloc-image-pdv::after{
    content:"";
    background-color:#222121;
    width:100%;
    height:100%;
    left:0;
    top:0;
    display:block;
    opacity:0;
    transition:all 0.3s ease-in-out;
    z-index:0;
    position:absolute;
}
.link-pdv:hover .bloc-image-pdv::after{
    opacity:0.75 !important;
}
.more-pdv{
    top:38%;
    transition:all 0.3s ease-in-out;
    transform: scale(0.9);
    z-index:2;
    opacity:0;
}
.more-pdv .elementor-icon-box-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
}
.more-pdv .elementor-icon-box-content{
    flex-grow:0 !important;
}
.link-pdv:hover .more-pdv{
    transform: scale(1);
    opacity:1;
}
.more-pdv .elementor-icon-box-icon{
    margin-top:-4px;
}
.carousel-avis .elementor-swiper-button{
    transform:scale(0) !important;
    transition:all 0.3s ease-in-out;
}
.carousel-avis:hover .elementor-swiper-button{
    transform:scale(1) !important;
}
.video-recette {
    top:-108px;
}
.home-video iframe{
	width: 153% !important;
    height: 153% !important;
}
@media(max-width:1279px){
    .bloc-cat{
        background-size: 230px !important;
		background-color:#fff !important;
    }
	.bloc-cat h3{
		 color:#A8976F !important;
	}
	.bloc-cat .elementor-icon svg path{
		stroke:#222121 !important;
	}
}

@media(max-width:767px){
    .more-pdv .elementor-icon-box-wrapper{
        flex-direction: row-reverse !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    .more-pdv .elementor-icon-box-wrapper .elementor-icon-box-icon{
        margin: 0 0 0 10px !important;
    }
    .bloc-cat{
        background-size: 160px !important;
    }
	.home-video iframe{
		width: 350% !important;
		height: 350% !important;
		transform: translate(-71%, -50%) !important;
	}
}

@media(min-width:768px){
    .more-pdv{
        top:42%;
    }
    .carousel-actus .swiper-slide {
         max-width:50%;
    }
	.carousel-home .swiper-slide{
		max-width:33%;
	}
}
@media(min-width:1024px){
    .bloc-cat {
        min-height:307px !important;
    }
    .carousel-home .elementor-swiper-button-prev, .carousel-home .elementor-swiper-button-next{
        display:none !important;
    }
    .carousel-actus .swiper-slide {
        max-width:33%;
    }
	.carousel-home .swiper-slide{
		max-width:20%;
	}
}
@media(min-width:1280px){
    .bloc-cat {
        min-height:367px !important;
    }
    .bloc-cat:hover{
        background-color:#FEFEFE !important;
    }
    .bloc-cat:hover h3{
        color:#222121 !important;
        transform:translateY(10px);
    }
    .bloc-cat:hover .cat-intro, .bloc-cat:hover .elementor-widget-icon {
        transform:translateY(10px);
    }
    .bloc-cat:hover .cat-intro p{
        color:#A8976F !important;
    }
    .bloc-recettes:hover .cat-intro, .bloc-recettes:hover .elementor-widget-icon, .bloc-recettes:hover h2 {
        transform:translateY(10px);
    }
}
@media(min-width:1536px){
    .video-recette{
        left:43%;
        width:42% !important;
    }
}
@media(min-width:1792px){
   .video-recette{
    left:41%;
    width:44% !important;
	top:-130px;
    }
}

@media(min-width:1536px) and (max-width:1791px){
    .col-titre-h2{
        width:39% !important;
    }
    .col-titre-btn{
        width:61% !important;
    }
}

/*-------------------page categories-----------------------*/


.sub-cat-list {
    list-style: none;
    padding-left: 0;
    margin-left:0;
    display:flex;
    gap: 4px 15px;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.cat-parent-name{
    margin-bottom:4px;
}
.cat-parent-name a, .sub-cat-list a {
    text-decoration: none;
    color: #222121;
    font-family: "Fjalla One";
    font-size: 16px;
    text-transform: uppercase;
    transition:all 0.2s ease-in-out;
    white-space: nowrap;
}
.cat-parent-name a:hover, .sub-cat-list a:hover {
   color: #A8976F;
}

.cat-parent-name a.active-cat {
    color: #A8976F;
}
.sub-cat-list li.active-cat a {
    color: #A8976F;
}
.sort-by .woocommerce-ordering{
    display:flex;
    align-items:center;
    gap:10px;
}
.sort-by .woocommerce-ordering label{
    font-family: "Fjalla One";
    font-size: 22px;
    text-transform: uppercase;
    white-space: nowrap;
}
.sort-by .woocommerce-ordering label::after{
    content:":";
    display:inline-block;
    margin-left:5px;
}
.sort-by .woocommerce-ordering select{
    font-family: Playfair;
    font-size: 16px;
    appearance: none;
    background-image: url(/wp-content/uploads/2025/07/select.svg);
    background-repeat: no-repeat;
    background-position: right 0.8rem top 50%;
    background-size: 1rem auto;
    cursor: pointer;
    min-width:224px;
}
@media(max-width:1023px){
     .row-top-cat{
        background-image: none !important;
    }
}
@media(min-width:1024px){
    .row-top-cat{
        background-size:cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
    .row-top-cat::before{
        content:"";
        background:url(/wp-content/uploads/2025/07/vector-categories.svg);
        height:100%;
        width:1000px;
        background-size: cover;
        background-position: top right;
        z-index:0;
        display:block;
        position:absolute;
        top:0;
        left:0;
    }
    .sub-cat-list {
        flex-direction: column;
        gap:10px;
        flex-wrap:nowrap;
    }
    .cat-parent-name{
        margin-bottom:15px;
    }
}
@media(min-width:1280px){
    .row-top-cat::before{
        width:1280px;
    }  
    .cat-parent-name a, .sub-cat-list a {
        font-size: 18px;
    } 
    .sub-cat-list {
        gap:15px;
    }
}
/*-----------------------------------page produit-------------------------*/

.images-produit .flex-viewport{
    flex:1;
    border-radius: 10px;
}
.images-produit .flex-viewport img, .images-produit .woocommerce-product-gallery__image img{
    aspect-ratio: 1 !important;
    object-fit: cover;
}

.images-produit .flex-control-nav li{
    padding:0 !important;
    margin-right: 0 !important;
    margin-bottom:5px !important;
    width:auto !important;
}
.images-produit .flex-control-nav li img{
    width: 60px !important;
    height:60px !important;
    object-fit: cover;
    max-width: none;
}
.images-produit .woocommerce-product-gallery__image{
    border-radius:10px !important;
}
.mb0-produit h1{
    margin-bottom:0 !important;
}
.woocommerce-js div.product .add-cart-produit form.cart .button.single_add_to_cart_button{
    padding:17px 60px !important;
}
.add-cart-produit .minus, .add-cart-produit .plus{
    font-size: 25px;
    border: none !important;
    width: auto !important;
}
.prix-produit .woocommerce-Price-amount {
    color:#A8976F !important;
}
.prix-produit p.price del{
    font-size: 28px;
    color: #a8976f;
}
 .images-produit .flex-control-nav {
        display:flex;
        gap:10px;
    } 
.images-produit .woocommerce-product-gallery{
    margin-bottom:0 !important;
 }
 .images-produit .woocommerce-product-gallery__wrapper{
    width: 100%;
    border-radius: 10px;
 }
 .desc-produit h3{
    font-family: "Fjalla One";
    font-size: 16px;
    display:inline-block;
    color:#fefefe;
    font-weight: 400;
 }
.infos-comp h3{
    font-family: "Fjalla One";
    font-size: 16px;
    display:inline-block;
    font-weight: 400; 
}
.infos-comp img{
    width:100%;
}
.add-cart-conteneur .yith-wcwl-add-to-wishlist-button__label{
    display:none !important;
} 
.add-cart-produit .e-atc-qty-button-holder{
    display: flex;
    flex-direction: column;
}
.add-cart-produit .single_add_to_cart_button{
    margin-bottom:0 !important;
}
@media(min-width:768px){
    .images-produit .woocommerce-product-gallery {
        display:flex;
        flex-direction: row-reverse;
        gap:15px;
    }
    .images-produit .flex-control-nav {
        flex-direction: column;
    } 
    .images-produit .flex-control-nav li img{
        width: 70px !important;
        height:70px !important;
    }
    .carousel-similaires .swiper-slide {
        max-width:33%;
    }
    .carousel-more .swiper-slide {
        max-width:33%;
    }
}
@media(min-width:1024px){
    .carousel-similaires .swiper-slide {
        max-width:25%;
    }
    .carousel-more .swiper-slide {
        max-width:50%;
    }
}
@media(min-width:1280px){
    .bloc-desc-produit::after{
        content:"";
        background:url(/wp-content/uploads/2025/07/vector-desc-product.svg);
        width:40%;
        height:100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        position:absolute;
        right:0px;
        top:0;
        display:block;
        z-index:1;
    }
    .carousel-similaires .swiper-slide {
        max-width:20%;
    }
    .carousel-more .swiper-slide {
        max-width:33%;
    }
}
@media(min-width:1536px){
    .bloc-desc-produit::after{
        width:50%;
    }
}
@media(min-width:1792px){
    .bloc-desc-produit::after{
        right:30px;
    }
}
@media(min-width:1024px) and (max-width:1535px){
    .top-produit .col5{
        width:3% !important;
    }
    .top-produit .col40{
        width:42% !important;
    }
}
/*--------------------------edito-------------------------*/
.filtres-actus .e-filter-item{
    border:none !important;
    box-shadow: none !important;
}
.carousel-img img{
    aspect-ratio: 1 !important;
    object-fit:cover;
}
.carousel-img-pdv img{
    aspect-ratio: 1 !important;
    object-fit:cover;
}
.bloc-ancre .lien-ancre{
    margin-top:auto;
}
.poste-sam .elementor-image-box-content{
    flex:1;
}
.btn-pdv .elementor-button-text{
   border-bottom: 1px solid #fff;
}
.image-profil{
    width:50px;
}

@media(max-width:767px){
    .poste-sam .elementor-image-box-wrapper{
        display: flex;
        align-items: center;
        gap: 15px;
    }
}
 @media(max-width:1023px){
    .row-top-edito{
        background-image: none !important;
    }
    .row-top-edito-pdv{
        background-image: none !important;
    }
 }
 @media(min-width:768px){
    .carousel-avis-google .swiper-slide{
        max-width:50%;
    }
 }
@media(min-width:1024px){
    .row-top-edito::before{
        content:"";
        background:url(/wp-content/uploads/2025/07/vector-edito.svg);
        height:100%;
        width:1000px;
        background-size: cover;
        background-position: top right;
        z-index:0;
        display:block;
        position:absolute;
        top:0;
        left:0;
    }
    .row-top-edito-pdv::before{
        content:"";
        background:url(/wp-content/uploads/2025/08/vector-point-de-vente.svg);
        height:118%;
        width:1100px;
        background-size: cover;
        background-position: bottom right;
        z-index:0;
        display:block;
        position:absolute;
        top:0;
        left:0;
    }
}
@media(min-width:1280px){
    .carousel-img-pdv img{
        aspect-ratio: 3 / 4 !important;
        object-fit:cover;
    }
    .row-top-edito::before{
        width:1200px;
    }
    .row-top-edito-pdv::before{
        width:1200px;
        height:95%;
    }
    .carousel-avis-google .swiper-slide{
        max-width:33%;
    }
}
@media(min-width:768px) and (max-width:1279px){
    .liste-specialites ul.elementor-icon-list-items {
        display:flex;
        gap: 10px 20px;
        flex-wrap: wrap;
    }
}
/*---------------------------contact---------------------------*/
.form-samaran label{
    font-family: "Fjalla One";
    text-transform: uppercase;
}

.form-samaran input[type="text"], .form-samaran input[type="email"], .form-samaran input[type="tel"]{
    border:none;
    border-bottom:1px solid #000523;
    border-radius: 0 !important;
}
.form-samaran select, .form-samaran textarea{
    border:none;
    border-bottom:1px solid #000523;
    border-radius: 0 !important;
}
.form-samaran .frm_dropzone {
    width:100%;
    max-width: none !important;;
}
.form-samaran .rgpd label{
    font-family: Playfair;
    text-transform: none;
}
.form-samaran input[type="checkbox"]{
    border:1px solid #000523 !important;
}
.form-samaran input:focus, .form-samaran select:focus, .form-samaran textarea:focus{
    box-shadow: none !important;
    border-bottom:2px solid #A8976F !important;
}

.form-samaran .frm_button_submit {
    box-shadow:none;
}
.form-samaran .frm_button_submit::after {
    content:"";
    width:20px;
    height:17px;
    background:url(/wp-content/uploads/2025/07/fleche-marron.svg);
    background-repeat: no-repeat;
    background-size:contain;
    display:inline-block;
    margin-left:14px;
    vertical-align: middle;
    transition:all 0.3s ease-in-out;
}
.form-samaran .frm_button_submit:hover::after{
    transform:translateX(10px);
}
.form-samaran .frm_submit {
    justify-content: flex-end;
}
.form-samaran select{
    appearance: none;
    background-image: url(/wp-content/uploads/2025/07/select.svg);
    background-repeat: no-repeat;
    background-position: right 0.8rem top 50%;
    background-size: 1rem auto;
    cursor: pointer;
    min-width:224px;
    padding:0 !important;
}
.form-samaran select option{
   padding: 0 10px !important;
}
@media(max-width:1023px){
    .banner-contact{
        background-image: none !important;
    }
    .banner-404{
        background-image: none !important;
    }
}
@media(min-width:1024px){
    .banner-contact::before{
        content:"";
        background:url(/wp-content/uploads/2025/07/vector-contact.svg);
        height:358px;
        width:647px;
        background-size: cover;
        background-position: bottom right;
        z-index:0;
        display:block;
        position:absolute;
        top:0;
        left:0;
    }
    .banner-404::before{
        content:"";
        background:url(/wp-content/uploads/2025/07/vector-contact.svg);
        height:358px;
        width:647px;
        background-size: cover;
        background-position: bottom right;
        z-index:1;
        display:block;
        position:absolute;
        top:0;
        left:0;
    }
}
@media(min-width:1280px){
    .banner-contact::before{
        height:500px;
        width:700px;
    }
     .banner-404::before{
        height:500px;
        width:700px;
    }
}

/*---------------detail actus---------------------*/
.content-area .elementor-widget-theme-post-content h1, .content-area .elementor-widget-theme-post-content h2, .content-area .elementor-widget-theme-post-content h3, .content-area .elementor-widget-theme-post-content h4, .content-area .elementor-widget-theme-post-content h5, .content-area .elementor-widget-theme-post-content h6{
    margin-top: 0 !important;
    margin-bottom:10px !important;
}

/*------------liste recette--------------*/

.img-recette img{
    mix-blend-mode:multiply;
    height:100%;
    object-fit: cover;
	max-height:200px;
}
.vignette-recette {
    text-decoration: none !important;
}
.vignette-recette img, .vignette-recette h3{
    transition:all 0.3s ease-in-out;
}
.vignette-recette:hover h3{
    color:#A8976F !important;
}
.vignette-recette:hover img{
    transform:scale(1.05);
}
.vignette-recette:hover::after{
    width:40%;
    opacity: 0.8;
}
.vignette-recette::after{
    content:"";
    width:25%;
    height:100%;
    background:url(/wp-content/uploads/2025/07/avis3.svg);
    background-repeat: no-repeat;
    background-size:cover;
    background-position: top left;
    display:block;
    position:absolute;
    right:0 !important;
    top:0;
    opacity: 0.5;
    z-index:0;
    transition:all 0.3s ease-in-out;
}
.image-recette-large{
    mix-blend-mode:multiply;
}
.vignette-recette-large, .vignette-recette-large2 {
    text-decoration: none !important;
}
.vignette-recette-large .e-hosted-video::after, .vignette-recette-large2 .e-hosted-video::after{
    content:"";
    background-color:#fefefe;
    width:100%;
    height:100%;
    position:absolute;
    top:0; 
    left:0;
    display:block;
    transition:all 0.3s ease-in-out;
} 
.vignette-recette-large:hover .e-hosted-video::after, .vignette-recette-large2:hover .e-hosted-video::after{
   opacity:0;
} 

.video-recette-large, .video-recette-large .e-hosted-video{
    height:100% !important;
}
@media(min-width:768px){
    .vignette-recette-large::after {
        content:"";
        background:url(/wp-content/uploads/2025/07/masque-recette1.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position:left center;
        height:100%;
        width:235px;
        top:0;
        right:0px;
        position:absolute;
    }
    .vignette-recette-large2::after {
        content:"";
        background:url(/wp-content/uploads/2025/07/masque-video-2.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position:left center;
        height:81%;
        width:320px;
        bottom:0;
        right:0px;
        position:absolute;
    }
}
@media(min-width:1280px){
    .vignette-recette-large {
        height:300px !important;
    }
    .vignette-recette-large::after, .vignette-recette-large2::after {
        display:none;
    }
}

@media(max-width:1023px){
    .vignette-recette-large::after, .vignette-recette-large2::after {
        opacity:0.4;
    }
}

/*----------------tunnel----------------------*/
body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-account{
    background-color:#f7f7f7;
}
.panier-sam .shop_table.cart th{
    padding-bottom:0;
}

.panier-sam .shop_table.cart td.product-subtotal span{
    font-weight:800 !important;
    color:#A8976F;
}
.panier-sam .shop_table.cart td.product-quantity input{
    margin:0;
    text-align:center;
}
.panier-sam .shop_table.cart thead tr th, 
.shop_table.woocommerce-checkout-review-order-table thead tr th {
    padding-bottom:10px;
    font-size:16px !important;
    text-transform: none;
    color: #959595 !important;
}
.woocommerce-table--order-details thead tr th {
    font-size:16px !important;
    text-transform: uppercase;
    color: #959595 !important;
    font-family: "Fjalla One";
    font-weight:500 !important;
}
.woocommerce-table--order-details td.woocommerce-table__product-name.product-name{
    font-family: "Fjalla One";
    text-transform: uppercase;
}
.woocommerce-table--order-details td.woocommerce-table__product-name.product-name a{
     color:#212121;
     font-size:16px;
}
.shop_table.woocommerce-checkout-review-order-table td,
.shop_table.woocommerce-checkout-review-order-table th{
	width:50%;
}
.shop_table.woocommerce-checkout-review-order-table td.product-name{
    font-family: "Fjalla One";
    text-transform: uppercase;
   	max-width: inherit !important;
    min-height:43px;
	width:100%;
	padding-right:15px !important;
	flex-wrap:nowrap !important;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot td, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot th{
    font-family: "Fjalla One";
    text-transform: uppercase;
    font-size:18px;
    color: #a8976f;
}
.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td{
	text-align:left !important;
}
.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td li label{
    font-weight: 400;
	font-size:15px !important;
	text-transform:none !important;
	cursor:pointer;
	margin-left:8px;
}
.shop_table.woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping td li input{
	cursor:pointer;
}
.elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot tr:first-child td, .elementor-widget-woocommerce-checkout-page .woocommerce .shop_table tfoot tr:first-child th{
    border-top:1px solid #dbdbdb;
}
.shop_table.woocommerce-checkout-review-order-table tr.cart_item{
   /* max-width: inherit !important;*/
}
.shop_table.woocommerce-checkout-review-order-table td.product-name .product-quantity{
    color:#A8976F;
}
.shop_table.woocommerce-checkout-review-order-table td.product-total span{
    font-family: "Playfair", Sans-serif;
    font-size:20px !important;
    color:#A8976F !important;
    font-weight:800 !important;
}

.panier-sam .shop_table tr.woocommerce-shipping-totals.shipping ul.woocommerce-shipping-methods li{
	display: flex;
    width: 100%;
	margin-bottom:10px;
}
.panier-sam .shop_table tr.woocommerce-shipping-totals.shipping ul.woocommerce-shipping-methods li label{
	font-family: "Fjalla One";
	margin-left:8px;
	cursor:pointer;
	color:#000 !important;
}
.panier-sam .shop_table tr.woocommerce-shipping-totals.shipping ul.woocommerce-shipping-methods li span.woocommerce-Price-amount{
	font-size:15px !important;
	margin-left:5px;
	font-weight:500 !important;
}
.panier-sam .shop_table a.shipping-calculator-button{
	text-decoration:underline !important;
}
.panier-sam .shop_table.cart td.product-remove{
    padding-right:13px !important;
}
.panier-sam  a.remove:before, .panier-sam  a.remove span{
    height: 24px;
    width: 24px;
}
.panier-sam .shop_table.cart td.product-thumbnail img{
   border-radius:5px;
   width:78px;
   max-width:inherit !important;
}
.panier-sam .checkout-button{
    padding-top:10px;
    padding-bottom:10px;
}
.panier-sam .button.e-apply-coupon {
    padding:10px !important;
}
.commande-sam .button.e-apply-coupon{
    padding-top:12px !important;
    padding-bottom:12px !important;
}
.woocommerce-message{
   border-color: #a8976f;
}
.woocommerce-message::before, .woocommerce-info::before{
    color: #a8976f;
}
.woocommerce .woocommerce-message a.button{
    background-color:#a8976f;
    border-radius: 0;
    font-family: "Fjalla One";
}

.woocommerce .woocommerce-message a.button:hover{
    background-color:#4A4445;
}
.woocommerce .woocommerce-message:focus-visible{
    border:none;
    box-shadow: none;
    outline:none;
}

body.woocommerce-cart .woocommerce-message {
   border:1px solid #a8976f;
   border-radius:10px;
}
body.woocommerce-checkout .woocommerce-NoticeGroup .woocommerce-error{
    border:1px solid #b81c23;
    border-radius:10px;
}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
}
section.woocommerce-order-details, .woocommerce-customer-details{
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}
section.woocommerce-order-details h2.woocommerce-order-details__title, .woocommerce-customer-details h2{
    padding: 0 !important;
    border: 0 !important;
    background-color: transparent !important;
    font-weight: 500 !important;
    letter-spacing: 0.5px !important;
}
.woocommerce-customer-details address{
    border-radius: 10px;
}
.commande-sam .woocommerce-additional-fields h3{
    display:none;
}
@media(min-width:1024px){
    .panier-sam .shop_table.cart td, .panier-sam .shop_table.cart th{
        border-bottom:1px solid #ededed !important;
        border-top:0 !important;
    }
}
@media(max-width:1023px){
    .panier-sam .shop_table.cart th.product-name{
        display:block;
        padding: 10px 0;
        width:70%;
    }
    .panier-sam .shop_table.cart tr.woocommerce-cart-form__cart-item{
        padding: 15px !important;
        border: 1px solid #222121 !important;
        border-radius: 10px !important;
        margin-bottom:20px;
        display: flex !important;
        flex-wrap: wrap;
        align-items: center;
        gap:15px;
    }
    .panier-sam .shop_table.cart td.product-remove{
        width:7%;
    }
    .panier-sam .shop_table.cart td.product-thumbnail{
        width:15%;
    }
    .panier-sam .shop_table.cart td.product-price,
    .panier-sam .shop_table.cart td.product-quantity,
    .panier-sam .shop_table.cart td.product-subtotal{
        width:30%;
    }
    .panier-sam table.shop_table_responsive tr td, .panier-sam table.shop_table_responsive tr td{
        text-align:left !important;
        min-height:inherit !important;
    }
    .panier-sam .e-shop-table .cart td:before{
        margin-right:10px;
    }
    .commande-sam .button.e-apply-coupon{
       width:100%;
    }
}
@media(max-width:767px){
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
     ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li{
        border:none;
     }

    .panier-sam .shop_table.cart tr.woocommerce-cart-form__cart-item{
        gap:10px;
    }
    .panier-sam .shop_table.cart td.product-remove{
        order:7;
        margin-left:auto;
        width:24px;
    }
    .panier-sam .shop_table.cart td.product-thumbnail{
        width:32%;
        padding:0;
    }
    .panier-sam .shop_table.cart th.product-name{
        width:60%;
    }
    .panier-sam .shop_table.cart td.product-price,
    .panier-sam .shop_table.cart td.product-quantity,
    .panier-sam .shop_table.cart td.product-subtotal{
        width:100%;
        padding:0;
    }
}


/*------------------------mon compte---------------------*/
.order-print a.button.print{
	background-color: #a8976f;
    color: #fff !important;
    font-family: 'Fjalla One';
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px 23px;
}
.order-print a.button.print:hover{
	background-color: #4a4445 !important;
}
.woocommerce-info{
	border-top-color: #a9976f;
}
.woocommerce-MyAccount-orders.account-orders-table thead tr th span{
    color: #959595 !important;
}
.woocommerce-MyAccount-content-wrapper{
    background-color: #fff;
    padding: 25px !important;
    border-radius: 10px !important;
}
.woocommerce-MyAccount-content-wrapper section.woocommerce-order-details{
    border-bottom: 1px solid #a8976f;
    border-radius: 0 !important;
}
.woocommerce-MyAccount-orders.account-orders-table th.woocommerce-orders-table__cell-order-number a{
    font-family: "Fjalla One" !important;
}

.woocommerce-MyAccount-content-wrapper section.woocommerce-order-details{
    margin-top:15px;
}
.woocommerce-MyAccount-content-wrapper section.woocommerce-order-details h2,
.woocommerce-MyAccount-content-wrapper section.woocommerce-customer-details h2,
body.woocommerce-account h2{
    font-size: 26px;
    margin: 0 !important;
}
.woocommerce-MyAccount-content-wrapper .woocommerce-table--order-details td.product-name a{
     font-family: "Fjalla One" !important;
}
section.woocommerce-customer-details address{
    border: 1px solid #4A4445 !important;
    border-radius:10px !important;
    padding: 20px !important;
}
.woocommerce-MyAccount-content-wrapper .addresses address{
    border: 1px solid #4A4445 !important;
    padding: 34px 20px 20px !important;
    height: auto !important;
    border-radius:10px !important;
}
.woocommerce-MyAccount-content-wrapper .addresses a.edit{
    margin-top: 8px !important;
    font-family: 'Fjalla One';
    font-weight: 500;
}
.woocommerce-Address-title{
    border:none !important;
}
.woocommerce-Address-title h2{
    font-size: 26px;
    line-height: 26px !important;
    margin: 0 !important;
}
/*---------------------connexion / inscription-----------------------------*/
.form-connexion .elementor-field-type-submit{
    justify-content: end;
}
.uael-register-submit{
    box-shadow: none !important;
}
.woocommerce-ResetPassword.lost_reset_password{
    padding: 20px !important;
    border-radius: 10px !important;
    margin: 0 auto;
}
#customer_login .woocommerce-form {
    margin-top:0;
    padding:20px;
    border-radius:10px;
}
#customer_login .woocommerce-form-login p.form-row:nth-child(3){
    display: flex;
   flex-direction: column;
   align-items: start;
   margin-top:0px !important;
}
#customer_login .woocommerce-form-login p.form-row:nth-child(3) button{
    margin:auto;
}
#customer_login .woocommerce-form-login .woocommerce-LostPassword a{
    text-decoration:underline;
    font-family: 'Playfair', serif;
    font-weight:500;
    font-size:16px;
}

#customer_login .woocommerce-form-register{
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#customer_login .woocommerce-form-register p.form-row{
    width:100%;
}
#customer_login .f-newsletter, #customer_login .f-rgpd {
     font-family: 'Playfair', serif;
     cursor:pointer;
     line-height: 1.2;
}
#customer_login  .woocommerce-form__input.woocommerce-form__input-checkbox{
    margin-right:5px;
}
#customer_login .woocommerce-privacy-policy-text{
     font-family: 'Playfair', serif;
}
#customer_login .woocommerce-privacy-policy-text + p.woocommerce-form-row{
    text-align:center;
}
#customer_login form button{
    transition:all 0.3s ease-in-out;
}
#customer_login form button:hover{
    background-color:#222121;
}
@media(min-width:768px){
    #customer_login .woocommerce-form-register p.form-row:first-child,
    #customer_login .woocommerce-form-register p.form-row:nth-child(2){
        width:48% !important;
    }  
}

/*-------------------------------------------------------------------------------*/
.samaran-category-text-image-shortcode{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:20px;
    .col{
        width: 100%;
        @media(min-width:768px){
            padding: 10px;
        }
        @media(min-width:1024px){
            width: 48%;
        }
        @media(min-width:1792px){
            width: 45%;
        }
    }
    @media(min-width: 1024px){
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    @media(min-width:1280px){
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    @media(min-width:1536px){
        padding-left: 80px;
        padding-right: 80px;
    }
    @media(min-width:1792px){
        padding-left: 120px;
        padding-right: 120px;
    }
    .lien{
        display: flex;
        align-items: center;
        &:hover{
            span{
                margin-right: 20px;
            }
        }
        svg{
            width: 20px;
            padding-bottom: 2px;
        }
        span{
            transition: margin-right 0.3s ease-in-out;
            margin-right: 10px;
            color: var( --e-global-color-secondary );
            font-size: 20px;
            font-weight: var( --e-global-typography-accent-font-weight );
            font-family: "Fjalla One", Sans-serif;
        }        
    }
    img{
        border-radius: 10px;;
    }
    h2{
        font-size: 48px;
        line-height: 50px;
        font-weight: 400;
        text-transform: uppercase;
        line-height: 50px;
        color: var(--e-global-color-text);
        width: 80%;
        max-width: 80%;
        text-align: left;
        @media(min-width: 1792px) {
            width: 75%;
            max-width: 75%;;
        }
        @media(max-width: 1535px) {
            width: 100%;
            max-width: 100%;
        }
        @media(max-width: 1279px) {
            font-size: 45px;
            line-height: 48px;
        }
        @media(max-width: 767px) {
            font-size: 40px;
            line-height: 43px;
        }
    }
    .sous-titre{
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.3px;
        color: var( --e-global-color-accent );
        font-size: 24px;
        text-align: left;
        @media(max-width: 1535px) {
            font-size: 22px;
        }
        @media(max-width: 1279px) {
            font-size: 20px;
            letter-spacing: 1px;
        }
    }
    .texte{
        *{
            text-align: left;
        }
    }
}

.samaran-category-faq-shortcode{
    display: flex;
    flex-direction: column;
    padding:0 20px;
    @media(min-width:1280px){
        flex-direction:row;
    }
    @media(min-width:1280px){
         padding:0 1%;
    }
    @media(min-width:1792px){
         padding:0 2%;
    }
    .col{
        width:100%;
        @media(min-width:768px){
            padding:10px;
        }
        &.col-texte{
            @media(min-width:1280px){
                width:39%;
            }
            @media(min-width:1792px){
                width:30%;
            }
        }
        &.col-faq{
            @media(min-width:1280px){
                width:50%;
            }
            @media(min-width:1792px){
                width:45%;
            }
        }
    }
    h2{
        font-size: 47px;
        font-weight:400;
        line-height: 51px; 
        margin-bottom:3px !important;
        @media(min-width:768px){
            font-size:51px;
            line-height:54px;
        }
        @media(min-width:1280px){
            font-size:60px;
            line-height:63px;
        }
        @media(min-width:1536px){
            font-size:64px;
            line-height:67px;
        }
    }
    p.sous-titre{
        color:#a8976f;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size:20px;
        font-weight:700;
        @media(min-width:1280px){
            font-size:22px;
        }
        @media(min-width:1536px){
            font-size:24px;
            letter-spacing: 1.3px;
        }
    }
    .texte {
        p{
            margin-bottom:0;
        }
       @media(min-width:1536px){
            max-width:75%;
       }
       @media(min-width:1792px){
            max-width:80%;
       }
    }
    .faq-item {
      border-bottom: 1px solid var( --e-global-color-accent );
      padding: 1em 0;
      .svg-opened{
        display: block;
      }
      .svg-closed{
        display: none;
      }
      &.open{
        .svg-opened{
            display: none;
        }
        .svg-closed{
            display: block;
        }
      }
    }

    .faq-question {
        cursor: pointer;
        position: relative;
        display: flex;
        justify-content: space-between;
        h3{
          font-weight: bold;
          color: #222121;
          font-size: 18px;
          font-weight: 400;
          text-transform: none;
          line-height: 25px;
          padding-right: 10px;
          @media(min-width:1279px){
            font-size: 20px;
          }
        }
        svg{
          width: 28px;
          height: 28px;
        }
    }

    .faq-answer {
      overflow: hidden;
      max-height: 0;
      transition: max-height 0.4s ease;
    }

    .faq-answer-content {
      padding-top: 0.5em;
    }
}

.samaran-product-card-infos-shortcode{
  border-radius: 10px;
  padding: 40px;
  &.description{
    color: white;
    background-color: var( --e-global-color-secondary );
    
  }
  &.informations_complementaires{
    color: black;
    background-color: var( --e-global-color-64b04d4 );
  }
  &.conseils_degustation{
    color: white;
    background-color: var( --e-global-color-primary );
	@media(min-width: 1280px){
      &::after{
        content:"";
        background:url(/wp-content/uploads/2025/07/vector-desc-product.svg);
        width:40%;
        height:100%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: left center;
        position:absolute;
        right:0px;
        top:0;
        display:block;
        z-index:1;
      }
    }
    @media(min-width:1536px){
      &::after{
          width:50%;
      }
    }
	@media(min-width:1920px){
        &::after{
            right:20px; 
        }
    }
	.content{
      width: 50%;
      max-width: 50%;
      @media(max-width: 1535px) {
        width: 60%;
        max-width: 60%;
      }
    }
  }
  @media(min-width: 1792px) {
    padding: 50px;
  }
  @media(max-width: 1535px) {
    padding: 35px;
  }
  @media(max-width: 1279px) {
    padding: 25px;
  }
  @media(max-width: 767px) {
    padding: 20px;
  }
  .titre-bloc{
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px !important;
    color: inherit;
  }
  .content{
    h3{
      font-family: "Fjalla One";
      font-size: 16px;
      display: inline-block;
      font-weight: 400;
      color: inherit;
    }
  }
}
/*------------Page favoris-------------------*/
.table-favoris .wishlist-title {
    display:none !important;
}
.table-favoris .shop_table.wishlist_table thead th{
    text-transform:uppercase;
    font-family: "Fjalla One";
    font-weight:500 !important;
}
.table-favoris .shop_table.wishlist_table thead th br{
    display:none;
}
.table-favoris .shop_table.wishlist_table{
    background-color:#fff;
    border-radius:10px !important;
    border:none;
}
.table-favoris .shop_table.wishlist_table td,
.table-favoris .shop_table.wishlist_table tr,
.table-favoris .shop_table.wishlist_table th,
.table-favoris .shop_table.wishlist_table thead,
.table-favoris .shop_table.wishlist_table tbody{
    background-color:transparent !important;
}
.table-favoris .shop_table.wishlist_table td{
    min-height:inherit !important;
}
.table-favoris .shop_table.wishlist_table th.product-price,
.table-favoris .shop_table.wishlist_table th.product-stock-status{
    text-align:left !important;
}
.table-favoris .product-name p{
    margin-bottom:0;
}
.table-favoris .product-name a{
    text-transform:uppercase;
    font-family: "Fjalla One";
    font-weight:500 !important;
    color: #222121 !important;
    font-size:19px;
}
.table-favoris .product-name a br{
    display:none;
}
.table-favoris .shop_table.wishlist_table td p{
    margin-bottom:0 !important;
}
.table-favoris .shop_table.wishlist_table td.product-price{
    color:#a8976f !important;
    font-weight:800 !important;
    font-size:20px !important;
}
.table-favoris .shop_table.wishlist_table td.product-price span.woocommerce-Price-amount {
     font-weight:800 !important;
}
.table-favoris .shop_table.wishlist_table td.product-add-to-cart br,
.table-favoris .shop_table.wishlist_table td a br{
    display:none;
}
.table-favoris .shop_table.wishlist_table td.product-add-to-cart a{
    padding:10px 20px;
    font-family: "Fjalla One";
    color:#fff;
    background-color:#a8976f;
    transition:all 0.3s ease-in-out;
}
.table-favoris .shop_table.wishlist_table td.product-add-to-cart a:hover{
    background-color:#4A4445;
}

.table-favoris .woocommerce-message {
   border:1px solid #a8976f !important;
   border-radius:10px !important;
}

.yith-wcwl-add-to-wishlist__feedback{
	padding:28px !important;
	font-size:19px;
	line-height:23px !important;
	background-color :#dd7b51 !important;
	color:#fff !important;
}

@media(max-width:1279px){
    .table-favoris ul.shop_table{
        background-color:transparent !important;
        padding-left:0;
    }
    .table-favoris ul.shop_table.mobile li{
        border: 1px solid #222121 !important;
        border-radius: 10px !important;
        padding: 20px !important;
        margin-bottom:25px;
        background-color:#fff;
    }
    .table-favoris ul.shop_table.mobile a br{
        display:none;
    }
    .table-favoris ul.shop_table.mobile li .item-wrapper{
        display:flex;
        align-items: center;
    }
    .table-favoris ul.shop_table.mobile h3{
        line-height:23px !important;
    }
    .table-favoris ul.shop_table.mobile .item-details{
        width:auto;
    }
    .table-favoris ul.shop_table.mobile .item-details-table{
        display:flex;
        font-size: 22px;
        font-weight:700;
    }
    .table-favoris ul.shop_table.mobile .item-details-table td.value{
        display:flex;
        gap:10px;
        color:#a8976f !important;
    }
    .table-favoris ul.shop_table.mobile .additional-info-wrapper{
        display:flex;
        gap:15px;
        align-items: flex-end;
    }
    .table-favoris ul.shop_table.mobile .additional-info-wrapper table.additional-info{
        width: auto;
        margin-bottom:0 !important;
    }
    .table-favoris ul.shop_table.mobile .additional-info-wrapper .product-add-to-cart{
        margin-left:auto;
        margin-bottom:0 !important;
    }
    .table-favoris ul.shop_table.mobile .additional-info-wrapper .product-add-to-cart a{
        padding:10px 20px;
        font-family: "Fjalla One";
        color:#fff;
        background-color:#a8976f;
        transition:all 0.3s ease-in-out;
        margin-bottom:0 !important;
    }
}
@media(max-width:767px){
    .table-favoris ul.shop_table.mobile .additional-info-wrapper{
        gap:7px;
        align-items: center;
    }
}

.filtres-actus {
    list-style: none;
    padding: 0 !important;
    margin: 0 0 0px 0;
    display: flex;
    gap: 30px;
}

.filtres-actus li a {
    font-family: "Fjalla One";
    text-decoration: none !important;
    color: #4a4445;
    font-weight: 500;
    transition:all 0.3s ease-in-out;
    font-size:20px;
}
.filtres-actus li a:hover {
  color: #a8976f;
}

.filtres-actus li a.actif {
    color: #a8976f;
}