/* //////////////////////////////////////////// */
/* /////////// HEADER PYRENEES CANIN ////////// */
/* //////////////////////////////////////////// */

@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800&display=swap');


/* ============================================ */
/* ======= CACHER LE HEADER CLASSIC ========== */
/* ============================================ */

.header-banner,
.header-nav,
.header-top {
    display: none !important;
}


/* ============================================ */
/* ======= RESET THEME OVERRIDES ============= */
/* ============================================ */

.pc-topbar a,
.pc-nav a,
.pc-mega a,
.pc-mega div,
.pc-mega span,
.pc-mobile a,
.pc-mobile div,
.pc-mobile span,
.pc-mobile button {
    background-color: transparent !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

.pc-topbar a:visited,
.pc-nav a:visited,
.pc-mega a:visited,
.pc-mobile a:visited,
.pc-topbar a:active,
.pc-nav a:active,
.pc-mega a:active,
.pc-mobile a:active {
    color: inherit !important;
}

.pc-topbar a:hover,
.pc-topbar a:focus,
.pc-nav a:hover,
.pc-nav a:focus {
    background-color: transparent !important;
}

/* Force couleurs mega menu */
.elementor-widget-html .pc-mega,
.elementor-widget-html .pc-mega * {
    color: #555555 !important;
}

.elementor-widget-html .pc-mega .pc-mega__title {
    color: #89C600 !important;
}

.elementor-widget-html .pc-mega .pc-mega__col a {
    color: #555555 !important;
}

.elementor-widget-html .pc-mega .pc-mega__col a:hover {
    color: #232323 !important;
}

.elementor-widget-html .pc-mega .pc-mega__promo-title {
    color: #232323 !important;
}

.elementor-widget-html .pc-mega .pc-mega__promo-text {
    color: #666666 !important;
}

.elementor-widget-html .pc-mega .pc-mega__promo-btn {
    color: #ffffff !important;
    background: #89C600 !important;
}

.elementor-widget-html .pc-mega .pc-mega__promo-btn:hover {
    background: #78ad00 !important;
    color: #ffffff !important;
}


/* ============================================ */
/* ======= TOP BAR ============================ */
/* ============================================ */

.pc-topbar {
    background: #232323;
    padding: 0 40px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Nunito', sans-serif;
}

.pc-topbar__left {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #bbbbbb !important;
    font-size: 12px;
}

.pc-topbar__left span {
    color: #bbbbbb !important;
}

.pc-topbar__right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.pc-topbar__right a {
    color: #bbbbbb !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    transition: color 0.2s;
}

.pc-topbar__right a:hover {
    color: #89C600 !important;
}

/* Override global widget-html hover blanc */
.elementor-widget-html .pc-topbar__right a:hover,
.elementor-widget-html .pc-topbar a:hover {
    color: #89C600 !important;
}


/* ============================================ */
/* ======= SECTION HEADER — STRUCTURE ======== */
/* ============================================ */

[data-id="723016d"]>.elementor-container>.elementor-row {
    flex-wrap: nowrap !important;
    align-items: center !important;
}

/* Col logo */
[data-id="11f2702"] {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
}

/* Col nav */
[data-id="5b6f26c"] {
    flex: 1 1 auto !important;
    width: auto !important;
    max-width: none !important;
    overflow: visible !important;
}

/* Col actions */
[data-id="663653b"] {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
}

[data-id="663653b"] .elementor-widget-wrap {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 10px !important;
    flex-wrap: nowrap !important;
    justify-content: flex-end !important;
}

[data-id="663653b"] .elementor-widget {
    width: auto !important;
    flex-shrink: 0 !important;
}


/* ============================================ */
/* ======= STICKY HEADER ===================== */
/* ============================================ */

/* La section header (723016d) devient sticky */
[data-id="723016d"].pc-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 9990 !important;
    animation: pcSlideDown 0.4s ease !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

/* Spacer pour éviter le saut de contenu */
.pc-sticky-spacer {
    display: none;
}

.pc-sticky-spacer.active {
    display: block;
}

@keyframes pcSlideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Logo plus petit en sticky */
[data-id="723016d"].pc-sticky [data-id="a47c0a8"] img {
    max-height: 45px !important;
    transition: max-height 0.3s ease !important;
}

/* Réduire la hauteur de la nav en sticky */
[data-id="723016d"].pc-sticky .pc-nav__list {
    height: 60px !important;
}

[data-id="723016d"].pc-sticky .pc-nav__link {
    font-size: 13px !important;
}

/* Réduire le padding de la section en sticky */
[data-id="723016d"].pc-sticky>.elementor-container>.elementor-row {
    min-height: 60px !important;
}

[data-id="a47c0a8"] img {
    max-height: 70px !important;
    width: auto !important;
}


/* ============================================ */
/* ======= NAV DESKTOP ======================== */
/* ============================================ */

.pc-nav {
    font-family: 'Nunito', sans-serif;
}

.pc-nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 72px;
}

.pc-nav__item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.pc-nav__link {
    display: flex;
    align-items: center;
    gap: 4px;
    padding: 0 14px;
    height: 100%;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #232323 !important;
    white-space: nowrap;
    position: relative;
    transition: color 0.2s;
}

.pc-nav__link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 14px;
    right: 14px;
    height: 3px;
    background: #89C600;
    border-radius: 3px 3px 0 0;
    transform: scaleX(0);
    transition: transform 0.3s;
}

.pc-nav__item:hover>.pc-nav__link {
    color: #89C600 !important;
}

.pc-nav__item:hover>.pc-nav__link::after {
    transform: scaleX(1);
}

.pc-nav__arrow {
    transition: transform 0.3s;
}

.pc-nav__item:hover .pc-nav__arrow {
    transform: rotate(180deg);
}


/* ============================================ */
/* ======= MEGA MENU ========================== */
/* ============================================ */

.pc-mega {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.12);
    padding: 36px 44px;
    min-width: 950px;
    border-top: 3px solid #89C600;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 9999;
}

/* Empecher le mega menu de deborder a gauche */
.pc-nav__item--first>.pc-mega {
    left: 0 !important;
    right: auto !important;
    transform: translateY(10px) !important;
}

.pc-nav__item--first:hover>.pc-mega {
    transform: translateY(0) !important;
}

/* Pour les autres items, aligner à gauche aussi mais limiter */
.pc-nav__item--has-mega:not(.pc-nav__item--first)>.pc-mega {
    left: 50%;
    transform: translateX(-50%) translateY(10px);
}

.pc-nav__item--has-mega:not(.pc-nav__item--first):hover>.pc-mega {
    transform: translateX(-50%) translateY(0);
}

.pc-nav__item:hover>.pc-mega {
    opacity: 1;
    visibility: visible;
}

.pc-mega__grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 36px;
}

.pc-mega__title {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #89C600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f0f0f0;
}

.pc-mega__col {
    display: flex;
    flex-direction: column;
}

.pc-mega__col a {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #555555 !important;
    padding: 7px 0;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.2s;
}

.pc-mega__col a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e0e0e0;
    flex-shrink: 0;
    transition: background 0.2s;
}

.pc-mega__col a:hover {
    color: #232323 !important;
    padding-left: 6px;
}

.pc-mega__col a:hover::before {
    background: #89C600;
}

.pc-mega__promo {
    background: linear-gradient(135deg, #f0f9e0, #e8f5cc);
    border-radius: 16px;
    padding: 28px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.pc-mega__promo-title {
    font-size: 16px !important;
    font-weight: 800 !important;
    color: #232323 !important;
}

.pc-mega__promo-text {
    font-size: 13px !important;
    color: #666666 !important;
    line-height: 1.5;
}

.pc-mega__promo-btn {
    display: inline-block !important;
    background: #89C600 !important;
    color: #ffffff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    padding: 10px 24px !important;
    border-radius: 50px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: background 0.2s;
    margin-top: 4px;
}

.pc-mega__promo-btn:hover {
    background: #78ad00 !important;
    color: #ffffff !important;
}


/* ============================================ */
/* ======= HAMBURGER ========================== */
/* ============================================ */

.pc-hamburger {
    display: none;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: none;
    background: #232323 !important;
    cursor: pointer;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0;
    z-index: 10001;
    position: relative;
    transition: background 0.3s;
}

.pc-hamburger:hover {
    background: #444444 !important;
}

.pc-hamburger span {
    display: block;
    width: 18px;
    height: 2px;
    background: #ffffff !important;
    border-radius: 2px;
    transition: all 0.3s;
}

.pc-hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.pc-hamburger.active span:nth-child(2) {
    opacity: 0;
}

.pc-hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Cacher le hamburger quand le drawer est ouvert */
.pc-hamburger.active {
    display: none !important;
}


/* ============================================ */
/* ======= MOBILE DRAWER ====================== */
/* ============================================ */

.pc-mobile {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 85vw;
    background: #ffffff !important;
    z-index: 10000;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    font-family: 'Nunito', sans-serif;
    flex-direction: column;
    box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15);
}

.pc-mobile.open {
    transform: translateX(0);
}

/* Header du drawer */
.pc-mobile__header {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 20px 24px !important;
    border-bottom: 2px solid #f0f0f0 !important;
    flex-shrink: 0;
    background: #ffffff !important;
}

.pc-mobile__header-title {
    font-size: 20px !important;
    font-weight: 800 !important;
    color: #232323 !important;
}

.pc-mobile__close {
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    border: none !important;
    background: #f5f5f5 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    cursor: pointer !important;
    transition: background 0.2s !important;
    padding: 0 !important;
    flex-shrink: 0;
}

.pc-mobile__close:hover {
    background: #e8e8e8 !important;
}

/* Body du drawer */
.pc-mobile__body {
    flex: 1;
    padding: 8px 24px !important;
    overflow-y: auto;
    background: #ffffff !important;
}

.pc-mobile__item {
    border-bottom: 1px solid #f0f0f0 !important;
    background: #ffffff !important;
}

.pc-mobile__link {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 0 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #232323 !important;
    cursor: pointer;
    background: #ffffff !important;
}

.pc-mobile__link span {
    color: #232323 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.pc-mobile__link svg {
    transition: transform 0.3s;
    flex-shrink: 0;
    color: #232323 !important;
}

.pc-mobile__link.active svg {
    transform: rotate(180deg);
    color: #89C600 !important;
}

.pc-mobile__sub {
    display: none;
    padding: 0 0 16px 16px !important;
    background: #ffffff !important;
}

.pc-mobile__sub.open {
    display: block;
}

.pc-mobile__sub-title {
    font-size: 11px !important;
    font-weight: 800 !important;
    color: #89C600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 14px 0 8px !important;
    padding: 0 !important;
    background: transparent !important;
}

.pc-mobile__sub a {
    display: block !important;
    padding: 10px 0 !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #666666 !important;
    transition: color 0.2s, padding-left 0.2s !important;
    background: transparent !important;
}

.pc-mobile__sub a:hover {
    color: #89C600 !important;
    padding-left: 8px !important;
}

/* Footer du drawer */
.pc-mobile__footer {
    padding: 20px 24px !important;
    border-top: 2px solid #f0f0f0 !important;
    flex-shrink: 0;
    background: #fafafa !important;
}

.pc-mobile__footer-address {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
    background: transparent !important;
}

.pc-mobile__footer-address span {
    font-size: 12px !important;
    color: #999999 !important;
}

.pc-mobile__footer-links {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    background: transparent !important;
}

.pc-mobile__footer-links a {
    font-size: 13px !important;
    font-weight: 600 !important;
    color: #666666 !important;
    transition: color 0.2s !important;
    background: transparent !important;
}

.pc-mobile__footer-links a:hover {
    color: #89C600 !important;
}

/* Overlay */
.pc-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.4) !important;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.3s;
}

.pc-overlay.active {
    opacity: 1;
}

/* Override le .elementor-widget-html a:visited { color: #fff } du custom.css */
.elementor-widget-html .pc-mobile a,
.elementor-widget-html .pc-mobile a:visited,
.elementor-widget-html .pc-mobile a:active,
.elementor-widget-html .pc-mobile a:focus,
.elementor-widget-html .pc-mobile__link,
.elementor-widget-html .pc-mobile__link span,
.elementor-widget-html .pc-mobile__sub a,
.elementor-widget-html .pc-mobile__sub a:visited,
.elementor-widget-html .pc-mobile__sub a:active,
.elementor-widget-html .pc-mobile__footer-links a,
.elementor-widget-html a:visited,
.elementor-widget-html a:active,
.elementor-widget-html .pc-mobile__footer-links a:visited,
.elementor-widget-html .pc-mobile__footer-links a:active {
    color: inherit !important;
}

.elementor-widget-html .pc-mobile__link,
.elementor-widget-html .pc-mobile__link span,
.elementor-widget-html .pc-mobile a.pc-mobile__link,
.elementor-widget-html .pc-mobile a.pc-mobile__link:visited,
.elementor-widget-html .pc-mobile a.pc-mobile__link:active {
    color: #232323 !important;
}

.elementor-widget-html .pc-mobile__sub a,
.elementor-widget-html .pc-mobile__sub a:visited,
.elementor-widget-html .pc-mobile__sub a:active {
    color: #666666 !important;
}

.elementor-widget-html .pc-mobile__sub a:hover {
    color: #89C600 !important;
}

.elementor-widget-html a:visited,
.elementor-widget-html a:active {
    color: #89C600 !important;
}

.elementor-widget-html .pc-mobile__footer-links a,
.elementor-widget-html .pc-mobile__footer-links a:visited {
    color: #666666 !important;
}

.elementor-widget-html .pc-mobile__footer-address span {
    color: #999999 !important;
}

/* Override global .elementor-widget-html a:hover { color: #fff } */
.elementor-widget-html .pc-topbar a:hover,
.elementor-widget-html .pc-mobile a:hover,
.elementor-widget-html .pc-mobile__sub a:hover,
.elementor-widget-html .pc-mobile__footer-links a:hover,
.elementor-widget-html .pc-mega__col a:hover {
    color: #89C600 !important;
}

.elementor-widget-html a:visited,
.elementor-widget-html a:active {
    color: #89C600 !important;
}

.elementor-widget-html .pc-mobile a.pc-mobile__link:hover,
.elementor-widget-html .pc-mobile a.pc-mobile__link:hover span {
    color: #89C600 !important;
}


/* ============================================ */
/* ======= RESPONSIVE 1200px ================= */
/* ============================================ */

@media (max-width: 1200px) {
    .pc-nav__link {
        padding: 0 8px !important;
        font-size: 12px !important;
    }

    .pc-mega {
        min-width: 600px;
        padding: 28px 32px;
    }

    .pc-topbar {
        padding: 0 24px;
    }

    [data-id="a47c0a8"] img {
        max-height: 70px !important;
    }
}


/* ============================================ */
/* ======= RESPONSIVE 992px — TABLETTE ======= */
/* ============================================ */

@media (max-width: 992px) {

    .pc-topbar {
        padding: 0 16px;
    }

    /* Cacher nav desktop */
    .pc-nav {
        display: none !important;
    }

    /* Montrer hamburger */
    .pc-hamburger {
        display: flex !important;
    }

    /* Activer le drawer mobile */
    .pc-mobile {
        display: flex;
    }

    /* Réordonner les colonnes : Logo | Actions | Hamburger */
    [data-id="723016d"]>.elementor-container>.elementor-row {
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
    }

    [data-id="11f2702"] {
        order: 1 !important;
        flex: 0 0 auto !important;
        width: auto !important;
    }

    [data-id="663653b"] {
        order: 2 !important;
        flex: 1 1 auto !important;
        width: auto !important;
    }

    [data-id="5b6f26c"] {
        order: 3 !important;
        flex: 0 0 auto !important;
        width: auto !important;
    }

    /* Actions reste aligné à droite */
    [data-id="663653b"] .elementor-widget-wrap {
        justify-content: flex-end !important;
    }

    /* Logo */
    [data-id="a47c0a8"] img {
        max-height: 70px !important;
    }
}


/* ============================================ */
/* ======= RESPONSIVE 768px — MOBILE ========= */
/* ============================================ */

@media (max-width: 768px) {

    .pc-topbar {
        height: auto;
        flex-direction: column;
        padding: 8px 16px;
        gap: 4px;
        align-items: flex-start;
    }

    .pc-topbar__right {
        gap: 16px;
    }

    .pc-topbar__right a,
    .pc-topbar__left span {
        font-size: 11px !important;
    }

    [data-id="723016d"]>.elementor-container>.elementor-row {
        min-height: 56px !important;
        padding: 0 8px !important;
    }

    [data-id="a47c0a8"] img {
        max-height: 56px !important;
    }

    .pc-hamburger {
        width: 40px !important;
        height: 40px !important;
    }

    [data-id="663653b"] .elementor-widget-wrap {
        gap: 6px !important;
    }
}


/* ============================================ */
/* ======= RESPONSIVE 480px — PETIT MOBILE === */
/* ============================================ */

@media (max-width: 480px) {

    .pc-topbar {
        display: none !important;
    }

    [data-id="723016d"]>.elementor-container>.elementor-row {
        min-height: 50px !important;
        padding: 0 6px !important;
    }

    [data-id="a47c0a8"] img {
        max-height: 42px !important;
    }

    .pc-hamburger {
        width: 36px !important;
        height: 36px !important;
    }

    .pc-hamburger span {
        width: 14px;
    }

    .pc-mobile {
        width: 100%;
        max-width: 100vw;
    }
}


/* ============================================ */
/* ======= MENU MON COMPTE =================== */
/* ============================================ */

.pc-account {
    position: relative;
    font-family: 'Nunito', sans-serif;
    z-index: 9995;
}

/* ---- Base toggle ---- */
.pc-account__toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-decoration: none !important;
}

/* ============================================ */
/* === ÉTAT DÉCONNECTÉ : icône blanche seule == */
/* ============================================ */

.pc-account__toggle--guest {
    padding: 10px;
    background: #232323 !important;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    justify-content: center;
}

.pc-account__toggle--guest:hover {
    background: #444444 !important;
}

/* Icône BLANCHE quand déconnecté */
.pc-account__toggle--guest .pc-account__icon {
    color: #ffffff !important;
    stroke: #ffffff !important;
}

/* ============================================ */
/* === ÉTAT CONNECTÉ : bouton + dropdown ====== */
/* ============================================ */

.pc-account__toggle--logged {
    padding: 8px 16px;
    background: #232323 !important;
    border-radius: 50px;
    color: #ffffff !important;
}

.pc-account__toggle--logged:hover {
    background: #333333 !important;
}

.pc-account__toggle--logged.active {
    background: #333333 !important;
}

/* Icône VERTE quand connecté */
.pc-account__toggle--logged .pc-account__icon {
    flex-shrink: 0;
    color: #89C600;
}

.pc-account__label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1;
}

.pc-account__arrow {
    flex-shrink: 0;
    color: #89C600;
    transition: transform 0.3s ease;
    margin-left: 2px;
}

.pc-account__toggle--logged.active .pc-account__arrow {
    transform: rotate(180deg);
}

/* ============================================ */
/* === DROPDOWN =============================== */
/* ============================================ */

.pc-account__dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 280px;
    background: #ffffff !important;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
    border-top: 3px solid #89C600;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    overflow: hidden;
}

.pc-account__dropdown.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Header dropdown */
.pc-account__dropdown-header {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 20px 22px;
    border-bottom: 1px solid #f0f0f0;
    background: #fafafa !important;
}

.pc-account__avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e8f5cc, #f0f9e0) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pc-account__greeting {
    display: block;
    font-size: 15px !important;
    font-weight: 800 !important;
    color: #232323 !important;
    line-height: 1.2;
}

.pc-account__subtitle {
    display: block;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #999999 !important;
    margin-top: 2px;
}

/* Liens dropdown */
.pc-account__dropdown-links {
    padding: 10px 0;
}

.pc-account__link {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 12px 22px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #555555 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    background: transparent !important;
}

.pc-account__link:visited,
.pc-account__link:active {
    color: #555555 !important;
}

.pc-account__link svg {
    flex-shrink: 0;
    color: #cccccc;
    transition: color 0.2s ease;
}

.pc-account__link:hover {
    background: rgba(137, 198, 0, 0.06) !important;
    color: #232323 !important;
    padding-left: 26px !important;
}

.pc-account__link:hover svg {
    color: #89C600;
}

.pc-account__link:hover span {
    color: #232323 !important;
}

/* Déconnexion */
.pc-account__dropdown-footer {
    border-top: 1px solid #f0f0f0;
    padding: 6px 0;
    transition: background 0.2s ease;
}

.pc-account__logout {
    display: flex !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 12px 22px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #cc3333 !important;
    text-decoration: none !important;
    transition: all 0.2s ease !important;
    background: transparent !important;
}

.pc-account__logout:visited,
.pc-account__logout:active {
    color: #cc3333 !important;
}

.pc-account__logout svg {
    flex-shrink: 0;
    color: #cc3333;
}

.pc-account__dropdown-footer:hover {
    background: rgba(204, 51, 51, 0.06) !important;
}

/* ---- Overrides Elementor ---- */
.elementor-widget-html .pc-account__toggle--guest,
.elementor-widget-html .pc-account__toggle--guest:visited,
.elementor-widget-html .pc-account__toggle--guest:active,
.elementor-widget-html .pc-account__toggle--guest:hover {
    color: #ffffff !important;
}

.elementor-widget-html .pc-account__toggle--guest .pc-account__icon {
    color: #ffffff !important;
}

.elementor-widget-html .pc-account__link,
.elementor-widget-html .pc-account__link:visited,
.elementor-widget-html .pc-account__link:active {
    color: #555555 !important;
}

.elementor-widget-html .pc-account__link:hover,
.elementor-widget-html .pc-account__link:hover span {
    color: #232323 !important;
}

.elementor-widget-html .pc-account__logout,
.elementor-widget-html .pc-account__logout:visited,
.elementor-widget-html .pc-account__logout:active,
.elementor-widget-html .pc-account__logout:hover {
    color: #cc3333 !important;
}

.elementor-widget-html .pc-account__toggle--logged,
.elementor-widget-html .pc-account__toggle--logged:visited {
    color: #ffffff !important;
}

.elementor-widget-html .pc-account__greeting {
    color: #232323 !important;
}

.elementor-widget-html .pc-account__subtitle {
    color: #999999 !important;
}

/* ============================================ */
/* === MENU MON COMPTE — RESPONSIVE =========== */
/* ============================================ */

@media (max-width: 1200px) {
    .pc-account__label {
        display: none;
    }

    .pc-account__arrow {
        display: none;
    }

    .pc-account__toggle--logged {
        padding: 10px;
        border-radius: 50%;
        width: 42px;
        height: 42px;
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .pc-account__toggle--guest,
    .pc-account__toggle--logged {
        width: 38px;
        height: 38px;
        padding: 8px;
    }

    .pc-account__icon {
        width: 20px;
        height: 20px;
    }

    .pc-account__dropdown {
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        border-radius: 20px 20px 0 0;
        border-top: 3px solid #89C600;
        max-height: 80vh;
        overflow-y: auto;
    }
}

@media (max-width: 480px) {

    .pc-account__toggle--guest,
    .pc-account__toggle--logged {
        width: 36px;
        height: 36px;
    }
}

/* ============================================ */
/* === PANIER=== */
/* ============================================ */

.BtnAchat .elementor-cart__toggle .elementor-button {
    height: 42px;
    padding: 0 14px !important;
    display: flex;
    align-items: center;
    border-radius: 50px;
}

.BtnAchat .elementor-cart__toggle .elementor-button-icon {
    width: 35px !important;
    height: 35px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
    padding: 5px;
    order: -1;
    margin-right: 8px;
    margin-left: 0;
    flex-shrink: 0;
}

.BtnAchat .elementor-cart__toggle .elementor-button-icon svg {
    height: 16px;
    width: 16px;
}

@media (max-width: 768px) {
    .BtnAchat .elementor-cart__toggle .elementor-button {
        height: 38px;
        padding: 0 12px !important;
    }

    .BtnAchat .elementor-cart__toggle .elementor-button-icon {
        width: 26px;
        height: 26px;
        padding: 4px;
    }

    .BtnAchat .elementor-cart__toggle .elementor-button-icon svg {
        height: 14px;
        width: 14px;
    }
}

@media (max-width: 480px) {
    .BtnAchat .elementor-cart__toggle .elementor-button {
        height: 36px;
    }
}

.BtnAchat .elementor-cart__toggle .elementor-button {
    padding: 0 15px 0 4px !important;
}