/* //////////////////////////////////////////// */
/* /////////// BOUTON PANIER VERT ///////////// */
/* //////////////////////////////////////////// */

.BtnAchat .elementor-cart__toggle .elementor-button {
    background-color: #A0CE4D;
    border-radius: 50px;
    padding: 6px 16px 6px 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.BtnAchat .elementor-cart__toggle .elementor-button:hover {
    background-color: #8abb3a;
}

/* Icône dans un cercle blanc */
.BtnAchat .elementor-cart__toggle .elementor-button-icon {
    background-color: #ffffff;
    border-radius: 50%;
    width: 34px !important;
    height: 34px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.BtnAchat .elementor-cart__toggle .elementor-button-icon svg,
.BtnAchat .elementor-button-icon svg {
    width: 22px !important;
    height: 22px !important;
    fill: #232323;
}

/* Masquer le compteur bulle si 0 */
.BtnAchat .elementor-cart__toggle .elementor-button-icon[data-counter="0"]::after {
    display: none;
}

/* Texte du prix */
.BtnAchat .elementor-cart__toggle .elementor-button-text {
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}


/* //////////////////////////////////////////// */
/* /////////// BOUTON MON COMPTE ////////////// */
/* //////////////////////////////////////////// */

.moncompte a.elementor-item {
    background-color: #232323 !important;
    color: #ffffff !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
    transition: background-color 0.3s ease !important;
}

.moncompte a.elementor-item:hover {
    background-color: #444444 !important;
}

.moncompte a.elementor-item .ceicon-user-o,
.moncompte a.elementor-item i {
    font-size: 20px !important;
    line-height: 1 !important;
    color: #ffffff !important;
}


/* //////////////////////////////////////////// */
/* /////////// DRAWER PANIER ////////////////// */
/* //////////////////////////////////////////// */

/* Container principal */
.BtnAchat .elementor-cart__main {
    background-color: #ffffff !important;
    border-radius: 16px 0 0 16px !important;
    padding: 30px 24px !important;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15) !important;
    font-family: inherit !important;
}

/* Bouton fermer */
.BtnAchat .elementor-cart__close-button {
    font-size: 18px !important;
    color: #232323 !important;
    background-color: #f5f5f5 !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: background-color 0.3s ease !important;
    cursor: pointer !important;
}

.BtnAchat .elementor-cart__close-button:hover {
    background-color: #e0e0e0 !important;
}

/* Titre "Panier" */
.BtnAchat .elementor-cart__title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #232323 !important;
    margin-bottom: 20px !important;
    padding-bottom: 16px !important;
    border-bottom: 2px solid #f0f0f0 !important;
}

/* Message panier vide */
.BtnAchat .elementor-cart__empty-message {
    text-align: center !important;
    color: #888888 !important;
    font-size: 14px !important;
    padding: 40px 0 !important;
}


/* //////////////////////////////////////////// */
/* /////////// PRODUITS DANS LE PANIER //////// */
/* //////////////////////////////////////////// */

.BtnAchat .elementor-cart__product {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start !important;
    gap: 14px !important;
    padding: 16px 0 !important;
    border-bottom: 1px solid #f0f0f0 !important;
    position: relative !important;
}

/* Image produit */
.BtnAchat .elementor-cart__product-image {
    flex-shrink: 0 !important;
}

.BtnAchat .elementor-cart__product-image img {
    width: 72px !important;
    height: 72px !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    border: 1px solid #f0f0f0 !important;
}

/* Nom du produit */
.BtnAchat .elementor-cart__product-name {
    flex: 1 !important;
    min-width: 0 !important;
    display: block !important;
}

.BtnAchat .elementor-cart__product-name a {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #232323 !important;
    text-decoration: none !important;
    line-height: 1.4 !important;
    display: block !important;
    margin-bottom: 4px !important;
}

.BtnAchat .elementor-cart__product-name a:hover {
    color: #A0CE4D !important;
}

/* Attributs produit (taille, couleur) */
.BtnAchat .elementor-cart__product-attrs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin-top: 4px !important;
}

.BtnAchat .elementor-cart__product-attr {
    font-size: 12px !important;
    color: #888888 !important;
    background-color: #f7f7f7 !important;
    padding: 2px 8px !important;
    border-radius: 20px !important;
}

.BtnAchat .elementor-cart__product-attr-label {
    font-weight: 500 !important;
}

/* Prix produit */
.BtnAchat .elementor-cart__product-price {
    display: block !important;
    width: 100% !important;
    flex-basis: 100% !important;
    padding-left: 86px !important;
    margin-top: -4px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #232323 !important;
    white-space: nowrap !important;
}

.BtnAchat .elementor-cart__product-price del {
    color: #bbbbbb !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    margin-left: 4px !important;
}

.BtnAchat .elementor-cart__product-quantity {
    color: #A0CE4D !important;
    font-weight: 700 !important;
}

/* Bouton supprimer produit */
.BtnAchat .elementor-cart__product-remove {
    position: absolute !important;
    top: 16px !important;
    right: 0 !important;
    font-size: 16px !important;
    color: #cccccc !important;
    cursor: pointer !important;
    transition: color 0.3s ease !important;
}

.BtnAchat .elementor-cart__product-remove:hover {
    color: #e74c3c !important;
}


/* //////////////////////////////////////////// */
/* /////////// RÉSUMÉ PANIER ////////////////// */
/* //////////////////////////////////////////// */

.BtnAchat .elementor-cart__summary {
    background-color: #f9faf6 !important;
    border: 1px solid #e8eddb !important;
    border-radius: 12px !important;
    padding: 16px !important;
    margin-top: 20px !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    gap: 8px 12px !important;
    font-size: 14px !important;
    color: #555555 !important;
}

.BtnAchat .elementor-cart__summary strong.elementor-cart__summary-label,
.BtnAchat .elementor-cart__summary strong.elementor-cart__summary-value {
    font-size: 16px !important;
    color: #232323 !important;
    padding-top: 10px !important;
    border-top: 1px solid #e0e5d3 !important;
    margin-top: 4px !important;
}


/* //////////////////////////////////////////// */
/* /////////// BOUTONS FOOTER DRAWER ////////// */
/* //////////////////////////////////////////// */

.BtnAchat .elementor-cart__footer-buttons {
    margin-top: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.BtnAchat .elementor-cart__footer-buttons .elementor-align-justify {
    width: 100% !important;
}

/* Bouton "Voir le panier" */
.BtnAchat .elementor-button--view-cart {
    display: block !important;
    text-align: center !important;
    background-color: #ffffff !important;
    color: #232323 !important;
    border: 2px solid #232323 !important;
    border-radius: 50px !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.BtnAchat .elementor-button--view-cart:hover {
    background-color: #232323 !important;
    color: #ffffff !important;
}

/* Bouton "Commander" */
.BtnAchat .elementor-button--checkout {
    display: block !important;
    text-align: center !important;
    background-color: #A0CE4D !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 24px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: background-color 0.3s ease !important;
}

.BtnAchat .elementor-button--checkout:hover {
    background-color: #8abb3a !important;
}

.BtnAchat .elementor-button--checkout.ce-disabled {
    background-color: #d4d4d4 !important;
    color: #999999 !important;
    pointer-events: none !important;
}


/* //////////////////////////////////////////// */
/* /////////// SCROLLBAR DRAWER /////////////// */
/* //////////////////////////////////////////// */

.BtnAchat .elementor-cart__products::-webkit-scrollbar {
    width: 4px !important;
}

.BtnAchat .elementor-cart__products::-webkit-scrollbar-track {
    background: #f5f5f5 !important;
    border-radius: 4px !important;
}

.BtnAchat .elementor-cart__products::-webkit-scrollbar-thumb {
    background: #A0CE4D !important;
    border-radius: 4px !important;
}



/* //////////////////////////////////////////// */
/* /////////// BLOC GAMMES CHIENS/CHATS /////// */
/* //////////////////////////////////////////// */

.gammes-container {
    display: flex;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 16px;
}

.gamme-card {
    flex: 1;
    border-radius: 16px;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gamme-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

/* Image */
.gamme-image {
    width: 100%;
    overflow: hidden;
}

.gamme-image img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gamme-card:hover .gamme-image img {
    transform: scale(1.03);
}

/* Barre footer noire */
.gamme-footer {
    background-color: #333333;
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Titre */
.gamme-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
}

/* Bouton Découvrir */
.gamme-btn {
    background-color: #A0CE4D;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 24px;
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: background-color 0.3s ease;
}

.gamme-btn:hover {
    background-color: #8abb3a;
    color: #ffffff;
}

/* /////////// RESPONSIVE /////////// */

@media (max-width: 768px) {
    .gammes-container {
        flex-direction: column;
    }

    .gamme-image img {
        height: 200px;
    }

    .gamme-title {
        font-size: 18px;
    }

    .gamme-btn {
        padding: 8px 18px;
        font-size: 13px;
    }
}




/* //////////////////////////////////////////// */
/* /////////// ONGLETS GAMMES ///////////////// */
/* //////////////////////////////////////////// */

.onglet-chiens .elementor-button,
.onglet-chats .elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.onglet-chiens .elementor-button-content-wrapper,
.onglet-chats .elementor-button-content-wrapper {
    align-items: center !important;
    gap: 10px !important;
}

.onglet-chiens .elementor-button-icon,
.onglet-chats .elementor-button-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    line-height: 1 !important;
}

.onglet-chiens .elementor-button-icon svg,
.onglet-chats .elementor-button-icon svg {
    width: 28px !important;
    height: 28px !important;
}

.onglet-chiens .elementor-button-icon i,
.onglet-chats .elementor-button-icon i {
    font-size: 24px !important;
    line-height: 1 !important;
}

.onglet-chiens .elementor-button-text,
.onglet-chats .elementor-button-text {
    line-height: 1 !important;
}

/* Onglet actif — vert */
.onglet-chiens.actif .elementor-button,
.onglet-chats.actif .elementor-button {
    background-color: #A0CE4D !important;
    color: #ffffff !important;
    border: 2px solid #A0CE4D !important;
}

.onglet-chiens.actif .elementor-button-icon svg,
.onglet-chats.actif .elementor-button-icon svg {
    fill: #ffffff !important;
}

/* Onglet inactif — noir */
.onglet-chiens:not(.actif) .elementor-button,
.onglet-chats:not(.actif) .elementor-button {
    background-color: #232323 !important;
    color: #ffffff !important;
    border: 2px solid #232323 !important;
}

.onglet-chiens:not(.actif) .elementor-button:hover,
.onglet-chats:not(.actif) .elementor-button:hover {
    background-color: #444444 !important;
    border-color: #444444 !important;
}

/* Sections produits */
.section-chiens,
.section-chats {
    display: none !important;
    animation: fadeInOnglet 0.4s ease;
}

.section-chiens.visible,
.section-chats.visible {
    display: block !important;
}

.section-chiens:not(.visible),
.section-chats:not(.visible) {
    display: none !important;
}

@keyframes fadeInOnglet {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-chiens {
    display: block !important;
}

/* === SECTION BLOG ARTICLES === */

/* Images arrondies */
.section-blog .elementor-image-box-img {
    border-radius: 16px !important;
    overflow: hidden !important;
}

.section-blog .elementor-image-box-img img {
    width: 100% !important;
    height: 240px !important;
    object-fit: cover !important;
    display: block !important;
}

/* Titre article */
.section-blog .elementor-image-box-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #232323 !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
    line-height: 1.3 !important;
}

/* Description tronquée */
.section-blog .elementor-image-box-description {
    font-size: 14px !important;
    color: #666666 !important;
    line-height: 1.6 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    margin-bottom: 15px !important;
}

/* Bouton Lire la suite */
.section-blog .elementor-button {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    color: #232323 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    border-bottom: 2px solid #A0CE4D !important;
    border-radius: 0 !important;
    padding-bottom: 3px !important;
}

.section-blog .elementor-button:hover {
    color: #A0CE4D !important;
}

.section-blog .elementor-button-icon {
    color: #A0CE4D !important;
    margin-left: 5px !important;
}

/* Espacement colonnes */
.section-blog .elementor-column {
    padding: 0 15px !important;
}

/* === BADGES CATÉGORIE BLOG === */
.section-blog .elementor-image-box-img {
    position: relative !important;
}

.section-blog .elementor-image-box-img::after {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    padding: 6px 18px !important;
    border-radius: 20px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #fff !important;
    background: #A0CE4D !important;
    z-index: 2 !important;
}

.section-blog .cat-conseils .elementor-image-box-img::after {
    content: "Nos conseils" !important;
}

.section-blog .cat-evenement .elementor-image-box-img::after {
    content: "Évènement" !important;
}

.elementor-widget-html a:hover {
    color: #ffffff !important;
}

.elementor-widget-html a:visited,
.elementor-widget-html a:active {
    color: #89C600 !important;
}



/* === ICONE PATTE === */

/* Patte verte (pour fonds clairs) */
.patte-verte::before {
    content: "" !important;
    display: inline-block !important;
    width: 28px !important;
    height: 28px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='148.631' height='148.631' viewBox='0 0 148.631 148.631'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='105.098' height='105.098' fill='%238ac700' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 74.315) rotate(-45)' clip-path='url(%23a)'%3E%3Cpath d='M104.367,46.107a17.268,17.268,0,0,1-5.878,9,11.723,11.723,0,0,1-7.128,2.573,9.909,9.909,0,0,1-2.714-.375,11.115,11.115,0,0,1-7.189-7.054A18.111,18.111,0,0,1,87.081,30.5a10.563,10.563,0,0,1,17.041,4.855,17.367,17.367,0,0,1,.246,10.748ZM35.9,36.786c3.851,0,7.527-2.143,10.087-5.883a22.273,22.273,0,0,0,3.6-12.508,22.277,22.277,0,0,0-3.6-12.512C43.424,2.144,39.748,0,35.9,0S28.36,2.144,25.8,5.882a22.352,22.352,0,0,0-3.594,12.512A22.348,22.348,0,0,0,25.8,30.9C28.36,34.643,32.037,36.786,35.9,36.786Zm33.3,0c3.861,0,7.537-2.143,10.1-5.883a22.348,22.348,0,0,0,3.594-12.508A22.352,22.352,0,0,0,79.3,5.883C76.737,2.144,73.061,0,69.2,0S61.673,2.144,59.113,5.883a22.277,22.277,0,0,0-3.6,12.512,22.273,22.273,0,0,0,3.6,12.508C61.673,34.643,65.35,36.786,69.2,36.786ZM23.9,39.5a17.387,17.387,0,0,0-5.878-9,11.126,11.126,0,0,0-9.841-2.2,11.108,11.108,0,0,0-7.2,7.054A17.365,17.365,0,0,0,.731,46.107a17.268,17.268,0,0,0,5.878,9,11.723,11.723,0,0,0,7.128,2.573,9.836,9.836,0,0,0,2.7-.375,11.107,11.107,0,0,0,7.2-7.054A17.352,17.352,0,0,0,23.9,39.5ZM72.641,48.5C67.029,42.6,59.9,39.35,52.549,39.35S38.058,42.6,32.467,48.5A42.161,42.161,0,0,0,21.96,70.478a16.041,16.041,0,0,0,4.567,14.4,13.419,13.419,0,0,0,14.245,3.211,35.317,35.317,0,0,1,23.554,0,13.978,13.978,0,0,0,4.69.833,13.6,13.6,0,0,0,9.544-4.043,16.019,16.019,0,0,0,4.578-14.4A42.225,42.225,0,0,0,72.641,48.5Z' transform='translate(0 8.086)' fill='%238ac700'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

/* Patte blanche (pour fonds verts/foncés) */
.patte-blanche::before {
    content: "" !important;
    display: inline-block !important;
    width: 28px !important;
    height: 28px !important;
    margin-right: 10px !important;
    vertical-align: middle !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='148.631' height='148.631' viewBox='0 0 148.631 148.631'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='105.098' height='105.098' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 74.315) rotate(-45)' clip-path='url(%23a)'%3E%3Cpath d='M104.367,46.107a17.268,17.268,0,0,1-5.878,9,11.723,11.723,0,0,1-7.128,2.573,9.909,9.909,0,0,1-2.714-.375,11.115,11.115,0,0,1-7.189-7.054A18.111,18.111,0,0,1,87.081,30.5a10.563,10.563,0,0,1,17.041,4.855,17.367,17.367,0,0,1,.246,10.748ZM35.9,36.786c3.851,0,7.527-2.143,10.087-5.883a22.273,22.273,0,0,0,3.6-12.508,22.277,22.277,0,0,0-3.6-12.512C43.424,2.144,39.748,0,35.9,0S28.36,2.144,25.8,5.882a22.352,22.352,0,0,0-3.594,12.512A22.348,22.348,0,0,0,25.8,30.9C28.36,34.643,32.037,36.786,35.9,36.786Zm33.3,0c3.861,0,7.537-2.143,10.1-5.883a22.348,22.348,0,0,0,3.594-12.508A22.352,22.352,0,0,0,79.3,5.883C76.737,2.144,73.061,0,69.2,0S61.673,2.144,59.113,5.883a22.277,22.277,0,0,0-3.6,12.512,22.273,22.273,0,0,0,3.6,12.508C61.673,34.643,65.35,36.786,69.2,36.786ZM23.9,39.5a17.387,17.387,0,0,0-5.878-9,11.126,11.126,0,0,0-9.841-2.2,11.108,11.108,0,0,0-7.2,7.054A17.365,17.365,0,0,0,.731,46.107a17.268,17.268,0,0,0,5.878,9,11.723,11.723,0,0,0,7.128,2.573,9.836,9.836,0,0,0,2.7-.375,11.107,11.107,0,0,0,7.2-7.054A17.352,17.352,0,0,0,23.9,39.5ZM72.641,48.5C67.029,42.6,59.9,39.35,52.549,39.35S38.058,42.6,32.467,48.5A42.161,42.161,0,0,0,21.96,70.478a16.041,16.041,0,0,0,4.567,14.4,13.419,13.419,0,0,0,14.245,3.211,35.317,35.317,0,0,1,23.554,0,13.978,13.978,0,0,0,4.69.833,13.6,13.6,0,0,0,9.544-4.043,16.019,16.019,0,0,0,4.578-14.4A42.225,42.225,0,0,0,72.641,48.5Z' transform='translate(0 8.086)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.patte-verte-center::before {
    content: "" !important;
    display: block !important;
    width: 28px !important;
    height: 28px !important;
    margin: 0 auto 8px auto !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='148.631' height='148.631' viewBox='0 0 148.631 148.631'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='105.098' height='105.098' fill='%238ac700' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 74.315) rotate(-45)' clip-path='url(%23a)'%3E%3Cpath d='M104.367,46.107a17.268,17.268,0,0,1-5.878,9,11.723,11.723,0,0,1-7.128,2.573,9.909,9.909,0,0,1-2.714-.375,11.115,11.115,0,0,1-7.189-7.054A18.111,18.111,0,0,1,87.081,30.5a10.563,10.563,0,0,1,17.041,4.855,17.367,17.367,0,0,1,.246,10.748ZM35.9,36.786c3.851,0,7.527-2.143,10.087-5.883a22.273,22.273,0,0,0,3.6-12.508,22.277,22.277,0,0,0-3.6-12.512C43.424,2.144,39.748,0,35.9,0S28.36,2.144,25.8,5.882a22.352,22.352,0,0,0-3.594,12.512A22.348,22.348,0,0,0,25.8,30.9C28.36,34.643,32.037,36.786,35.9,36.786Zm33.3,0c3.861,0,7.537-2.143,10.1-5.883a22.348,22.348,0,0,0,3.594-12.508A22.352,22.352,0,0,0,79.3,5.883C76.737,2.144,73.061,0,69.2,0S61.673,2.144,59.113,5.883a22.277,22.277,0,0,0-3.6,12.512,22.273,22.273,0,0,0,3.6,12.508C61.673,34.643,65.35,36.786,69.2,36.786ZM23.9,39.5a17.387,17.387,0,0,0-5.878-9,11.126,11.126,0,0,0-9.841-2.2,11.108,11.108,0,0,0-7.2,7.054A17.365,17.365,0,0,0,.731,46.107a17.268,17.268,0,0,0,5.878,9,11.723,11.723,0,0,0,7.128,2.573,9.836,9.836,0,0,0,2.7-.375,11.107,11.107,0,0,0,7.2-7.054A17.352,17.352,0,0,0,23.9,39.5ZM72.641,48.5C67.029,42.6,59.9,39.35,52.549,39.35S38.058,42.6,32.467,48.5A42.161,42.161,0,0,0,21.96,70.478a16.041,16.041,0,0,0,4.567,14.4,13.419,13.419,0,0,0,14.245,3.211,35.317,35.317,0,0,1,23.554,0,13.978,13.978,0,0,0,4.69.833,13.6,13.6,0,0,0,9.544-4.043,16.019,16.019,0,0,0,4.578-14.4A42.225,42.225,0,0,0,72.641,48.5Z' transform='translate(0 8.086)' fill='%238ac700'/%3E%3C/g%3E%3C/svg%3E") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.patte-verte-center::before,
.patte-blanche-center::before {
    position: relative !important;
    left: 0 !important;
    top: -2px !important;
    display: inline-block !important;
    margin: 0 8px 0 0 !important;
}

.patte-verte::before,
.patte-blanche::before {
    position: relative !important;
    top: -2px !important;
    left: -25px !important;
}


/* === SECTION NEWSLETTER - Image chien/chat === */


.sectionnews {
    position: relative !important;
    overflow: visible !important;
    min-height: 180px !important;
}

.sectionnews>.elementor-container {
    position: relative !important;
    z-index: 2 !important;
}

.sectionnews::after {
    content: "" !important;
    position: absolute !important;
    bottom: -22px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 350px !important;
    height: 200px !important;
    background-image: url('/img/cms/Groupe%20de%20masques%20188.png') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: bottom center !important;
    z-index: 3 !important;
    pointer-events: none !important;
}

@media (max-width: 768px) {
    .sectionnews::after {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .sectionnews::after {
        display: none !important;
    }
}


/* ============================================ */
/* ======= BLOC DESCRIPTION CATEGORIE ======== */
/* ============================================ */

.bloc-description-cate {
    margin: 50px auto;
    padding: 0 16px;
}

.bloc-description-cate h2,
.bloc-description-cate h3 {
    font-size: 24px;
    font-weight: 700;
    color: #232323;
    margin: 0 0 16px 0;
    line-height: 1.3;
}

.bloc-description-cate h3 {
    font-size: 20px;
    margin-top: 40px;
}

.bloc-description-cate p {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    margin: 0 0 16px 0;
}

.bloc-description-cate a {
    color: #A0CE4D;
    text-decoration: underline;
}

.bloc-description-cate a:hover {
    color: #8abb3a;
}

/* Separateur entre les deux paragraphes */
.bloc-description-cate .desc-separator {
    width: 60px;
    height: 3px;
    background: #A0CE4D;
    border: none;
    margin: 36px 0;
    border-radius: 2px;
}


/* ============================================ */
/* ======= BLOC FAQ CATEGORIE ================ */
/* ============================================ */

.bloc-faq-cate {
    margin: 60px auto;
    padding: 0 16px;
}

/* En-tete FAQ */
.bloc-faq-cate__header {
    text-align: center;
    margin-bottom: 36px;
}

.bloc-faq-cate__subtitle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 18px;
    font-weight: 600;
    color: #A0CE4D;
    margin-bottom: 8px;
}

.bloc-faq-cate__subtitle::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='148.631' height='148.631' viewBox='0 0 148.631 148.631'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='105.098' height='105.098' fill='%238ac700' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(0 74.315) rotate(-45)' clip-path='url(%23a)'%3E%3Cpath d='M104.367,46.107a17.268,17.268,0,0,1-5.878,9,11.723,11.723,0,0,1-7.128,2.573,9.909,9.909,0,0,1-2.714-.375,11.115,11.115,0,0,1-7.189-7.054A18.111,18.111,0,0,1,87.081,30.5a10.563,10.563,0,0,1,17.041,4.855,17.367,17.367,0,0,1,.246,10.748ZM35.9,36.786c3.851,0,7.527-2.143,10.087-5.883a22.273,22.273,0,0,0,3.6-12.508,22.277,22.277,0,0,0-3.6-12.512C43.424,2.144,39.748,0,35.9,0S28.36,2.144,25.8,5.882a22.352,22.352,0,0,0-3.594,12.512A22.348,22.348,0,0,0,25.8,30.9C28.36,34.643,32.037,36.786,35.9,36.786Zm33.3,0c3.861,0,7.537-2.143,10.1-5.883a22.348,22.348,0,0,0,3.594-12.508A22.352,22.352,0,0,0,79.3,5.883C76.737,2.144,73.061,0,69.2,0S61.673,2.144,59.113,5.883a22.277,22.277,0,0,0-3.6,12.512,22.273,22.273,0,0,0,3.6,12.508C61.673,34.643,65.35,36.786,69.2,36.786ZM23.9,39.5a17.387,17.387,0,0,0-5.878-9,11.126,11.126,0,0,0-9.841-2.2,11.108,11.108,0,0,0-7.2,7.054A17.365,17.365,0,0,0,.731,46.107a17.268,17.268,0,0,0,5.878,9,11.723,11.723,0,0,0,7.128,2.573,9.836,9.836,0,0,0,2.7-.375,11.107,11.107,0,0,0,7.2-7.054A17.352,17.352,0,0,0,23.9,39.5ZM72.641,48.5C67.029,42.6,59.9,39.35,52.549,39.35S38.058,42.6,32.467,48.5A42.161,42.161,0,0,0,21.96,70.478a16.041,16.041,0,0,0,4.567,14.4,13.419,13.419,0,0,0,14.245,3.211,35.317,35.317,0,0,1,23.554,0,13.978,13.978,0,0,0,4.69.833,13.6,13.6,0,0,0,9.544-4.043,16.019,16.019,0,0,0,4.578-14.4A42.225,42.225,0,0,0,72.641,48.5Z' transform='translate(0 8.086)' fill='%238ac700'/%3E%3C/g%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
}

.bloc-faq-cate__title {
    font-size: 28px;
    font-weight: 700;
    color: #232323;
    margin: 0;
    line-height: 1.3;
}

/* Accordeon */
.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    border: 2px solid #f0f0f0;
    border-radius: 12px;
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.faq-item.active {
    border-color: #A0CE4D;
}

/* Question */
.faq-question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    cursor: pointer;
    background: #ffffff;
    transition: background 0.2s ease;
    gap: 16px;
}

.faq-question:hover {
    background: #fafafa;
}

.faq-question__text {
    font-size: 15px;
    font-weight: 600;
    color: #232323;
    margin: 0;
    flex: 1;
    line-height: 1.4;
}

.faq-question__icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.3s ease, transform 0.3s ease;
    font-size: 20px;
    color: #A0CE4D;
    font-weight: 300;
    line-height: 1;
}

.faq-item.active .faq-question__icon {
    background: #A0CE4D;
    color: #ffffff;
    transform: rotate(45deg);
}

/* Reponse */
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 24px;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 24px 20px 24px;
    background: white;
}

.faq-answer p {
    font-size: 14px;
    color: #666666;
    line-height: 1.8;
    margin: 0 0 12px 0;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}


/* ============================================ */
/* ======= RESPONSIVE ======================== */
/* ============================================ */

@media (max-width: 768px) {
    .bloc-description-cate h2 {
        font-size: 20px;
    }

    .bloc-description-cate h3 {
        font-size: 18px;
    }

    .bloc-faq-cate__title {
        font-size: 22px;
    }

    .faq-question {
        padding: 14px 18px;
    }

    .faq-question__text {
        font-size: 14px;
    }

    .faq-item.active .faq-answer {
        padding: 0 18px 16px 18px;
    }
}

.crumbtest a {
    color: #232323 !important;
}

#main .page-footer {
    margin-bottom: 0rem;

}

.elementor-widget-html a:visited {
    color: #010101 !important;
}

.pc-topbar__center {
    display: flex;
    align-items: center;
    gap: 12px;
}

.pc-topbar__phone {
    display: flex;
    align-items: center;
    gap: 6px;
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.pc-topbar__phone:hover {
    color: #89C600;
}

.pc-topbar__separator {
    color: #ccc;
}

.pc-topbar__shipping {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    color: #89C600;
}

.pc-topbar__phone span {
    color: #89C600;
}

.listfooter li a {
    color: white !important;
}

.listfooter li a:visited {
    color: white !important;
}

/* ============================================ */
/* ======= CARACTERISTIQUES PRODUIT ========== */
/* ============================================ */

.ce-product-features {
    border: none !important;
    border-collapse: separate !important;
    border-spacing: 0 16px !important;
    width: 100% !important;
}

.ce-product-features__row {
    border: none !important;
}

.ce-product-features__row th,
.ce-product-features__row td {
    border: none !important;
}

/* Icône — colonne label */
.ce-product-features__label {
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    position: relative !important;
    width: 54px !important;
    height: 50px !important;
    vertical-align: middle !important;
    padding: 0 !important;
}

.ce-product-features__label::before {
    content: "" !important;
    display: block !important;
    width: 54px !important;
    height: 50px !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

/* Texte — colonne valeur */
.ce-product-features__value {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #252525 !important;
    vertical-align: middle !important;
    padding: 8px 0 8px 20px !important;
    line-height: 1.6 !important;
}


/* //////////////////////////////////////////// */
/* /////////// MODAL AJOUT PANIER ///////////// */
/* //////////////////////////////////////////// */

/* Dialog */
#blockcart-modal .modal-dialog {
    max-width: 780px !important;
    margin: 40px auto !important;
    padding: 0 16px !important;
}

#blockcart-modal .modal-content {
    border: none !important;
    border-radius: 20px !important;
    overflow: hidden !important;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18) !important;
    background: #ffffff !important;
}

/* /////////// HEADER /////////// */

#blockcart-modal .modal-header {
    background: #A0CE4D !important;
    border-bottom: none !important;
    padding: 16px 24px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
}

#blockcart-modal .modal-header .modal-title {
    color: #ffffff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin: 0 !important;
}

#blockcart-modal .modal-header .modal-title .material-icons {
    font-size: 20px !important;
    color: #ffffff !important;
}

#blockcart-modal .modal-header .close {
    background: rgba(255, 255, 255, 0.2) !important;
    border: none !important;
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    order: 2 !important;
}

#blockcart-modal .modal-header .close .material-icons {
    font-size: 18px !important;
    color: #ffffff !important;
}

#blockcart-modal .modal-header .close:hover {
    background: rgba(255, 255, 255, 0.35) !important;
}

/* /////////// BODY /////////// */

#blockcart-modal .modal-body {
    padding: 24px !important;
    background: #ffffff !important;
}

#blockcart-modal .modal-body>.row {
    margin: 0 !important;
    align-items: stretch !important;
}

#blockcart-modal .modal-body>.row>[class*="col-"] {
    padding: 0 !important;
}

/* /////////// COLONNE GAUCHE — PRODUIT /////////// */

#blockcart-modal .divide-right {
    border-right: 1px solid #f0f0f0 !important;
    padding-right: 24px !important;
}

#blockcart-modal .divide-right .row {
    display: flex !important;
    align-items: center !important;
    gap: 16px !important;
    margin: 0 !important;
}

#blockcart-modal .divide-right .row>[class*="col-"] {
    padding: 0 !important;
}

/* Image produit */
#blockcart-modal .product-image {
    width: 100% !important;
    max-width: 160px !important;
    border-radius: 14px !important;
    background-color: #f5f5f5 !important;
    object-fit: contain !important;
    display: block !important;
    padding: 8px !important;
}

/* Infos produit */
#blockcart-modal .product-name {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #232323 !important;
    margin: 0 0 8px 0 !important;
    line-height: 1.4 !important;
}

#blockcart-modal .product-price {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #A0CE4D !important;
    margin: 0 0 10px 0 !important;
}

#blockcart-modal .divide-right span {
    font-size: 13px !important;
    color: #777777 !important;
    line-height: 1.8 !important;
}

#blockcart-modal .divide-right span strong {
    color: #232323 !important;
    font-weight: 600 !important;
}

/* /////////// COLONNE DROITE — RÉSUMÉ PANIER /////////// */

#blockcart-modal .cart-content {
    padding-left: 24px !important;
}

#blockcart-modal .cart-products-count {
    font-size: 13px !important;
    color: #999999 !important;
    margin: 0 0 16px 0 !important;
    padding-bottom: 16px !important;
    border-bottom: 1px solid #f0f0f0 !important;
}

#blockcart-modal .cart-content>p {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin: 0 0 10px 0 !important;
    font-size: 14px !important;
    color: #555555 !important;
}

#blockcart-modal .cart-content>p .label,
#blockcart-modal .cart-content>p>span:first-child {
    font-weight: 500 !important;
    color: #777777 !important;
}

#blockcart-modal .cart-content>p .value,
#blockcart-modal .cart-content>p>span:last-child {
    font-weight: 600 !important;
    color: #232323 !important;
}

/* Shipping gratuit */
#blockcart-modal .shipping.value {
    color: #A0CE4D !important;
    font-weight: 700 !important;
}

/* Total */
#blockcart-modal .product-total {
    margin-top: 16px !important;
    padding-top: 16px !important;
    border-top: 2px solid #232323 !important;
    font-size: 16px !important;
}

#blockcart-modal .product-total .label {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #232323 !important;
}

#blockcart-modal .product-total .value {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #232323 !important;
}

/* /////////// BOUTONS /////////// */

#blockcart-modal .cart-content-btn {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    margin-top: 24px !important;
}

/* Bouton Commander (principal) */
#blockcart-modal .cart-content-btn .btn-primary {
    background-color: #A0CE4D !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 24px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    text-align: center !important;
    text-transform: none !important;
    transition: background-color 0.3s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    order: -1 !important;
}

#blockcart-modal .cart-content-btn .btn-primary:hover {
    background-color: #8abb3a !important;
}

#blockcart-modal .cart-content-btn .btn-primary .material-icons {
    font-size: 20px !important;
}

/* Bouton Continuer mes achats (secondaire) */
#blockcart-modal .cart-content-btn .btn-secondary {
    background-color: transparent !important;
    color: #232323 !important;
    border: 2px solid #e0e0e0 !important;
    border-radius: 50px !important;
    padding: 12px 24px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-align: center !important;
    text-transform: none !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

#blockcart-modal .cart-content-btn .btn-secondary:hover {
    border-color: #232323 !important;
    background-color: #f9f9f9 !important;
}

/* /////////// RESPONSIVE /////////// */

@media (max-width: 767px) {
    #blockcart-modal .modal-dialog {
        margin: 16px auto !important;
    }

    #blockcart-modal .divide-right {
        border-right: none !important;
        border-bottom: 1px solid #f0f0f0 !important;
        padding-right: 0 !important;
        padding-bottom: 20px !important;
        margin-bottom: 20px !important;
    }

    #blockcart-modal .divide-right .row {
        flex-direction: row !important;
        gap: 12px !important;
    }

    #blockcart-modal .product-image {
        max-width: 100px !important;
    }

    #blockcart-modal .cart-content {
        padding-left: 0 !important;
    }

    #blockcart-modal .cart-content-btn .btn-primary,
    #blockcart-modal .cart-content-btn .btn-secondary {
        width: 100% !important;
    }
}


.pc-topbar__right a:visited {
    color: #fff !important;
}