/*
Theme Name:   Zox News Child
Theme URI:    https://themeforest.net/user/mvpthemes/
Description:  Zox News Child Theme — surcharges Cibles Mag
Author:       MVP Themes / N2D
Author URI:   https://themeforest.net/user/mvpthemes/portfolio
Template:     zox-news
Version:      2.0.3
License:      GNU General Public License v3 or later
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Tags:         two-columns, custom-background, custom-colors, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
Text Domain:  zox-news-child
*/

/* ====================================================================
   LIENS ARTICLE — soulignement rouge custom (box-shadow inset)
   ==================================================================== */

#mvp-content-main p a,
#mvp-content-main ul a,
#mvp-content-main ol a,
.mvp-post-add-main p a,
.mvp-post-add-main ul a,
.mvp-post-add-main ol a {
    box-shadow: inset 0 -2px 0 #c51a1b;
}

/* ====================================================================
   POLICE GLOBALE — neutralise le 'PT Serif' injecté par le thème
   (mvp-custom-style-inline-css). Hérite de la police body (Roboto).
   ==================================================================== */

.mvp-blog-story-text p,
span.mvp-author-page-desc,
#mvp-404 p,
.mvp-widget-feat1-bot-text p,
.mvp-widget-feat2-left-text p,
.mvp-flex-story-text p,
.mvp-search-text p,
#mvp-content-main p,
.mvp-post-add-main p,
#mvp-content-main ul li,
#mvp-content-main ol li,
.rwp-summary,
.rwp-u-review__comment,
.mvp-feat5-mid-main-text p,
.mvp-feat5-small-main-text p,
#mvp-content-main .wp-block-button__link,
.wp-block-audio figcaption,
.wp-block-video figcaption,
.wp-block-embed figcaption,
.wp-block-verse pre,
pre.wp-block-verse {
    font-family: inherit;
}

/* ====================================================================
   FOOTER MAGAZINE — Cibles Mag
   ==================================================================== */

#mvp-foot-wrap.cibles-footer {
    background: #0d0d0d;
    color: #c9cdd1;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}

#mvp-foot-wrap.cibles-footer * {
    box-sizing: border-box;
}

/* --- Bandeau du haut : logo + baseline + réseaux sociaux ----------- */
.cibles-footer-top {
    background:
        linear-gradient(180deg, #131313 0%, #0d0d0d 100%);
    border-bottom: 1px solid #1f1f1f;
    position: relative;
}
.cibles-footer-top::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c51a1b 0%, #e53935 50%, #c51a1b 100%);
}

.cibles-footer-top-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
    padding: 50px 20px 40px;
}

.cibles-footer-brand {
    display: flex;
    align-items: flex-end;
    gap: 28px;
    flex-wrap: wrap;
}

.cibles-footer-logo img {
    max-height: 64px;
    width: auto;
    display: block;
}

.cibles-footer-baseline {
    color: #fff;
    font-family: 'Anton', 'Oswald', sans-serif;
    font-size: 19px;
    line-height: 1.3;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0;
    max-width: 360px;
    border-left: 3px solid #c51a1b;
    padding-left: 16px;
}

.cibles-footer-since {
    margin: 0;
    color: #fff;
    font-family: 'Anton', 'Oswald', sans-serif;
    line-height: 1;
    text-align: center;
    padding-left: 14px;
    border-left: 1px solid #2a2a2a;
}
.cibles-footer-since span {
    display: block;
    font-size: 11px;
    letter-spacing: 4px;
    color: #888;
    text-transform: uppercase;
}
.cibles-footer-since strong {
    display: block;
    font-size: 38px;
    color: #fff;
    margin-top: 4px;
    letter-spacing: 2px;
    font-weight: 400;
}

.cibles-footer-social {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
}
.cibles-footer-social-label {
    color: #888;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.cibles-footer-social ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 10px;
}
.cibles-footer-social li a {
    width: 40px;
    height: 40px;
    border: 1px solid #2a2a2a;
    background: #181818;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0;
    transition: all 0.2s ease;
    font-size: 16px;
    text-decoration: none;
}
.cibles-footer-social li a:hover {
    background: #c51a1b;
    border-color: #c51a1b;
    color: #fff;
    transform: translateY(-2px);
}

/* --- Colonnes (4 cols) -------------------------------------------- */
.cibles-footer-cols {
    background: #0d0d0d;
    padding: 50px 0 30px;
    position: relative;
}
.cibles-footer-cols::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 1px;
    background: #c51a1b;
    opacity: 0.5;
}

.cibles-footer-cols-inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 0 20px;
}

.cibles-footer-col h4 {
    color: #fff;
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 12px;
    padding-bottom: 5px;
    border-bottom: 2px solid #c51a1b;
    display: inline-block;
    position: relative;
}

.cibles-footer-col ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.cibles-footer-col li {
    margin-bottom: 10px;
    line-height: 1;
}
.cibles-footer-col li a {
    color: #c9cdd1;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.15s ease, padding-left 0.15s ease;
    display: inline-block;
    position: relative;
}
.cibles-footer-col li a::before {
    content: "›";
    color: #c51a1b;
    margin-right: 8px;
    opacity: 0;
    transform: translateX(-6px);
    transition: all 0.2s ease;
    display: inline-block;
}
.cibles-footer-col li a:hover {
    color: #fff;
}
.cibles-footer-col li a:hover::before {
    opacity: 1;
    transform: translateX(0);
}

.cibles-footer-address {
    font-style: normal;
    color: #c9cdd1;
    line-height: 1.7;
    font-size: 14px;
    margin: 0 0 16px;
}
.cibles-footer-address strong {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
}
.cibles-footer-tel,
.cibles-footer-mail {
    margin: 0 0 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cibles-footer-tel i,
.cibles-footer-mail i {
    color: #c51a1b;
    width: 16px;
    text-align: center;
}
.cibles-footer-tel a,
.cibles-footer-mail a {
    color: #c9cdd1;
    text-decoration: none;
    transition: color 0.15s ease;
}
.cibles-footer-tel a:hover,
.cibles-footer-mail a:hover {
    color: #fff;
}

/* --- Bandeau du bas : éditeur + copyright ------------------------- */
.cibles-footer-bottom {
    background: #060606;
    border-top: 1px solid #1a1a1a;
    padding: 22px 0;
}
.cibles-footer-bottom-inner {
    padding: 0 20px;
    text-align: center;
}
.cibles-footer-edito {
    color: #fff;
    font-family: 'Anton', 'Oswald', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 16px;
    margin: 0 0 10px;
}
.cibles-footer-edito strong {
    color: #c51a1b;
    font-size: 16px;
}
.cibles-founders {
    color: #c9cdd1;
}
.cibles-footer-legal {
    color: #888;
    font-size: 11px;
    letter-spacing: 0.3px;
    margin: 0 0 6px;
    line-height: 1.6;
}
.cibles-footer-copy {
    color: #777777;
    font-size: 11px;
    margin: 0;
    line-height: 1.5;
}

/* --- Responsive --------------------------------------------------- */
@media (max-width: 1024px) {
    .cibles-footer-cols-inner {
        grid-template-columns: repeat(2, 1fr);
        gap: 35px;
    }
}
/* ====================================================================
   PAGE MON COMPTE — Cibles Mag
   ==================================================================== */

/* Cacher le double titre du thème + bloc auteur/social/related sur /mon-compte/ */
.woocommerce-account #mvp-post-head,
.woocommerce-account .mvp-post-title,
.woocommerce-account .entry-title,
.woocommerce-account .mvp-cat-head,
.woocommerce-account .mvp-author-info-wrap,
.woocommerce-account .mvp-post-soc-wrap,
.woocommerce-account .mvp-post-tags-wrap,
.woocommerce-account #mvp-content-bot,
.woocommerce-account .mvp-related-wrap,
.woocommerce-account .mvp-org-wrap,
.woocommerce-account .mvp-feat1-list-wrap,
.woocommerce-account #mvp-widget-sidebar,
.woocommerce-account .mvp-widget-feat1,
.woocommerce-account #mvp-side-wrap,
.woocommerce-account .mvp-widget-ad,
.woocommerce-account .mvp_ad_widget {
    display: none !important;
}

/* Élargir la zone de contenu sur la page mon-compte */
.woocommerce-account #mvp-article-cont .mvp-main-box,
.woocommerce-account #mvp-article-cont {
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
}
.woocommerce-account #mvp-content-wrap,
.woocommerce-account #mvp-post-content,
.woocommerce-account #mvp-post-main,
.woocommerce-account #mvp-content-body,
.woocommerce-account #mvp-content-main,
.woocommerce-account .mvp-post-main-in,
.woocommerce-account .mvp-post-main-out,
.woocommerce-account .woocommerce {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

.woocommerce-account .cibles-account-wrap {
    background: #f5f5f7;
    padding: 60px 0 110px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    container-type: inline-size;
}

.cibles-account-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 640px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0,0,0,0.08);
    border-radius: 6px;
    overflow: hidden;
}

.cibles-account-grid--has-register {
    grid-template-columns: 1fr 1fr 1fr;
}

@container (max-width: 820px) {
    .cibles-account-grid,
    .cibles-account-grid--has-register {
        grid-template-columns: 1fr;
    }
    .cibles-account-hero {
        padding: 50px 40px 40px;
    }
    .cibles-account-form,
    .cibles-account-register {
        padding: 50px 40px;
    }
}

/* --- Hero gauche : magazine, accroche --- */
.cibles-account-hero {
    background:
        linear-gradient(135deg, rgba(13,13,13,0.95) 0%, rgba(34,10,10,0.95) 100%),
        radial-gradient(circle at 20% 80%, rgba(197,26,27,0.4), transparent 60%);
    background-color: #0d0d0d;
    color: #fff;
    padding: 60px 50px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.cibles-account-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c51a1b 0%, #e53935 50%, #c51a1b 100%);
}
.cibles-account-hero::after {
    content: "";
    position: absolute;
    bottom: -100px; right: -100px;
    width: 400px; height: 400px;
    background: radial-gradient(circle, rgba(197,26,27,0.18) 0%, transparent 70%);
    pointer-events: none;
}

.cibles-account-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 480px;
}

.cibles-account-hero-logo img {
    max-width: 200px;
    height: auto;
    margin-bottom: 30px;
    filter: drop-shadow(0 4px 20px rgba(0,0,0,0.4));
}

#mvp-content-main .cibles-account-hero-eyebrow,
.cibles-account-hero-eyebrow {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 0 0 14px;
    opacity: 0.85;
}

.cibles-account-hero-title {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 1.05;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 24px;
}
.cibles-account-hero-title span {
    color: #c51a1b;
}

#mvp-content-main .cibles-account-hero-lead,
.cibles-account-hero-lead {
    font-size: 15px;
    line-height: 1.7;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 30px;
}

.cibles-account-hero-bullets {
    list-style: none;
    margin: 0 0 36px;
    padding: 0;
}
.cibles-account-hero-bullets li {
    color: #fff;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.cibles-account-hero-bullets i {
    width: 24px; height: 24px;
    background: #c51a1b;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    flex-shrink: 0;
}

.cibles-account-hero-cta {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.cibles-account-hero-cta-label {
    color: #888;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.cibles-account-hero-cta-btn {
    color: #fff;
    text-decoration: none;
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    border-bottom: 2px solid #c51a1b;
    padding-bottom: 4px;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.cibles-account-hero-cta-btn:hover {
    color: #c51a1b;
    gap: 14px;
}

/* --- Form droite : connexion --- */
.cibles-account-form,
.cibles-account-register {
    padding: 80px 60px;
    background: #fff;
    display: flex;
    align-items: center;
}
.cibles-account-form-inner {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.cibles-account-form-head {
    margin-bottom: 36px;
    text-align: left;
}
.cibles-account-form-eyebrow {
    color: #c51a1b;
    text-transform: uppercase;
    font-family: 'Anton', 'Oswald', sans-serif;
    letter-spacing: 4px;
    font-size: 12px;
    margin: 0 0 8px;
}
.cibles-account-form-title {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400 !important;
    font-size: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #1a1a1a;
    margin: 0 0 8px;
    line-height: 1;
}
.cibles-account-form-sub {
    color: #777;
    font-size: 14px;
    margin: 0;
}

/* --- Inputs --- */
.cibles-login-form .cibles-field {
    margin-bottom: 18px;
}
.cibles-login-form .cibles-field label {
    display: block;
    color: #1a1a1a;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.cibles-login-form .cibles-field label .required {
    color: #c51a1b;
    border: 0;
}

.cibles-login-form input[type="text"],
.cibles-login-form input[type="email"],
.cibles-login-form input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    height: 50px;
    padding: 0 18px;
    border: 1.5px solid #e3e3e7;
    background: #fff;
    color: #1a1a1a;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    border-radius: 4px;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    box-shadow: none;
}
.cibles-login-form input[type="text"]:focus,
.cibles-login-form input[type="email"]:focus,
.cibles-login-form input[type="password"]:focus {
    outline: none;
    border-color: #1e8449;
    box-shadow: 0 0 0 3px rgba(30,132,73,0.15);
}

/* Page "lost-password-confirmation" : carte centrale */
.cibles-account-confirm {
    text-align: center;
    padding: 20px 0;
}
.cibles-account-confirm-icon {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #e8f5e9;
    color: #1e8449;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin: 0 auto 22px;
    animation: cibles-pulse 1.6s ease-in-out infinite;
}
@keyframes cibles-pulse {
    0%, 100% { box-shadow: 0 0 0 0 rgba(30,132,73,0.35); }
    50%      { box-shadow: 0 0 0 14px rgba(30,132,73,0); }
}
#mvp-content-main .cibles-account-confirm-msg,
.cibles-account-confirm-msg {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin: 0 0 14px;
}
#mvp-content-main .cibles-account-confirm-meta,
.cibles-account-confirm-meta {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 1.5;
    color: #888;
    margin: 0 0 24px;
}
.cibles-account-confirm-btn {
    margin: 0 auto;
    display: inline-flex !important;
    width: auto !important;
}

/* Bouton œil "afficher le mot de passe" injecté par WC */
.cibles-login-form .cibles-field { position: relative; }
.cibles-login-form .show-password-input {
    position: absolute;
    right: 8px;
    /* top = label height (~26px) + input height/2 (~25px) - button height/2 (18px) ≈ 33px */
    top: 33px;
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent center/20px 20px no-repeat;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' fill='%23999'><path d='M288 32c-80.8 0-145.5 36.8-192.6 80.6C48.6 156 17.3 208 2.5 243.7c-3.3 7.9-3.3 16.7 0 24.6C17.3 304 48.6 356 95.4 399.4 142.5 443.2 207.2 480 288 480s145.5-36.8 192.6-80.6c46.8-43.5 78.1-95.4 93-131.1 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1C433.5 68.8 368.8 32 288 32zM432 256c0 79.5-64.5 144-144 144s-144-64.5-144-144 64.5-144 144-144 144 64.5 144 144zM288 192a64 64 0 1 0 0 128 64 64 0 1 0 0-128z'/></svg>");
    cursor: pointer;
    padding: 0;
    box-shadow: none;
    transition: opacity 0.2s;
    opacity: 0.6;
}
.cibles-login-form .show-password-input:hover { opacity: 1; }
.cibles-login-form .show-password-input.display-password {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512' fill='%23c51a1b'><path d='M38.8 5.1C28.4-3.1 13.3-1.2 5.1 9.2S-1.2 34.7 9.2 42.9l592 464c10.4 8.2 25.5 6.3 33.7-4.1s6.3-25.5-4.1-33.7L525.6 386.7c39.6-40.6 66.4-86.1 79.9-118.4 3.3-7.9 3.3-16.7 0-24.6-14.9-35.7-46.2-87.7-93-131.1C465.5 68.8 400.8 32 320 32c-68.2 0-125 26.3-169.3 60.8L38.8 5.1zM223.1 149.5C248.6 126.2 282.7 112 320 112c79.5 0 144 64.5 144 144 0 24.9-6.3 48.3-17.4 68.7L408 294.5c8.4-19.3 10.6-41.4 4.8-63.3-11.1-41.5-47.8-69.4-88.6-71.1-5.8-.2-9.2 6.1-7.5 11.7 2.1 6.6 3.3 13.6 3.3 20.9 0 4.7-.5 9.2-1.4 13.6L225.5 152.3c-.8-1-1.5-1.9-2.4-2.8zM373 389.9c-16.4 6.5-34.3 10.1-53 10.1-79.5 0-144-64.5-144-144 0-6.9 .5-13.6 1.4-20.2L83.1 161.5C60.3 191.2 44 220.8 34.5 243.7c-3.3 7.9-3.3 16.7 0 24.6 14.9 35.7 46.2 87.7 93 131.1C174.5 443.2 239.2 480 320 480c47.8 0 89.9-12.9 126.2-32.5L373 389.9z'/></svg>");
    opacity: 1;
}

/* Strength meter natif WC : caché — remplacé par notre widget custom */
.cibles-login-form .woocommerce-password-strength,
.cibles-login-form .woocommerce-password-hint {
    display: none !important;
}

/* Widget password strength custom Cibles */
.cibles-pwd-meter {
    margin: 12px 0 4px;
    padding: 14px 16px;
    background: #fafafa;
    border-radius: 6px;
    border: 1px solid #ececec;
    font-family: 'Roboto', sans-serif;
}
.cibles-pwd-meter-bar {
    height: 6px;
    background: #e8e8ec;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 10px;
}
.cibles-pwd-meter-fill {
    height: 100%;
    width: 0;
    border-radius: 3px;
    transition: width 0.3s ease, background 0.3s ease;
    background: #c62828;
}
.cibles-pwd-meter[data-score="1"] .cibles-pwd-meter-fill { width: 33%;  background: #c62828; }
.cibles-pwd-meter[data-score="2"] .cibles-pwd-meter-fill { width: 66%;  background: #1e8449; }
.cibles-pwd-meter[data-score="3"] .cibles-pwd-meter-fill { width: 100%; background: #1e8449; }

.cibles-pwd-meter-label {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #888;
    margin-bottom: 10px;
}
.cibles-pwd-meter[data-score="1"] .cibles-pwd-meter-label { color: #c62828; }
.cibles-pwd-meter[data-score="2"] .cibles-pwd-meter-label { color: #1e8449; }
.cibles-pwd-meter[data-score="3"] .cibles-pwd-meter-label { color: #1e8449; }

.cibles-pwd-meter-rules {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4px 14px;
}
.cibles-pwd-meter-rules li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 0 0 22px !important;
    position: relative;
    font-size: 12px;
    color: #888;
    line-height: 1.4;
}
.cibles-pwd-meter-rules li::before {
    content: "○";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
    font-size: 14px;
    color: #c0c0c0;
    transition: color 0.2s, content 0.2s;
}
.cibles-pwd-meter-rules li.cibles-pwd-rule-ok {
    color: #1e8449;
}
.cibles-pwd-meter-rules li.cibles-pwd-rule-ok::before {
    content: "✓";
    color: #1e8449;
}
@media (max-width: 480px) {
    .cibles-pwd-meter-rules { grid-template-columns: 1fr; }
}

/* Animation shake + bannière d'erreur form password */
@keyframes cibles-pwd-shake {
    0%, 100% { transform: translateX(0); }
    20%, 60% { transform: translateX(-6px); }
    40%, 80% { transform: translateX(6px); }
}
.cibles-pwd-meter.cibles-pwd-shake {
    animation: cibles-pwd-shake 0.4s ease;
    box-shadow: 0 0 0 2px rgba(198,40,40,0.35);
}

.cibles-pwd-form-error {
    background: #fdecea;
    color: #c62828;
    border-left: 4px solid #c62828;
    border-radius: 6px;
    padding: 12px 16px;
    margin: 0 0 18px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}
.cibles-pwd-form-error i { font-size: 18px; }

/* Indicateur "match" pour le champ confirmation */
.cibles-pwd-match {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0 0;
    padding: 10px 14px;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    transition: background 0.2s, color 0.2s;
}
.cibles-pwd-match-icon { font-weight: 700; font-size: 14px; }
.cibles-pwd-match.is-empty {
    background: #fafafa;
    color: #888;
    border-left: 3px solid #d0d0d0;
}
.cibles-pwd-match.is-empty .cibles-pwd-match-icon { color: #c0c0c0; }
.cibles-pwd-match.is-match {
    background: #e8f5e9;
    color: #1e8449;
    border-left: 3px solid #1e8449;
    font-weight: 600;
}
.cibles-pwd-match.is-match .cibles-pwd-match-icon { color: #1e8449; }
.cibles-pwd-match.is-mismatch {
    background: #fdecea;
    color: #c62828;
    border-left: 3px solid #c62828;
    font-weight: 600;
}
.cibles-pwd-match.is-mismatch .cibles-pwd-match-icon { color: #c62828; }

.cibles-login-form input::placeholder {
    color: #b0b0b6;
}

/* --- Row meta : remember + forgot --- */
.cibles-form-row-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 22px 0 24px;
    flex-wrap: wrap;
    gap: 12px;
}
.cibles-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #1a1a1a;
    cursor: pointer;
    user-select: none;
}
.cibles-checkbox input[type="checkbox"] {
    width: 16px; height: 16px;
    accent-color: #c51a1b;
    margin: 0;
}
.cibles-lost {
    color: #c51a1b;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.15s ease;
}
.cibles-lost:hover {
    color: #1a1a1a;
    text-decoration: underline;
}

/* --- Bouton --- */
.cibles-submit-row {
    margin: 0 0 24px !important;
}
.cibles-btn,
#mvp-content-main a.cibles-btn,
a.cibles-btn,
a.cibles-btn:hover,
a.cibles-btn:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    height: 52px;
    padding: 0 30px;
    border: 0;
    background: #1a1a1a;
    color: #fff !important;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none;
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
}
.cibles-btn-primary {
    background: linear-gradient(180deg, #d61d1e 0%, #c51a1b 100%);
    width: 100%;
    box-shadow: 0 8px 24px rgba(197,26,27,0.3);
}
.cibles-btn-primary:hover {
    background: linear-gradient(180deg, #e53935 0%, #c51a1b 100%);
    box-shadow: 0 12px 30px rgba(197,26,27,0.4);
    transform: translateY(-1px);
}
.cibles-btn i {
    transition: transform 0.2s ease;
}
.cibles-btn:hover i {
    transform: translateX(4px);
}

.cibles-form-info {
    background: #fafafa;
    border-left: 3px solid #c51a1b;
    padding: 12px 16px;
    color: #555;
    font-size: 13px;
    margin: 0 0 20px;
    line-height: 1.5;
}

.cibles-account-form-foot {
    margin: 24px 0 0;
    padding-top: 24px;
    border-top: 1px solid #eee;
    color: #777;
    font-size: 13px;
    text-align: center;
}
.cibles-account-form-foot a {
    color: #c51a1b;
    font-weight: 600;
    text-decoration: none;
}
.cibles-account-form-foot a:hover {
    text-decoration: underline;
}

/* --- WC notices custom --- */
.woocommerce-account .woocommerce-error,
.woocommerce-account .woocommerce-message,
.woocommerce-account .woocommerce-info {
    border-radius: 4px;
    padding: 14px 18px;
    font-size: 14px;
    margin-bottom: 20px;
    border-left-width: 4px;
}
.woocommerce-account .woocommerce-error {
    background: #fff4f4;
    border-left-color: #c51a1b;
    color: #7a1010;
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .cibles-account-grid,
    .cibles-account-grid--has-register {
        grid-template-columns: 1fr;
    }
    .cibles-account-hero {
        padding: 50px 40px 40px;
    }
    .cibles-account-hero-title {
        font-size: 38px;
    }
    .cibles-account-form,
    .cibles-account-register {
        padding: 50px 40px;
    }
}
@media (max-width: 600px) {
    .cibles-account-hero,
    .cibles-account-form,
    .cibles-account-register {
        padding: 40px 24px;
    }
    .cibles-account-hero-title {
        font-size: 30px;
    }
    .cibles-account-form-title {
        font-size: 28px;
    }
}

/* ====================================================================
   PAGE ABONNEMENT — Cibles Mag
   ==================================================================== */

/* (font-weight de la tagline géré directement dans 08-abonnement-style.php) */

/* ====================================================================
   PAGE MON COMPTE (logué) — Dashboard Cibles Mag
   ==================================================================== */

/* Wrap dash : étend cibles-account-wrap (déjà full-bleed gris) */
.cibles-dash-wrap {
    padding: 0 !important;          /* on gère le padding interne nous-mêmes */
}

.cibles-dash-shell {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 32px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 24px 70px;
    container-type: inline-size;
}

@container (max-width: 900px) {
    .cibles-dash-shell {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

/* === Sidebar Nav === */
.cibles-dash-nav {
    background: #fff;
    border-radius: 10px;
    padding: 24px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.04);
    align-self: start;
    position: sticky;
    top: 100px;
}

.cibles-dash-nav-user {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid #eee;
    margin-bottom: 18px;
}
.cibles-dash-nav-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #c51a1b 0%, #e53935 100%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Anton', 'Oswald', sans-serif;
    font-size: 22px;
    flex-shrink: 0;
}
.cibles-dash-nav-name {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}
.cibles-dash-nav-eyebrow {
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 10px;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: 'Roboto', sans-serif;
}
.cibles-dash-nav-name strong {
    font-family: 'Roboto', sans-serif;
    color: #0d0d0d;
    font-size: 15px;
    font-weight: 700;
}

.cibles-dash-nav-menu ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.cibles-dash-nav-menu li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.cibles-dash-nav-menu a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 11px 14px;
    border-radius: 6px;
    color: #444;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: background 0.15s, color 0.15s;
    border-bottom: none !important;
    box-shadow: none !important;
}
.cibles-dash-nav-menu a i {
    color: #999;
    width: 18px;
    text-align: center;
    font-size: 14px;
    transition: color 0.15s;
}
.cibles-dash-nav-menu a:hover {
    background: #f5f5f7 !important;
    color: #0d0d0d !important;
}
.cibles-dash-nav-menu a:hover i {
    color: #c51a1b;
}
.cibles-dash-nav-menu li.is-active a,
.cibles-dash-nav-menu li.woocommerce-MyAccount-navigation-link--dashboard.is-active a {
    background: #0d0d0d !important;
    color: #fff !important;
}
.cibles-dash-nav-menu li.is-active a i {
    color: #c51a1b;
}
/* Item déconnexion en accent */
.cibles-dash-nav-menu li.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    background: #fdecea !important;
    color: #c51a1b !important;
}
.cibles-dash-nav-menu li.woocommerce-MyAccount-navigation-link--customer-logout a:hover i {
    color: #c51a1b;
}

.cibles-dash-nav-divider {
    color: #999 !important;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-size: 10px !important;
    font-weight: 700;
    margin: 22px 0 8px !important;
    padding: 0 14px;
    font-family: 'Roboto', sans-serif;
}

.cibles-dash-nav-coming {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.cibles-dash-nav-coming li {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}
.cibles-dash-nav-coming li span {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 9px 14px;
    color: #b0b0b6;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    cursor: not-allowed;
}
.cibles-dash-nav-coming li i {
    color: #d0d0d6;
    width: 18px;
    text-align: center;
    font-size: 13px;
}

/* === Content === */
.cibles-dash-content {
    min-width: 0;       /* pour éviter overflow grid */
}

/* Le wrapper WC autour du contenu */
.cibles-dash-content .woocommerce-MyAccount-content {
    background: transparent;
}

/* === Hero dashboard === */
.cibles-dash-hero {
    background:
        linear-gradient(135deg, rgba(13,13,13,0.96) 0%, rgba(34,10,10,0.96) 100%),
        radial-gradient(circle at 25% 20%, rgba(197,26,27,0.18) 0%, transparent 60%);
    color: #fff;
    padding: 48px 44px;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    margin-bottom: 28px;
}
.cibles-dash-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c51a1b 0%, #e53935 50%, #c51a1b 100%);
}
.cibles-dash-hero::after {
    content: "";
    position: absolute;
    width: 360px; height: 360px;
    bottom: -140px; right: -140px;
    background: radial-gradient(circle, rgba(197,26,27,0.25) 0%, transparent 70%);
    pointer-events: none;
}
.cibles-dash-hero-inner { position: relative; z-index: 2; }

#mvp-content-main .cibles-dash-hero-eyebrow,
.cibles-dash-hero-eyebrow {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 0 0 14px;
    opacity: 0.85;
}
.cibles-dash-hero-title {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.05;
    color: #fff;
    margin: 0 0 18px;
    text-transform: uppercase;
}
.cibles-dash-hero-title span { color: #c51a1b; }

#mvp-content-main .cibles-dash-hero-lead,
.cibles-dash-hero-lead {
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 28px;
    opacity: 0.85;
    max-width: 600px;
}

.cibles-dash-hero-status {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
}
.cibles-dash-status-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 9px 18px;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cibles-dash-status-badge.active {
    background: rgba(30,132,73,0.2);
    color: #4ade80;
    border: 1px solid rgba(30,132,73,0.4);
}
.cibles-dash-status-badge.inactive {
    background: rgba(255,255,255,0.1);
    color: #fff;
    border: 1px solid rgba(255,255,255,0.2);
}
#mvp-content-main .cibles-dash-status-meta,
.cibles-dash-status-meta {
    color: #fff;
    opacity: 0.75;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.cibles-dash-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #c51a1b;
    color: #fff !important;
    padding: 11px 22px;
    border-radius: 6px;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background 0.2s, transform 0.1s;
    border-bottom: none !important;
    box-shadow: none !important;
}
.cibles-dash-cta-btn:hover {
    background: #a01516 !important;
    transform: translateY(-1px);
}

/* === Stats === */
.cibles-dash-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-bottom: 28px;
}
.cibles-dash-stat {
    background: #fff;
    border-radius: 10px;
    padding: 22px 24px;
    text-align: center;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}
.cibles-dash-stat-num {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-size: 38px;
    color: #c51a1b;
    line-height: 1;
    margin-bottom: 6px;
}
.cibles-dash-stat-label {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}

/* === Headline grid (2 cartes) === */
.cibles-dash-headline-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 32px;
}
@container (max-width: 700px) {
    .cibles-dash-headline-grid,
    .cibles-dash-stats {
        grid-template-columns: 1fr;
    }
}
.cibles-dash-headline-card {
    background: #fff;
    border-radius: 10px;
    padding: 28px 28px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    transition: transform 0.2s, box-shadow 0.2s;
}
.cibles-dash-headline-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}
.cibles-dash-card-head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
}
.cibles-dash-card-head i {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    background: #c51a1b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}
.cibles-dash-card-head h2 {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400 !important;
    font-size: 22px;
    color: #0d0d0d;
    margin: 0 !important;
    text-transform: uppercase;
}
#mvp-content-main .cibles-dash-card-body p,
.cibles-dash-card-body p {
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 14px;
}
.cibles-dash-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #c51a1b !important;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    transition: gap 0.2s;
}
.cibles-dash-card-link:hover { gap: 12px; }

/* === Section heads === */
.cibles-dash-section-head {
    margin-bottom: 18px;
    padding-top: 12px;
}
#mvp-content-main .cibles-dash-section-eyebrow,
.cibles-dash-section-eyebrow {
    color: #c51a1b;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 11px;
    margin: 0 0 6px;
}
.cibles-dash-section-title {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400 !important;
    font-size: 28px;
    color: #0d0d0d;
    margin: 0 !important;
    text-transform: uppercase;
    line-height: 1;
}
#mvp-content-main .cibles-dash-section-sub,
.cibles-dash-section-sub {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 8px 0 0;
}

/* === Recent orders === */
.cibles-dash-recent {
    margin-bottom: 32px;
}
.cibles-dash-orders {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.cibles-dash-order {
    display: grid;
    grid-template-columns: 1fr 1fr auto;
    align-items: center;
    gap: 16px;
    padding: 16px 22px;
    background: #fff;
    border-radius: 8px;
    text-decoration: none !important;
    color: inherit !important;
    transition: transform 0.15s, box-shadow 0.15s;
    border-bottom: none !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
}
.cibles-dash-order:hover {
    transform: translateX(4px);
    box-shadow: 0 4px 14px rgba(0,0,0,0.06) !important;
}
.cibles-dash-order-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.cibles-dash-order-num {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #0d0d0d;
    font-size: 14px;
}
.cibles-dash-order-date {
    font-size: 12px;
    color: #999;
    font-family: 'Roboto', sans-serif;
}
.cibles-dash-order-info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.cibles-dash-order-status {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
    background: #f5f5f7;
    color: #444;
    width: max-content;
}
.cibles-dash-order-status.status-completed { background: #e8f5e9; color: #1e8449; }
.cibles-dash-order-status.status-processing { background: #e3f2fd; color: #1976d2; }
.cibles-dash-order-status.status-on-hold { background: #fff3e0; color: #e65100; }
.cibles-dash-order-status.status-cancelled,
.cibles-dash-order-status.status-failed { background: #ffebee; color: #c62828; }
.cibles-dash-order-items {
    font-size: 12px;
    color: #999;
    font-family: 'Roboto', sans-serif;
}
.cibles-dash-order-total {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #0d0d0d;
    font-size: 14px;
}
.cibles-dash-order-total i { color: #c0c0c0; font-size: 12px; }

.cibles-dash-section-more {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 14px;
    color: #c51a1b !important;
    text-decoration: none !important;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: none !important;
    box-shadow: none !important;
    transition: gap 0.2s;
}
.cibles-dash-section-more:hover { gap: 12px; }

/* === Tiles === */
.cibles-dash-tiles-section {
    margin-bottom: 36px;
}
.cibles-dash-tiles-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}
@container (max-width: 700px) {
    .cibles-dash-tiles-grid { grid-template-columns: repeat(2, 1fr); }
}
@container (max-width: 480px) {
    .cibles-dash-tiles-grid { grid-template-columns: 1fr; }
}

.cibles-dash-tile {
    position: relative;
    display: block;
    background: #fff;
    border-radius: 10px;
    padding: 24px 22px;
    text-decoration: none !important;
    color: inherit !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04) !important;
    transition: transform 0.2s, box-shadow 0.2s;
    border-bottom: none !important;
}
.cibles-dash-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.07) !important;
}
.cibles-dash-tile-icon {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    background: #f5f5f7;
    color: #c51a1b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 14px;
    transition: background 0.2s, color 0.2s;
}
.cibles-dash-tile:hover .cibles-dash-tile-icon {
    background: #c51a1b;
    color: #fff;
}
.cibles-dash-tile h3 {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #0d0d0d;
    margin: 0 0 4px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#mvp-content-main .cibles-dash-tile p,
.cibles-dash-tile p {
    color: #888;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    margin: 0;
}

/* Tile danger (déconnexion) */
.cibles-dash-tile.danger:hover .cibles-dash-tile-icon {
    background: #c62828;
}
.cibles-dash-tile.danger:hover h3 {
    color: #c62828;
}

/* Tile coming (à venir) */
.cibles-dash-tile.coming {
    opacity: 0.65;
    cursor: not-allowed;
    background: #fafafa;
    box-shadow: none !important;
    border: 1px dashed #d8d8d8;
}
.cibles-dash-tile.coming:hover {
    transform: none;
    opacity: 0.85;
}
.cibles-dash-tile.coming .cibles-dash-tile-icon {
    background: #ececec;
    color: #999;
}
.cibles-dash-tile.coming:hover .cibles-dash-tile-icon {
    background: #ececec;
    color: #999;
}
.cibles-dash-tile.coming h3 { color: #777; }
.cibles-dash-tile.coming p { color: #aaa; }
.cibles-dash-tile-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background: #ececec;
    color: #777;
    font-family: 'Roboto', sans-serif;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 3px 8px;
    border-radius: 10px;
}

/* === Override styles WC dans content (commandes, addresses, etc.) === */
.cibles-dash-content .woocommerce-MyAccount-content > h1,
.cibles-dash-content .woocommerce-MyAccount-content > h2,
.cibles-dash-content .woocommerce-MyAccount-content > h3 {
    font-family: 'Anton', 'Oswald', sans-serif !important;
    color: #0d0d0d !important;
    text-transform: uppercase !important;
    margin-top: 0 !important;
}

/* Tableaux WC dans le content */
.cibles-dash-content .woocommerce-orders-table,
.cibles-dash-content table.shop_table {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    border: none !important;
}
.cibles-dash-content table.shop_table th {
    background: #0d0d0d;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    padding: 14px 16px;
}
.cibles-dash-content table.shop_table td {
    padding: 14px 16px;
    border-color: #f0f0f0 !important;
}

/* Boutons WC dans le content */
.cibles-dash-content .woocommerce-button.button,
.cibles-dash-content button.button {
    background: #c51a1b !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 22px !important;
    border-radius: 6px !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    transition: background 0.2s !important;
    box-shadow: 0 4px 12px rgba(197,26,27,0.2) !important;
}
.cibles-dash-content .woocommerce-button.button:hover,
.cibles-dash-content button.button:hover {
    background: #a01516 !important;
}

/* Forms WC */
.cibles-dash-content .woocommerce-EditAccountForm,
.cibles-dash-content form {
    background: #fff;
    padding: 28px;
    border-radius: 10px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}
.cibles-dash-content input[type="text"],
.cibles-dash-content input[type="email"],
.cibles-dash-content input[type="password"],
.cibles-dash-content input[type="tel"],
.cibles-dash-content select,
.cibles-dash-content textarea {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.cibles-dash-content input:focus,
.cibles-dash-content select:focus,
.cibles-dash-content textarea:focus {
    outline: none;
    border-color: #1e8449;
    box-shadow: 0 0 0 3px rgba(30,132,73,0.15);
}

/* Responsive dashboard */
@media (max-width: 720px) {
    .cibles-dash-shell { padding: 30px 16px 50px; }
    .cibles-dash-nav { position: static; }
    .cibles-dash-hero { padding: 36px 28px; }
    .cibles-dash-hero-title { font-size: 32px; }
    .cibles-dash-stats,
    .cibles-dash-headline-grid { grid-template-columns: 1fr; }
    .cibles-dash-tiles-grid { grid-template-columns: 1fr; }
    .cibles-dash-order { grid-template-columns: 1fr; gap: 8px; }
}

/* ====================================================================
   PAGE CONTACT — Cibles Mag
   ==================================================================== */

/* Cacher le double titre + widgets thème sur la page contact (102000) */
body.page-id-102000 #mvp-post-head,
body.page-id-102000 .mvp-post-title,
body.page-id-102000 .entry-title,
body.page-id-102000 .mvp-cat-head,
body.page-id-102000 .mvp-author-info-wrap,
body.page-id-102000 .mvp-post-soc-wrap,
body.page-id-102000 .mvp-post-tags-wrap,
body.page-id-102000 #mvp-content-bot,
body.page-id-102000 .mvp-related-wrap,
body.page-id-102000 .mvp-org-wrap,
body.page-id-102000 .mvp-feat1-list-wrap,
body.page-id-102000 #mvp-widget-sidebar,
body.page-id-102000 .mvp-widget-feat1,
body.page-id-102000 #mvp-side-wrap,
body.page-id-102000 .mvp-widget-ad,
body.page-id-102000 .mvp_ad_widget {
    display: none !important;
}

/* Élargir la zone de contenu sur la page contact */
body.page-id-102000 #mvp-article-cont .mvp-main-box,
body.page-id-102000 #mvp-article-cont {
    max-width: 100%;
    width: 100%;
    padding: 0 !important;
}
body.page-id-102000 #mvp-article-wrap #mvp-content-wrap,
body.page-id-102000 #mvp-article-wrap #mvp-post-content,
body.page-id-102000 #mvp-article-wrap #mvp-post-main,
body.page-id-102000 #mvp-article-wrap #mvp-content-body,
body.page-id-102000 #mvp-article-wrap #mvp-content-main,
body.page-id-102000 #mvp-article-wrap .mvp-post-main-in,
body.page-id-102000 #mvp-article-wrap .mvp-post-main-out,
body.page-id-102000 #mvp-article-wrap .mvp-post-soc-in,
body.page-id-102000 #mvp-article-wrap .mvp-post-soc-out,
body.page-id-102000 #mvp-article-wrap .mvp-main-box {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

/* Fond gris pour toute la page (couvre l'espace résiduel sous le wrap, avant le footer) */
body.page-id-102000 {
    background: #f5f5f7;
}

/* Supprime le padding-bottom qui crée une bande vide avant le footer
   sur les pages mon-compte et contact */
body.woocommerce-account #mvp-main-body-wrap,
body.page-id-102000 #mvp-main-body-wrap {
    padding-bottom: 0 !important;
}
body.page-id-102000 .cibles-contact-wrap {
    background: #f5f5f7;
    padding: 60px 0 110px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    container-type: inline-size;
}

.cibles-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    min-height: 640px;
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 30px 80px rgba(0,0,0,0.08);
    border-radius: 6px;
    overflow: hidden;
}

@container (max-width: 820px) {
    .cibles-contact-grid {
        grid-template-columns: 1fr;
    }
}

/* --- Hero gauche : présentation magazine + coordonnées --- */
.cibles-contact-hero {
    background:
        linear-gradient(135deg, rgba(13,13,13,0.95) 0%, rgba(34,10,10,0.95) 100%),
        radial-gradient(circle at 30% 20%, rgba(197,26,27,0.15) 0%, transparent 60%);
    color: #fff;
    padding: 60px 50px;
    position: relative;
    overflow: hidden;
}
.cibles-contact-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 4px;
    background: linear-gradient(90deg, #c51a1b 0%, #e53935 50%, #c51a1b 100%);
}
.cibles-contact-hero::after {
    content: "";
    position: absolute;
    width: 480px; height: 480px;
    bottom: -180px; right: -180px;
    background: radial-gradient(circle, rgba(197,26,27,0.25) 0%, transparent 70%);
    pointer-events: none;
}

.cibles-contact-hero-inner {
    position: relative;
    z-index: 2;
}

.cibles-contact-hero-logo img {
    max-width: 180px;
    height: auto;
    display: block;
    margin: 0 0 36px;
}

#mvp-content-main .cibles-contact-hero-eyebrow,
.cibles-contact-hero-eyebrow {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 0 0 14px;
    opacity: 0.85;
}

.cibles-contact-hero-title {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: 1.05;
    color: #fff;
    margin: 0 0 28px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cibles-contact-hero-title span {
    color: #c51a1b;
}

#mvp-content-main .cibles-contact-hero-lead,
.cibles-contact-hero-lead {
    font-size: 15px;
    line-height: 1.7;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 36px;
    opacity: 0.85;
}

/* Liste infos contact */
#mvp-content-main .cibles-contact-hero-info,
.cibles-contact-hero-info {
    list-style: none;
    margin: 0;
    padding: 28px 0 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
#mvp-content-main .cibles-contact-hero-info li,
.cibles-contact-hero-info li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin: 0 0 18px;
    color: #fff;
    font-size: 14px;
    line-height: 1.55;
    font-family: 'Roboto', sans-serif;
}
.cibles-contact-hero-info i {
    color: #c51a1b;
    font-size: 16px;
    margin-top: 3px;
    width: 22px;
    text-align: center;
    flex-shrink: 0;
}
.cibles-contact-hero-info a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s;
}
.cibles-contact-hero-info a:hover {
    color: #fff !important;
    background: transparent !important;
}

/* --- Form droite --- */
.cibles-contact-form-wrap {
    padding: 60px 50px;
    background: #fff;
    display: flex;
    align-items: flex-start;
}
.cibles-contact-form-inner {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
}

.cibles-contact-form-head {
    margin-bottom: 32px;
}
#mvp-content-main .cibles-contact-form-eyebrow,
.cibles-contact-form-eyebrow {
    color: #c51a1b;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 12px;
    margin: 0 0 8px;
}
.cibles-contact-form-title {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400 !important;
    font-size: 38px;
    color: #0d0d0d;
    margin: 0 0 8px !important;
    line-height: 1;
    text-transform: uppercase;
}
#mvp-content-main .cibles-contact-form-sub,
.cibles-contact-form-sub {
    color: #777;
    font-size: 14px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

/* Champs CF7 */
.cibles-contact-form-wrap .wpcf7-form p {
    margin: 0 0 20px;
}
.cibles-contact-form-wrap .wpcf7-form label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}
.cibles-contact-form-wrap .wpcf7-form input[type="text"],
.cibles-contact-form-wrap .wpcf7-form input[type="email"],
.cibles-contact-form-wrap .wpcf7-form input[type="tel"],
.cibles-contact-form-wrap .wpcf7-form select,
.cibles-contact-form-wrap .wpcf7-form textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #fff;
    color: #0d0d0d;
    transition: border-color 0.2s, box-shadow 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}
.cibles-contact-form-wrap .wpcf7-form input:focus,
.cibles-contact-form-wrap .wpcf7-form select:focus,
.cibles-contact-form-wrap .wpcf7-form textarea:focus {
    outline: none;
    border-color: #1e8449;
    box-shadow: 0 0 0 3px rgba(30,132,73,0.15);
}
.cibles-contact-form-wrap .wpcf7-form select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='%23555' d='M7 10l5 5 5-5z'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    padding-right: 38px;
    cursor: pointer;
}
.cibles-contact-form-wrap .wpcf7-form textarea {
    min-height: 140px;
    resize: vertical;
    line-height: 1.5;
}

/* Bouton submit */
.cibles-contact-form-wrap .wpcf7-form .wpcf7-submit,
.cibles-contact-form-wrap .wpcf7-form button[type="submit"] {
    background: #c51a1b;
    color: #fff;
    border: none;
    padding: 15px 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s, transform 0.1s, box-shadow 0.2s;
    width: 100%;
    box-shadow: 0 6px 18px rgba(197,26,27,0.25);
}
.cibles-contact-form-wrap .wpcf7-form .wpcf7-submit:hover,
.cibles-contact-form-wrap .wpcf7-form button[type="submit"]:hover {
    background: #a01516;
    box-shadow: 0 8px 24px rgba(197,26,27,0.35);
}
.cibles-contact-form-wrap .wpcf7-form .wpcf7-submit:active {
    transform: translateY(1px);
    box-shadow: 0 4px 12px rgba(197,26,27,0.25);
}

/* Spinner CF7 (loader) */
.cibles-contact-form-wrap .wpcf7-spinner {
    margin: 0 0 0 12px;
    background-color: #c51a1b;
}

/* Messages CF7 (succès/erreur/validation) */
.cibles-contact-form-wrap .wpcf7-response-output {
    border-radius: 4px;
    padding: 14px 16px;
    margin: 18px 0 0 !important;
    font-size: 14px;
    line-height: 1.5;
    border: 1px solid !important;
    font-family: 'Roboto', sans-serif;
}
.cibles-contact-form-wrap .wpcf7 form.sent .wpcf7-response-output {
    border-color: #1e8449 !important;
    background: #e8f5e9;
    color: #1e8449;
}
.cibles-contact-form-wrap .wpcf7 form.invalid .wpcf7-response-output,
.cibles-contact-form-wrap .wpcf7 form.failed .wpcf7-response-output,
.cibles-contact-form-wrap .wpcf7 form.spam .wpcf7-response-output {
    border-color: #c51a1b !important;
    background: #fdecea;
    color: #c51a1b;
}
.cibles-contact-form-wrap .wpcf7-not-valid-tip {
    color: #c51a1b;
    font-size: 12px;
    margin-top: 6px;
    font-family: 'Roboto', sans-serif;
}
.cibles-contact-form-wrap .wpcf7-not-valid {
    border-color: #c51a1b !important;
}

/* Turnstile widget — centré */
.cibles-contact-form-wrap .cf-turnstile,
.cibles-contact-form-wrap .cfturnstile-wrapper {
    margin: 4px 0 6px;
    display: flex;
    justify-content: center;
}

/* Responsive contact */
@media (max-width: 1024px) {
    .cibles-contact-hero {
        padding: 50px 40px 40px;
    }
    .cibles-contact-hero-title {
        font-size: 42px;
    }
    .cibles-contact-form-wrap {
        padding: 50px 40px;
    }
}
@media (max-width: 600px) {
    .cibles-contact-hero,
    .cibles-contact-form-wrap {
        padding: 40px 24px;
    }
    .cibles-contact-hero-title {
        font-size: 32px;
    }
    .cibles-contact-form-title {
        font-size: 28px;
    }
}

/* ====================================================================
   PAGE COMMANDER (checkout) + PANIER — full width, sans sidebar thème
   ==================================================================== */

body.woocommerce-checkout #mvp-post-head,
body.woocommerce-checkout .mvp-post-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout .mvp-cat-head,
body.woocommerce-checkout .mvp-author-info-wrap,
body.woocommerce-checkout .mvp-post-soc-wrap,
body.woocommerce-checkout .mvp-post-tags-wrap,
body.woocommerce-checkout #mvp-content-bot,
body.woocommerce-checkout .mvp-related-wrap,
body.woocommerce-checkout .mvp-org-wrap,
body.woocommerce-checkout .mvp-feat1-list-wrap,
body.woocommerce-checkout #mvp-widget-sidebar,
body.woocommerce-checkout .mvp-widget-feat1,
body.woocommerce-checkout #mvp-side-wrap,
body.woocommerce-checkout .mvp-widget-ad,
body.woocommerce-checkout .mvp_ad_widget,
body.woocommerce-cart #mvp-post-head,
body.woocommerce-cart .mvp-post-title,
body.woocommerce-cart .entry-title,
body.woocommerce-cart .mvp-cat-head,
body.woocommerce-cart .mvp-author-info-wrap,
body.woocommerce-cart .mvp-post-soc-wrap,
body.woocommerce-cart .mvp-post-tags-wrap,
body.woocommerce-cart #mvp-content-bot,
body.woocommerce-cart .mvp-related-wrap,
body.woocommerce-cart .mvp-org-wrap,
body.woocommerce-cart .mvp-feat1-list-wrap,
body.woocommerce-cart #mvp-widget-sidebar,
body.woocommerce-cart .mvp-widget-feat1,
body.woocommerce-cart #mvp-side-wrap,
body.woocommerce-cart .mvp-widget-ad,
body.woocommerce-cart .mvp_ad_widget {
    display: none !important;
}

body.woocommerce-checkout #mvp-article-wrap #mvp-content-wrap,
body.woocommerce-checkout #mvp-article-wrap #mvp-post-content,
body.woocommerce-checkout #mvp-article-wrap #mvp-post-main,
body.woocommerce-checkout #mvp-article-wrap #mvp-content-body,
body.woocommerce-checkout #mvp-article-wrap #mvp-content-main,
body.woocommerce-checkout #mvp-article-wrap .mvp-post-main-in,
body.woocommerce-checkout #mvp-article-wrap .mvp-post-main-out,
body.woocommerce-checkout #mvp-article-wrap .mvp-post-soc-in,
body.woocommerce-checkout #mvp-article-wrap .mvp-post-soc-out,
body.woocommerce-checkout #mvp-article-wrap .mvp-main-box,
body.woocommerce-cart #mvp-article-wrap #mvp-content-wrap,
body.woocommerce-cart #mvp-article-wrap #mvp-post-content,
body.woocommerce-cart #mvp-article-wrap #mvp-post-main,
body.woocommerce-cart #mvp-article-wrap #mvp-content-body,
body.woocommerce-cart #mvp-article-wrap #mvp-content-main,
body.woocommerce-cart #mvp-article-wrap .mvp-post-main-in,
body.woocommerce-cart #mvp-article-wrap .mvp-post-main-out,
body.woocommerce-cart #mvp-article-wrap .mvp-post-soc-in,
body.woocommerce-cart #mvp-article-wrap .mvp-post-soc-out,
body.woocommerce-cart #mvp-article-wrap .mvp-main-box {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

body.woocommerce-checkout #mvp-main-body-wrap,
body.woocommerce-cart #mvp-main-body-wrap {
    padding-bottom: 0 !important;
}

body.woocommerce-checkout,
body.woocommerce-cart {
    background: #f5f5f7;
}

/* Padding sur le main (contre la spécificité des règles d'override avec #mvp-article-wrap) */
body.woocommerce-checkout #mvp-article-wrap #mvp-content-main,
body.woocommerce-cart #mvp-article-wrap #mvp-content-main {
    background: #f5f5f7 !important;
    padding: 60px 0 110px !important;
    position: relative;
}

/* Email-first widget (visiteurs non logués au checkout) */
.cibles-emfr {
    margin: 0 auto 24px;
    max-width: 1180px;
}
.cibles-emfr-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.05);
    padding: 36px 40px;
    border-left: 4px solid #c51a1b;
}
.cibles-emfr-head { margin-bottom: 22px; }
#mvp-content-main .cibles-emfr-eyebrow,
.cibles-emfr-eyebrow {
    color: #c51a1b;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 11px;
    margin: 0 0 6px;
}
.cibles-emfr-title {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400 !important;
    font-size: 28px;
    color: #0d0d0d;
    margin: 0 0 6px !important;
    text-transform: uppercase;
}
#mvp-content-main .cibles-emfr-sub,
#mvp-content-main .cibles-emfr-welcome,
.cibles-emfr-sub,
.cibles-emfr-welcome {
    color: #555;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0 0 8px;
}
.cibles-emfr-form label {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 16px 0 8px;
}
.cibles-emfr-form input[type="email"],
.cibles-emfr-form input[type="password"] {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}
.cibles-emfr-form input:focus {
    outline: none;
    border-color: #1e8449;
    box-shadow: 0 0 0 3px rgba(30,132,73,0.15);
}
.cibles-emfr-btn-primary {
    margin-top: 18px;
    background: #c51a1b;
    color: #fff !important;
    border: none;
    padding: 14px 28px;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(197,26,27,0.25);
    transition: background 0.2s, transform 0.1s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.cibles-emfr-btn-primary:hover { background: #a01516; transform: translateY(-1px); }
.cibles-emfr-btn-primary:disabled { opacity: 0.6; cursor: wait; }
#mvp-content-main .cibles-emfr-meta,
.cibles-emfr-meta {
    margin: 14px 0 0;
    font-size: 12px;
    color: #888;
    font-family: 'Roboto', sans-serif;
}
.cibles-emfr-meta a {
    color: #0d0d0d !important;
    text-decoration: underline !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
.cibles-emfr-meta a:hover { color: #c51a1b !important; }
#mvp-content-main .cibles-emfr-error,
.cibles-emfr-error {
    margin: 14px 0 0;
    padding: 10px 14px;
    background: #fdecea;
    border-radius: 4px;
    border-left: 3px solid #c51a1b;
    color: #c51a1b;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

/* Tant que l'email-first n'est pas franchi, le checkout est masqué */
.cibles-emfr-hidden-checkout {
    display: none !important;
}

/* WC Block Checkout (Gutenberg) — limiter la largeur + centrer */
.wp-block-woocommerce-checkout,
.wp-block-woocommerce-cart {
    max-width: 1180px !important;
    margin: 0 auto !important;
    padding: 0 24px !important;
}

/* Le layout 2 colonnes du block checkout */
.wc-block-components-sidebar-layout {
    display: flex !important;
    gap: 24px;
    align-items: flex-start;
}
.wc-block-checkout__main,
.wc-block-cart__main {
    background: #fff;
    border-radius: 10px;
    padding: 32px 36px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.05);
    flex: 1.5 !important;
    min-width: 0;
}
.wc-block-checkout__sidebar,
.wc-block-cart__sidebar {
    background: #fff;
    border-radius: 10px;
    padding: 28px 30px !important;
    box-shadow: 0 8px 32px rgba(0,0,0,0.05);
    height: fit-content;
    flex: 1 !important;
    min-width: 380px;
    max-width: 460px;
}

/* Titres dans les blocks */
.wc-block-components-checkout-step__title,
.wc-block-components-title {
    font-family: 'Anton', 'Oswald', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    color: #0d0d0d !important;
}

/* Inputs WC blocks */
.wc-block-components-text-input input,
.wc-block-components-checkout-step input[type="text"],
.wc-block-components-checkout-step input[type="email"],
.wc-block-components-checkout-step input[type="tel"],
.wc-block-components-checkout-step select {
    border-color: #e0e0e0 !important;
    border-radius: 4px !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
}
.wc-block-components-text-input input:focus,
.wc-block-components-checkout-step input:focus,
.wc-block-components-checkout-step select:focus {
    border-color: #1e8449 !important;
    box-shadow: 0 0 0 3px rgba(30,132,73,0.15) !important;
    outline: none !important;
}

/* Bouton "Commander" du block */
.wc-block-components-checkout-place-order-button,
.wp-block-woocommerce-checkout-actions-block button,
button.wc-block-cart__submit-button,
.wp-block-woocommerce-proceed-to-checkout-block a.wc-block-cart__submit-container,
.wc-block-cart__submit-container .wc-block-components-button {
    background: #c51a1b !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 28px !important;
    border-radius: 6px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-size: 13px !important;
    box-shadow: 0 4px 14px rgba(197,26,27,0.25) !important;
    transition: background 0.2s !important;
}
.wc-block-components-checkout-place-order-button:hover,
.wp-block-woocommerce-checkout-actions-block button:hover,
button.wc-block-cart__submit-button:hover {
    background: #a01516 !important;
}

/* Cache le badge quantité (toujours 1 pour les abos, inutile et moche) */
body.cibles-cart-only-subscriptions .wc-block-components-order-summary-item__quantity,
body.cibles-cart-only-subscriptions .wc-block-components-product-badge,
body.cibles-cart-only-subscriptions .wc-block-cart-item__quantity {
    display: none !important;
}

/* Récap commande dans le sidebar */
.wc-block-components-totals-wrapper,
.wc-block-components-totals-item {
    border-color: #f0f0f0 !important;
}
.wc-block-components-totals-footer-item,
.wc-block-components-totals-footer-item-tax {
    background: #f5f5f7;
    border-radius: 6px;
    padding: 10px 14px !important;
}

/* Responsive : le sidebar passe en bas sur mobile */
@media (max-width: 900px) {
    .wc-block-components-sidebar-layout {
        flex-direction: column;
    }
    .wc-block-checkout__sidebar,
    .wc-block-cart__sidebar {
        order: 2;
    }
}

/* Container WC : carte centrale blanche, max-width confortable */
body.woocommerce-checkout .woocommerce,
body.woocommerce-cart .woocommerce {
    max-width: 1180px;
    margin: 0 auto !important;
    padding: 0 24px !important;
    background: transparent !important;
}

/* Sections internes (form-checkout, cart, etc.) en cartes blanches */
body.woocommerce-checkout .woocommerce-checkout,
body.woocommerce-cart .woocommerce-cart-form {
    background: #fff;
    border-radius: 10px;
    padding: 36px 40px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.05);
    margin-bottom: 24px;
}

/* Titre de la page (en haut) */
body.woocommerce-checkout .woocommerce > h1,
body.woocommerce-cart .woocommerce > h1 {
    font-family: 'Anton', 'Oswald', sans-serif !important;
    font-size: 42px !important;
    color: #0d0d0d !important;
    text-transform: uppercase !important;
    margin: 0 0 28px !important;
    text-align: center;
}

/* Zone récap commande (à droite ou en bas selon viewport) */
body.woocommerce-checkout #order_review,
body.woocommerce-checkout .woocommerce-checkout-review-order {
    background: #fff;
    border-radius: 10px;
    padding: 32px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.05);
}
body.woocommerce-checkout #order_review_heading {
    font-family: 'Anton', 'Oswald', sans-serif !important;
    font-size: 26px !important;
    color: #0d0d0d !important;
    text-transform: uppercase !important;
    margin: 0 0 18px !important;
    border-bottom: 2px solid #c51a1b;
    padding-bottom: 12px;
}

/* Boutons WC checkout/cart */
body.woocommerce-checkout #place_order,
body.woocommerce-cart .checkout-button,
body.woocommerce-cart button[name="update_cart"] {
    background: #c51a1b !important;
    color: #fff !important;
    border: none !important;
    padding: 14px 28px !important;
    border-radius: 6px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    font-size: 13px !important;
    box-shadow: 0 4px 14px rgba(197,26,27,0.25) !important;
    transition: background 0.2s !important;
    width: 100% !important;
}
body.woocommerce-checkout #place_order:hover,
body.woocommerce-cart .checkout-button:hover {
    background: #a01516 !important;
}

/* Inputs avec focus vert (cohérence avec contact + mon-compte) */
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"],
body.woocommerce-checkout input[type="password"],
body.woocommerce-checkout select,
body.woocommerce-checkout textarea,
body.woocommerce-cart input[type="text"] {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    transition: border-color 0.2s, box-shadow 0.2s;
}
body.woocommerce-checkout input:focus,
body.woocommerce-checkout select:focus,
body.woocommerce-checkout textarea:focus,
body.woocommerce-cart input:focus {
    outline: none;
    border-color: #1e8449;
    box-shadow: 0 0 0 3px rgba(30,132,73,0.15);
}

/* Tableau récap commande / panier */
body.woocommerce-checkout .shop_table,
body.woocommerce-cart .shop_table {
    border: none !important;
    background: transparent !important;
}
body.woocommerce-checkout .shop_table th,
body.woocommerce-cart .shop_table th {
    background: #0d0d0d !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 11px;
    padding: 12px 14px;
}
body.woocommerce-checkout .shop_table td,
body.woocommerce-cart .shop_table td {
    border-color: #f0f0f0 !important;
    padding: 14px;
}

/* Coupon */
body.woocommerce-cart .coupon input,
body.woocommerce-checkout .checkout_coupon input {
    border: 1px solid #e0e0e0 !important;
}

/* Notices (succès / erreur) */
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info {
    border-radius: 6px;
    border-left: 4px solid #1e8449;
    background: #e8f5e9;
    color: #1e8449;
    padding: 14px 18px;
    margin-bottom: 20px;
}
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-cart .woocommerce-error {
    border-radius: 6px;
    border-left: 4px solid #c51a1b;
    background: #fdecea;
    color: #c51a1b;
    padding: 14px 18px;
    margin-bottom: 20px;
}

/* ====================================================================
   PAGE THANK YOU (commande reçue) — Cibles Mag
   ==================================================================== */

body.woocommerce-order-received {
    background: #f5f5f7;
}
body.woocommerce-order-received #mvp-main-body-wrap {
    padding-bottom: 0 !important;
}

/* Cacher widgets thème + contraintes article */
body.woocommerce-order-received #mvp-post-head,
body.woocommerce-order-received .mvp-post-title,
body.woocommerce-order-received .entry-title,
body.woocommerce-order-received .mvp-cat-head,
body.woocommerce-order-received .mvp-author-info-wrap,
body.woocommerce-order-received .mvp-post-soc-wrap,
body.woocommerce-order-received .mvp-post-tags-wrap,
body.woocommerce-order-received #mvp-content-bot,
body.woocommerce-order-received .mvp-related-wrap,
body.woocommerce-order-received .mvp-org-wrap,
body.woocommerce-order-received .mvp-feat1-list-wrap,
body.woocommerce-order-received #mvp-widget-sidebar,
body.woocommerce-order-received .mvp-widget-feat1,
body.woocommerce-order-received #mvp-side-wrap,
body.woocommerce-order-received .mvp-widget-ad,
body.woocommerce-order-received .mvp_ad_widget {
    display: none !important;
}
body.woocommerce-order-received #mvp-article-wrap #mvp-content-wrap,
body.woocommerce-order-received #mvp-article-wrap #mvp-post-content,
body.woocommerce-order-received #mvp-article-wrap #mvp-post-main,
body.woocommerce-order-received #mvp-article-wrap #mvp-content-body,
body.woocommerce-order-received #mvp-article-wrap #mvp-content-main,
body.woocommerce-order-received #mvp-article-wrap .mvp-post-main-in,
body.woocommerce-order-received #mvp-article-wrap .mvp-post-main-out,
body.woocommerce-order-received #mvp-article-wrap .mvp-post-soc-in,
body.woocommerce-order-received #mvp-article-wrap .mvp-post-soc-out,
body.woocommerce-order-received #mvp-article-wrap .mvp-main-box {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

.cibles-thankyou-wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 50px 24px 70px;
    font-family: 'Roboto', sans-serif;
}

/* Hero */
.cibles-thankyou-hero {
    position: relative;
    background:
        linear-gradient(135deg, rgba(13,13,13,0.96) 0%, rgba(34,10,10,0.96) 100%),
        radial-gradient(circle at 25% 20%, rgba(197,26,27,0.18) 0%, transparent 60%);
    color: #fff;
    text-align: center;
    padding: 56px 40px 50px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 32px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.08);
}
.cibles-thankyou-hero::before {
    content: "";
    position: absolute;
    top: 0; left: 0; right: 0; height: 4px;
    background: linear-gradient(90deg, #c51a1b 0%, #e53935 50%, #c51a1b 100%);
}
.cibles-thankyou-hero::after {
    content: "";
    position: absolute;
    width: 360px; height: 360px;
    bottom: -160px; right: -160px;
    background: radial-gradient(circle, rgba(197,26,27,0.25) 0%, transparent 70%);
    pointer-events: none;
}
.cibles-thankyou-hero-inner { position: relative; z-index: 2; }

/* Icône succès + animation pop */
.cibles-thankyou-icon {
    width: 80px; height: 80px;
    border-radius: 50%;
    background: rgba(30,132,73,0.18);
    color: #4ade80;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 22px;
    border: 2px solid rgba(30,132,73,0.4);
    animation: cibles-thankyou-pop 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.cibles-thankyou-icon--err {
    background: rgba(198,40,40,0.18);
    color: #ef5350;
    border-color: rgba(198,40,40,0.4);
}
@keyframes cibles-thankyou-pop {
    0%   { transform: scale(0.4); opacity: 0; }
    100% { transform: scale(1); opacity: 1; }
}

#mvp-content-main .cibles-thankyou-eyebrow,
.cibles-thankyou-eyebrow {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 12px;
    margin: 0 0 14px !important;
    opacity: 0.9;
}
.cibles-thankyou-title {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400 !important;
    font-size: 44px;
    line-height: 1.05;
    color: #fff;
    margin: 0 0 18px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cibles-thankyou-title span { color: #c51a1b; }
#mvp-content-main .cibles-thankyou-lead,
.cibles-thankyou-lead {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    opacity: 0.85;
    margin: 0 auto !important;
    max-width: 640px;
}

/* Sections */
.cibles-thankyou-section {
    background: #fff;
    border-radius: 12px;
    padding: 36px 40px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
    margin-bottom: 24px;
}
.cibles-thankyou-section-head { margin-bottom: 22px; }
#mvp-content-main .cibles-thankyou-section-eyebrow,
.cibles-thankyou-section-eyebrow {
    color: #c51a1b;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 2.5px;
    font-size: 11px;
    margin: 0 0 6px !important;
}
.cibles-thankyou-section-title {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400 !important;
    font-size: 28px;
    color: #0d0d0d;
    margin: 0 !important;
    text-transform: uppercase;
    line-height: 1;
}
#mvp-content-main .cibles-thankyou-section-sub,
.cibles-thankyou-section-sub {
    color: #666;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 8px 0 0 !important;
}

/* Récap abonnement */
.cibles-thankyou-subs {
    display: flex;
    flex-direction: column;
    gap: 14px;
}
.cibles-thankyou-sub {
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 18px 22px;
    background: #fafafa;
    border-radius: 8px;
    border-left: 4px solid #c51a1b;
}
.cibles-thankyou-sub-icon {
    width: 48px; height: 48px;
    border-radius: 10px;
    background: #c51a1b;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    flex-shrink: 0;
}
.cibles-thankyou-sub-body { flex: 1; min-width: 0; }
.cibles-thankyou-sub-body h3 {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400 !important;
    font-size: 18px;
    color: #0d0d0d;
    margin: 0 0 4px !important;
    text-transform: uppercase;
}
#mvp-content-main .cibles-thankyou-sub-meta,
.cibles-thankyou-sub-meta {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0 !important;
    line-height: 1.5;
}
.cibles-thankyou-sub-meta strong { color: #0d0d0d; }
.cibles-thankyou-status-pill {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 20px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #e8f5e9;
    color: #1e8449;
}

/* Tuiles "Votre espace lecteur" */
.cibles-thankyou-tiles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
}
@media (max-width: 720px) {
    .cibles-thankyou-tiles { grid-template-columns: 1fr 1fr; }
}
.cibles-thankyou-tile {
    background: #fafafa;
    border-radius: 10px;
    padding: 22px 18px;
    text-decoration: none !important;
    color: inherit !important;
    border-bottom: none !important;
    box-shadow: none !important;
    transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
    text-align: center;
}
.cibles-thankyou-tile:hover {
    background: #fff;
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0,0,0,0.08) !important;
}
.cibles-thankyou-tile-icon {
    width: 44px; height: 44px;
    border-radius: 10px;
    background: #fff;
    color: #c51a1b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 12px;
    transition: background 0.2s, color 0.2s;
}
.cibles-thankyou-tile:hover .cibles-thankyou-tile-icon {
    background: #c51a1b;
    color: #fff;
}
.cibles-thankyou-tile h3 {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400 !important;
    font-size: 16px;
    color: #0d0d0d;
    margin: 0 0 4px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#mvp-content-main .cibles-thankyou-tile p,
.cibles-thankyou-tile p {
    color: #888;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    margin: 0 !important;
    line-height: 1.4;
}

/* Overview cards (commande / date / email / total / paiement) */
.cibles-thankyou-overview {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 12px;
}
.cibles-thankyou-overview-item {
    background: #fafafa;
    padding: 16px 18px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.cibles-thankyou-overview-label {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-weight: 600;
}
.cibles-thankyou-overview-value {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #0d0d0d;
    font-weight: 700;
}

/* Actions footer */
.cibles-thankyou-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    justify-content: center;
    margin-top: 32px;
}
.cibles-thankyou-actions .cibles-btn {
    height: auto;
    padding: 14px 28px;
}
#mvp-content-main a.cibles-btn-secondary,
#mvp-content-main a.cibles-btn-secondary:hover,
#mvp-content-main a.cibles-btn-secondary:visited,
.cibles-btn-secondary,
a.cibles-btn-secondary,
a.cibles-btn-secondary:hover,
a.cibles-btn-secondary:visited {
    background: #fff !important;
    color: #0d0d0d !important;
    border: 1.5px solid #e0e0e0 !important;
}
#mvp-content-main a.cibles-btn-secondary:hover,
.cibles-btn-secondary:hover {
    background: #f5f5f7 !important;
    border-color: #0d0d0d !important;
    color: #0d0d0d !important;
}

/* Cache le rendu legacy WC qui fait doublon avec notre UI custom :
   - message "thank you"
   - overview order details
   - tableau order-details (sous-total / livraison / total / paiement)
   - abonnements associés (déjà dans notre section "Récapitulatif abonnement")
   - infos additionnelles
   - éventuel "View order" / boutons WC */
body.woocommerce-order-received .woocommerce-thankyou-order-received,
body.woocommerce-order-received .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-table--order-details,
body.woocommerce-order-received .order_details,
body.woocommerce-order-received .woocommerce-orders-table--subscriptions,
body.woocommerce-order-received .related-subscriptions,
body.woocommerce-order-received .subscription_details,
body.woocommerce-order-received .woocommerce-additional-fields,
body.woocommerce-order-received header.woocommerce-order-details__title,
body.woocommerce-order-received h2.related-subscriptions__title,
/* Notices WC (le message "Affichez l'état de votre abonnement…") */
body.woocommerce-order-received .woocommerce-notices-wrapper,
body.woocommerce-order-received .woocommerce-info,
body.woocommerce-order-received .woocommerce-message,
body.woocommerce-order-received .woocommerce-notice,
body.woocommerce-order-received .woocommerce-Message,
body.woocommerce-order-received p.subscription_details_link {
    display: none !important;
}

/* Style des adresses (woocommerce-customer-details) — on garde, on style */
body.woocommerce-order-received .woocommerce-customer-details {
    max-width: 1080px;
    margin: 0 auto 24px;
    padding: 36px 40px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.04);
}
body.woocommerce-order-received .woocommerce-customer-details::before {
    content: "Adresses";
    display: block;
    font-family: 'Anton', 'Oswald', sans-serif;
    font-size: 28px;
    color: #0d0d0d;
    text-transform: uppercase;
    margin: 0 0 22px;
    line-height: 1;
}
body.woocommerce-order-received .woocommerce-customer-details > h2 {
    display: none;
}
body.woocommerce-order-received .woocommerce-columns--addresses {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}
@media (max-width: 720px) {
    body.woocommerce-order-received .woocommerce-columns--addresses {
        grid-template-columns: 1fr;
    }
}
body.woocommerce-order-received .woocommerce-column {
    background: #fafafa;
    padding: 20px 22px;
    border-radius: 8px;
    border-left: 3px solid #c51a1b;
    /* Reset des contraintes du thème zox-news (float, width fixe) */
    float: none !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    box-sizing: border-box;
}
body.woocommerce-order-received .woocommerce-column__title {
    font-family: 'Roboto', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    color: #c51a1b !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0 0 10px !important;
}
body.woocommerce-order-received .woocommerce-customer-details address {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    font-style: normal;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

/* Responsive */
@media (max-width: 720px) {
    .cibles-thankyou-hero { padding: 40px 24px; }
    .cibles-thankyou-title { font-size: 32px; }
    .cibles-thankyou-section { padding: 28px 22px; }
    .cibles-thankyou-sub { flex-direction: column; align-items: flex-start; }
    .cibles-thankyou-actions { flex-direction: column; }
    .cibles-thankyou-actions .cibles-btn { width: 100%; }
}

/* ====================================================================
   PAGE GESTION DES COOKIES — Cibles Mag
   ==================================================================== */

body.page-id-101999 #mvp-post-head,
body.page-id-101999 .mvp-post-title,
body.page-id-101999 .entry-title,
body.page-id-101999 .mvp-cat-head,
body.page-id-101999 .mvp-author-info-wrap,
body.page-id-101999 .mvp-post-soc-wrap,
body.page-id-101999 .mvp-post-tags-wrap,
body.page-id-101999 #mvp-content-bot,
body.page-id-101999 .mvp-related-wrap,
body.page-id-101999 .mvp-org-wrap,
body.page-id-101999 .mvp-feat1-list-wrap,
body.page-id-101999 #mvp-widget-sidebar,
body.page-id-101999 .mvp-widget-feat1,
body.page-id-101999 #mvp-side-wrap,
body.page-id-101999 .mvp-widget-ad,
body.page-id-101999 .mvp_ad_widget {
    display: none !important;
}

body.page-id-101999 #mvp-article-wrap #mvp-content-wrap,
body.page-id-101999 #mvp-article-wrap #mvp-post-content,
body.page-id-101999 #mvp-article-wrap #mvp-post-main,
body.page-id-101999 #mvp-article-wrap #mvp-content-body,
body.page-id-101999 #mvp-article-wrap #mvp-content-main,
body.page-id-101999 #mvp-article-wrap .mvp-post-main-in,
body.page-id-101999 #mvp-article-wrap .mvp-post-main-out,
body.page-id-101999 #mvp-article-wrap .mvp-post-soc-in,
body.page-id-101999 #mvp-article-wrap .mvp-post-soc-out,
body.page-id-101999 #mvp-article-wrap .mvp-main-box {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    float: none !important;
}

body.page-id-101999 {
    background: #f5f5f7;
}
body.page-id-101999 #mvp-main-body-wrap {
    padding-bottom: 0 !important;
}

body.page-id-101999 .cibles-cookies-wrap {
    background: #f5f5f7;
    padding: 60px 0 110px;
    font-family: 'Roboto', sans-serif;
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    color: #1d1d1f;
}

.cibles-cookies-inner {
    max-width: 920px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Hero */
.cibles-cookies-hero {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}
#mvp-content-main .cibles-cookies-eyebrow,
.cibles-cookies-eyebrow {
    color: #c51a1b;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 12px;
    margin: 0 0 14px;
}
.cibles-cookies-title {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 1;
    color: #0d0d0d;
    margin: 0 0 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.cibles-cookies-title span {
    color: #c51a1b;
}
#mvp-content-main .cibles-cookies-lead,
.cibles-cookies-lead {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto 18px;
    max-width: 720px;
}
#mvp-content-main .cibles-cookies-meta,
.cibles-cookies-meta {
    color: #999;
    font-size: 13px;
    font-style: italic;
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

/* Sommaire (TOC) */
.cibles-cookies-toc {
    background: #fff;
    padding: 32px 36px;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.05);
    margin-bottom: 40px;
    border-left: 4px solid #c51a1b;
}
#mvp-content-main .cibles-cookies-toc-label,
.cibles-cookies-toc-label {
    color: #c51a1b;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 0 0 14px;
}
#mvp-content-main .cibles-cookies-toc ol,
.cibles-cookies-toc ol {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: cookies-toc;
    column-count: 2;
    column-gap: 32px;
}
#mvp-content-main .cibles-cookies-toc ol li,
.cibles-cookies-toc ol li {
    counter-increment: cookies-toc;
    padding: 6px 0 6px 23px !important;
    margin: 0 !important;
    position: relative;
    font-size: 14px;
    list-style: none !important;
    line-height: 1.5;
}
.cibles-cookies-toc ol li::before {
    content: counter(cookies-toc, decimal-leading-zero);
    position: absolute;
    left: 0;
    top: 6px;
    color: #c51a1b;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 32px;
}
.cibles-cookies-toc a {
    color: #1d1d1f;
    text-decoration: none;
    transition: color 0.2s, background 0.2s;
    background: transparent;
}
.cibles-cookies-toc a:hover {
    color: #fff !important;
    background: #c51a1b !important;
    padding: 2px 6px;
    border-radius: 3px;
}

/* Sections */
.cibles-cookies-section {
    background: #fff;
    padding: 40px 44px;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.05);
    margin-bottom: 28px;
    scroll-margin-top: 100px;
}
.cibles-cookies-section h2 {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 28px;
    color: #0d0d0d;
    margin: 0 0 22px;
    text-transform: uppercase;
    border-left: 4px solid #c51a1b;
    padding-left: 16px;
    line-height: 1.1;
}
#mvp-content-main .cibles-cookies-section p,
.cibles-cookies-section p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin: 0 0 14px;
}
.cibles-cookies-section a {
    color: #c51a1b;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
    background: transparent;
}
.cibles-cookies-section a:hover {
    color: #fff !important;
    background: #c51a1b !important;
    border-bottom-color: transparent !important;
    padding: 1px 4px;
    border-radius: 3px;
}
#mvp-content-main .cibles-cookies-section ul,
.cibles-cookies-section ul {
    margin: 0 0 14px;
    padding-left: 24px;
}
#mvp-content-main .cibles-cookies-section ul li,
.cibles-cookies-section ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

/* Cards types de cookies */
.cibles-cookies-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 24px 0 8px;
}
.cibles-cookies-card {
    background: #f5f5f7;
    padding: 28px 22px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}
.cibles-cookies-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}
.cibles-cookies-card-icon {
    width: 56px; height: 56px;
    border-radius: 50%;
    background: #c51a1b;
    color: #fff;
    display: flex; align-items: center; justify-content: center;
    font-size: 22px;
    margin: 0 auto 16px;
}
.cibles-cookies-card h3 {
    font-family: 'Anton', 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 19px;
    color: #0d0d0d;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
#mvp-content-main .cibles-cookies-card p,
.cibles-cookies-card p {
    font-size: 13px;
    line-height: 1.5;
    color: #666;
    margin: 0;
}

/* Tableau cookies */
.cibles-cookies-table-wrap {
    overflow-x: auto;
    margin: 24px 0 16px;
    border-radius: 6px;
    border: 1px solid #eee;
}
.cibles-cookies-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}
.cibles-cookies-table th {
    background: #0d0d0d;
    color: #fff;
    padding: 13px 16px;
    text-align: left;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1.5px;
    font-weight: 700;
}
.cibles-cookies-table td {
    padding: 13px 16px;
    border-bottom: 1px solid #f0f0f0;
    color: #444;
    vertical-align: middle;
}
.cibles-cookies-table tbody tr:last-child td {
    border-bottom: none;
}
.cibles-cookies-table tbody tr:nth-child(even) {
    background: #fafafa;
}
.cibles-cookies-table code {
    background: #f0f0f0;
    padding: 2px 6px;
    border-radius: 3px;
    font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
    font-size: 12px;
    color: #c51a1b;
}

/* Tags catégories */
.cibles-cookies-tag {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.cibles-cookies-tag.essential {
    background: #1e8449;
    color: #fff;
}
.cibles-cookies-tag.analytics {
    background: #2980b9;
    color: #fff;
}
.cibles-cookies-tag.marketing {
    background: #c51a1b;
    color: #fff;
}

/* Note */
#mvp-content-main .cibles-cookies-note,
.cibles-cookies-note {
    background: #fffbe6;
    border-left: 4px solid #f1c40f;
    padding: 14px 18px;
    border-radius: 4px;
    font-size: 14px !important;
    color: #6b5a00 !important;
    margin: 16px 0 0 !important;
}

/* Browsers list */
#mvp-content-main .cibles-cookies-browsers,
.cibles-cookies-browsers {
    list-style: none !important;
    padding-left: 0 !important;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0 !important;
}
.cibles-cookies-browsers li {
    list-style: none !important;
}
.cibles-cookies-browsers a {
    display: inline-block;
    padding: 8px 16px;
    background: #f5f5f7;
    border-radius: 4px;
    font-size: 13px;
    color: #0d0d0d !important;
    border-bottom: none !important;
    transition: background 0.2s, color 0.2s;
}
.cibles-cookies-browsers a:hover {
    background: #c51a1b !important;
    color: #fff !important;
    border-bottom: none !important;
    padding: 8px 16px !important;     /* preserve la taille du bouton */
    border-radius: 4px !important;
}

/* Contact mail mis en valeur */
#mvp-content-main .cibles-cookies-contact-mail,
.cibles-cookies-contact-mail {
    font-size: 18px !important;
    font-weight: 600;
    margin: 16px 0 24px !important;
}
.cibles-cookies-contact-mail a {
    border-bottom: 2px solid #c51a1b;
}
#mvp-content-main .cibles-cookies-contact-postal,
.cibles-cookies-contact-postal {
    background: #f5f5f7;
    padding: 14px 18px;
    border-radius: 4px;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #444 !important;
    margin: 0 !important;
}

/* Responsive cookies */
@media (max-width: 720px) {
    body.page-id-101999 .cibles-cookies-wrap { padding: 60px 0 80px; }
    .cibles-cookies-title { font-size: 38px; }
    .cibles-cookies-section,
    .cibles-cookies-toc { padding: 28px 22px; }
    .cibles-cookies-section h2 { font-size: 24px; }
    .cibles-cookies-toc ol { column-count: 1; }
    .cibles-cookies-cards { grid-template-columns: 1fr; }
}

/* ====================================================================
   FOOTER MAGAZINE — responsive
   ==================================================================== */

@media (max-width: 720px) {
    .cibles-footer-top-inner {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        padding: 40px 20px 30px;
    }
    .cibles-footer-brand {
        gap: 20px;
    }
    .cibles-footer-since {
        border-left: none;
        padding-left: 0;
        text-align: left;
    }
    .cibles-footer-social {
        align-items: flex-start;
    }
    .cibles-footer-cols-inner {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .cibles-footer-cols {
        padding: 35px 0 25px;
    }
}
