/* Montserrat Font Family */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('../fonts/Montserrat/montserrat-v29-latin-300.woff2') format('woff2');
    unicode-range: U+0020-007E, U+00A0-00FF, U+0152-0153, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+20AC;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Montserrat/montserrat-v29-latin-regular.woff2') format('woff2');
    unicode-range: U+0020-007E, U+00A0-00FF, U+0152-0153, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+20AC;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Montserrat/montserrat-v29-latin-500.woff2') format('woff2');
    unicode-range: U+0020-007E, U+00A0-00FF, U+0152-0153, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+20AC;
}

/* Abhaya Libre Font Family */
@font-face {
    font-family: 'Abhaya Libre';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('../fonts/Abhaya_Libre/AbhayaLibre-Medium.woff2') format('woff2');
    unicode-range: U+0020-007E, U+00A0-00FF, U+0152-0153, U+2013-2014, U+2018-201A, U+201C-201E, U+2022, U+2026, U+20AC;
}


:root {
            --primary-color: #8b6f47;
            --primary-dark: #6d5638;
            --primary-active: #866944;
            --dark-bg: #2c2c2c;
            --light-bg: #F7F7F7;
            --jarditeck-green-bg:#DEEFD8;
        }
.form-check-input:checked {
    background-color: #230F00;
    border-color: #230F00;
}
.dropdown-menu{
        --bs-dropdown-link-active-bg: #BBBBBB;
}
.abhaya-medium{
    font-family: 'Abhaya Libre', Georgia, serif;
    font-weight: 500;    
}

.noclass{
    color: inherit;
    text-decoration: none;
}

.btn{
    border-radius: 0!important;
}
.card {
    border-radius: 0;
}
.fs-7 {
    font-size: 0.875rem !important;
}
.fs-8 {
    font-size: 0.775rem !important;
}
/* Letter Spacing Utilities */
.letter-spacing-1 {
    letter-spacing: 1px;
}

.letter-spacing-2 {
    letter-spacing: 2px;
}

.letter-spacing-3 {
    letter-spacing: 3px;
}

.letter-spacing-4 {
    letter-spacing: 4px;
}

.letter-spacing-5 {
    letter-spacing: 5px;
}

.letter-spacing-6 {
    letter-spacing: 6px;
}

.light-brown{
    color: #C39A6D!important;
}
/* Quote Decorations */
.quote-up {
    position: relative;
}

.footer-logo{
    text-align: right;
    
}
.footer-logo img{
    max-width: 300px;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* breadcrumb */
.breadcrumbs-wrapper{
    background-color: #F7F7F7;
}

.breadcrumb-divided{
 --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath d='M2.5 0L1 1.5 3.5 4 1 6.5 2.5 8l4-4-4-4z' fill='%236c757d'/%3E%3C/svg%3E");   
}
.breadcrumb-item a{
    color: #4D4D4D;
    font-weight: bold;
    text-decoration: none;
}
/* fin breadcrumb */

.shadowed{
text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.75);
}

@media (min-width: 768px) {
    .quote-up {
        padding-top: 50px;
    }
    .quote-up::before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 40px;
        height: 40px;
        background-image: url("../images/quote-up.svg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}

.quote-down {
    position: relative;
}

@media (min-width: 768px) {
    .quote-down {
        padding-bottom: 50px;
    }
    .quote-down::after {
        content: '';
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 40px;
        height: 40px;
        background-image: url('../images/quote-down.svg');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }
}
        body {
            font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }

        /* Custom primary color for Bootstrap */
        .btn-primary {
            background-color: var(--primary-color);
            border-color: var(--primary-color);
        }

        .btn-primary:hover {
            background-color: var(--primary-dark);
            border-color: var(--primary-dark);
        }
        .btn-primary:active {
            background-color: var(--primary-active)!important;
            border-color: var(--primary-active)!important;
        }

        .text-primary {
            color: var(--primary-color) !important;
        }

        .bg-primary {
            background-color: var(--primary-color) !important;
        }

        /* Top Bar */
        .top-bar {
            background: #3B3C36;
            color: white;
            font-size: 0.875rem;
            
        }

        .top-bar .btn-link {
            color: white;
            text-decoration: none;
            padding: 0.25rem 0.5rem;
        }

        .top-bar .btn-link:hover {
            color: #ddd;
        }

        /* Secondary Header */
        .secondary-header {
            background: white;
            padding: 1.5rem 0;
        }

        /* Hero Section */
        .hero {
            position: relative;
            height: 600px;
            background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('../images/hero.jpg') center/cover no-repeat;
            color: white;
        }

        /* Collection Cards */
        .collection-card {
            position: relative;
            height: 550px;
            background-size: cover;
            background-position: bottom;
            overflow: hidden;
        }

        .collection-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background: rgba(0,0,0,0.3);
        }

        .collection-content {
            position: relative;
            z-index: 1;
        }

        /* Product Cards */
        .product-card {
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.15) !important;
        }

        .product-image {
            height: 200px;
            background: #f0f0f0;
        }

        /* Blog Post */
        .blog-image {
            height: 350px;
            background: #ddd;
        }

        .blog-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        /* Footer */
        footer {
            background: var(--dark-bg);
            color: white;
        }

        footer a {
            color: #ccc;
            text-decoration: none;
            transition: color 0.3s;
        }

        footer a:hover {
            color: white;
        }

        /* Newsletter */
        .newsletter-section {
            background: #e8e5e0;
        }

        /* USP Icons */
        .usp-icon {
            font-size: 3rem;
            color: var(--primary-color);
        }

        /* Intro products grid */
        .intro-product {
            background: white;
            
            
        }

        .intro-product img {
            
            object-fit: contain;
        }

        /* About quote */
        .quote {
            font-style: italic;
            color: var(--primary-color);
            border-left: 3px solid var(--primary-color);
        }

        /* Offcanvas Menu */
        .offcanvas {
            background: white;
        }

        .offcanvas-header {
            border-bottom: 1px solid #ddd;
        }

        .offcanvas-body .nav-link {
            padding: 1rem 0;
            border-bottom: 1px solid #f0f0f0;
            color: #333;
            font-weight: 500;
            text-transform: uppercase;
            font-size: 0.95rem;
        }

        .offcanvas-body .nav-link:hover {
            color: var(--primary-color);
        }

.navbar-brand img{
    height: 50px;
}
@media (max-width: 998px) {
    .navbar-brand img{
        height: 30px;
    }    
}

        /* Responsive Mobile */
        @media (max-width: 767.98px) {
            .top-bar {
                padding: 1rem 0;
            }
            
            .top-bar .text-center {
                display: none !important;
            }
            
            .secondary-header {
                padding: 1rem 0;
            }
            
            .hero {
                height: 400px;
            }
            
            .hero h1 {
                font-size: 2rem;
            }
            
            .hero h2 {
                font-size: 1.5rem;
            }
            
            .collection-card {
                height: 350px;
            }
            
            .collection-content h2 {
                font-size: 1.75rem;
            }
            
            .intro-products {
                margin-top: 2rem;
            }
            
            .usp-grid .col-6 {
                margin-bottom: 1rem;
            }
            
            .blog-image {
                height: 300px;
            }
            
            .product-card {
                margin-bottom: 1rem;
            }
        }

.swiper-button-prev {
    left: -50px; /* Déplace à gauche en dehors */
}

.swiper-button-next {
    right: -50px; /* Déplace à droite en dehors */
}

/* Container parent avec overflow visible */
.swiper-container-wrapper {
    position: relative;
    padding: 0 40px;
}
.swiper-container-wrapper .swiper-button-next, .swiper-container-wrapper .swiper-button-prev {
    align-items: center;
    color: #3c3c3c;
    cursor: pointer;
    display: flex;
    height: 20px;
    justify-content: center;
    position: absolute;
    width: 20px;
    z-index: 10;
    top: 40%!important;
}

.timeline-element {
  width: 2px;
  min-height: 100%;
  background-color: #C9A961;
  margin-right: 3rem; /* espace entre la ligne et le texte */
  position: relative;
}

.timeline-element::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-color: #C9A961;
  border-radius: 50%;
  /*box-shadow: 0 0 0 6px #fff;*/
}

#cart_count {
    background-color: #dc3545;
    right: -10px;
    top: 0;
    font-size: 10px;
    height: 15px;
    width: 15px;
    border-radius: 15px;
    font-weight: bolder;
}

.variation-pill{
    width: 24px;
    height: 24px;
    border: 1px solid #E1E1E1;
    border-radius: 24px;
    /*cursor: url("../cursors/palette2.cur"), auto;*/
}
.coloris-beige-lin{
    background-color: #D3BDA6;
}
.coloris-rouge-piment{
    background-color: #DC3545;
}
.coloris-true-blue{
    background-color: #1C4AB0;
}
.coloris-blanc-naturel{
    background-color: #F6F6F6;
}
.coloris-vert{
    background-color: #339A52;
}

.product-wrapper,.product-wrapper .intro-product{
    height: 100%;
}
.product-wrapper .intro-product a{
    border: 1px solid #EDEDED;
}
.product-wrapper .intro-product{
    background-color: white;
}
.product-wrapper .intro-product:hover{
    background-color: #F9F9F9;
}

/* thumb galerie */
.thumb-swiper-container,.thumb-swiper-container *{
    cursor: pointer!important;
}
.thumb-gallery-bt-next,
.thumb-gallery-bt-prev{
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    z-index: 2;
    cursor: pointer;
    opacity:.5;
}
.thumb-gallery-bt-next:hover,
.thumb-gallery-bt-prev:hover{
    opacity:1;
}
.thumb-gallery-bt-next{
    right: 5px;
}

.thumb-gallery-bt-prev{
    left: 5px;
}
.thumb-with-gallery {
    transition: opacity 0.2s ease-in-out;
}

.thumb-with-gallery.is-fading {
    opacity: 0;
}
/* fin thumb galerie */

/* filtres archives categorie */
.square{
    aspect-ratio: 1;
}
/*
.archive-categories .swiper-slide .ratio {
    max-width: 150px; 
    max-height: 150px;
    margin-left: auto;
    margin-right: auto;
}
*/

.swiper.archive-categories .swiper-wrapper .swiper-slide .ratio{
    /*width: 150px;
    height: 150px;*/
}
.swiper.archive-categories .swiper-wrapper{
    /*padding-right: 35px;
    padding-left: 35px;*/
}
.btn-nav-archive{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn-nav-archive svg{
    width: 35px;
    height: 35px;
   
}
/* diamètre max de la bulle */
.archive-categories .swiper-slide .ratio {
    max-width: 75px;
    max-height: 75px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 998px) {
    .archive-categories .swiper-slide .ratio {
        max-width: 45px;
        max-height: 45px;
        margin-left: auto;
        margin-right: auto;
    }    
}

/* limiter le slide entier (texte inclus) */
.archive-categories .swiper-slide {
    max-height: 150px;
}
/* fin filtres archives categorie */




/* fiches produits */
.productGalleryThumbs .swiper-slide{
    opacity: .5;
}
.productGalleryThumbs .swiper-slide-thumb-active{
    opacity: 1;
  outline: 4px solid #BBA051; /* Bordure interne */
  outline-offset: -4px;    /* On la force à entrer DANS le bloc */    
}

.zoom-bt{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    background-color: #dc3545;
    border-radius: 30px;
    padding: 5px;
}
.zoom-bt:hover{
    background-color: #D12434;
}
.zoom-bt:active{
    background-color: #C12130;
}
.zoom-bt svg{
    color:#ffffff;
}

.productMainGallery .swiper-button-next,
.productMainGallery .swiper-button-prev{
    color:#000;
}


.tabs.wc-tabs{
    display: flex;
    list-style: none;
    padding-left: 0;
}
.tabs.wc-tabs li{
    margin-right: 0px;
}

.product-wrapper .woocommerce-Price-amount.amount{
    font-weight: bold;
    font-size: 1.25rem;
}
.product-wrapper .single_variation_wrap .woocommerce-Price-amount.amount{
    font-weight: bold;
    font-size: 1.25rem;
}
.product-wrapper .single_variation_wrap .woocommerce-variation.single_variation .woocommerce-variation-price{
    margin-bottom: 20px;
    display: block;
}

.single-product .product-type-variable .product-wrapper .simple-price p.price .woocommerce-Price-amount.amount{
    font-weight:inherit;
    font-size: 1rem;    
}
.jarditeck-add-to-cart .jarditeck-qty{
    width: 100px;
}

.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description h2,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--additional_information h2,
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews h2.woocommerce-Reviews-title{
    display: none;
}

/* RESET de base des tabs WooCommerce */
.woocommerce-tabs.wc-tabs-wrapper {
    margin-top: 2rem;
}


/* Barre d’onglets */
.woocommerce-tabs .wc-tabs {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    display: flex;              /* onglets côte à côte */
    flex-wrap: wrap;
    border-bottom: 1px solid #dee2e6; /* ligne de séparation bas, façon Bootstrap */
}

/* Chaque <li> d’onglet */
.woocommerce-tabs .wc-tabs li {
    margin: 0;                  /* pas d’espace entre les onglets */
}

/* Lien d’onglet */
.woocommerce-tabs .wc-tabs li a {
    display: block;
    padding: 0.5rem 1rem;
    border: 1px solid transparent;      /* pas de bordure par défaut */
    border-bottom: none;                /* pour fusionner avec la ligne de la barre */
    border-radius: 0.25rem 0.25rem 0 0; /* arrondi en haut seulement */
    background-color: transparent;
    color: #0d6efd;
    font-weight: 500;
    text-decoration: none;
}

/* Hover */
.woocommerce-tabs .wc-tabs li a:hover {
    background-color: #f8f9fa;
    color: #0a58ca;
}

/* Onglet actif : bordure autour de la tab uniquement */
.woocommerce-tabs .wc-tabs li.active a,
.woocommerce-tabs .wc-tabs li a:focus {
    border-color: #dee2e6 #dee2e6 #fff; /* bordures gauche/haut/droite, pas bas */
    background-color: #fff;
    color: #495057;
}

/* Contenu des tabs : pas de bordure autour du panel */
.woocommerce-tabs .wc-tab {
    border: none;           /* pas de cadre */
    padding: 0 0 1rem 0;        /* juste de l’air */
    background: transparent;
}

/* Optionnel : un peu de typographie */
.woocommerce-tabs .wc-tab h2 {
    font-size: 1.1rem;
    margin-bottom: 0.75rem;
}

ul.tabs.wc-tabs li a{
    color: #6D6D6D;
    font-weight: bold;
}

ul.tabs.wc-tabs li a:hover{
    color: #6D6D6D;
}

ul.tabs.wc-tabs li.active a{
    color: #282828;
    
}

table.woocommerce-product-attributes.shop_attributes th.woocommerce-product-attributes-item__label{
    padding-right: 15px;
}
table.woocommerce-product-attributes.shop_attributes .woocommerce-product-attributes-item__value p{
    margin: 0px;
}
/* fiches produits */






