
/* =========================================================
   MATHPHYS06 — TABLEAU DES TARIFS LIFTERLMS
   Design : clair / moderne / compact / noir + bleu
   Cartes compactes : 350px
   ========================================================= */


/* =========================================================
   1 — CONTENEUR PRINCIPAL
   ========================================================= */

.wp-block-llms-pricing-table {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
    box-sizing: border-box;
}


/* =========================================================
   2 — GRILLE
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3 {

    display: grid !important;

    grid-template-columns:
        repeat(3, minmax(0, 1fr)) !important;

    gap: 20px !important;

    width: 100% !important;
    max-width: 880px !important;

    margin: 25px auto !important;
    padding: 0 !important;

    box-sizing: border-box;
}


/* =========================================================
   3 — CARTES
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan {

    position: relative !important;

    display: flex !important;
    flex-direction: column !important;

    width: 280px !important;
    max-width: none !important;
    min-width: 0 !important;

    min-height: 387px !important;
    height: 387px !important;

    margin: 0 !important;
    padding: 0 !important;

    float: none !important;

    background: #ffffff !important;

    border: 1px solid #333 !important;
    border-left: 3px solid #444 !important;

    border-radius: 12px !important;

    overflow: hidden !important;

    box-shadow:
        0 2px 8px rgba(0,0,0,0.05) !important;

    box-sizing: border-box;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}


/* =========================================================
   4 — SURVOL
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan:hover {

    transform: translateY(-3px);

    box-shadow:
        0 9px 22px rgba(0,0,0,0.09) !important;
}


/* =========================================================
   5 — FEATURED LIFTERLMS
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan-featured {

    display: none !important;
}


/* =========================================================
   6 — ZONE CONTENU
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan-content {

    position: relative;

    height: 100% !important;

    min-height: 280px !important;

    padding: 12px 24px 8px !important;

    display: flex !important;
    flex-direction: column !important;

    box-sizing: border-box;

    background: #ffffff !important;
}


/* =========================================================
   7 — TITRES
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan-title {

    position: relative;

    margin: 0 0 16px !important;

    padding: 7px 0 7px 72px !important;

    min-height: 54px;

    display: flex !important;
    align-items: center !important;

    font-size: 17px !important;
    line-height: 1.2 !important;

    font-weight: 750 !important;

    color: #000 !important;

    text-align: left !important;

    box-sizing: border-box;

    background: #ffffff !important;
}


/* =========================================================
   8 — ICÔNE DE LA 1re CARTE
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(1)
.llms-access-plan-title::before {

    content: "▦";

    position: absolute;

    left: 0;
    top: 50%;

    transform: translateY(-50%);

    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #edf3fb;

    color: #2457a6;

    font-size: 28px;
    font-weight: 700;

    box-sizing: border-box;
}


/* =========================================================
   9 — ICÔNE DE LA 2e CARTE
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(2)
.llms-access-plan-title::before {

    content: "▣";

    position: absolute;

    left: 0;
    top: 50%;

    transform: translateY(-50%);

    width: 50px;
    height: 50px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: #edf3fb;

    color: #2457a6;

    font-size: 27px;
    font-weight: 700;

    box-sizing: border-box;
}


/* =========================================================
   10 — SÉPARATION SOUS LE TITRE
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan-title::after {

    content: "";

    position: absolute;

    left: 0;
    right: 0;
    bottom: -8px;

    height: 1px;

    background: #dddddd;
}


/* =========================================================
   11 — ZONE PRIX
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan-pricing {

    margin: 0 !important;
    padding: 0 !important;

    text-align: left !important;
}


/* =========================================================
   12 — PRIX
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan-price {

    margin: 0 !important;
    padding: 0 !important;

    text-align: left !important;
}


.wp-block-llms-pricing-table
.llms-access-plan-price
.lifterlms-price {

    display: inline-flex !important;

    align-items: baseline !important;

    gap: 5px;

    margin-top: 0;

    font-size: 48px !important;

    line-height: 1 !important;

    font-weight: 800 !important;

    color: #2457a6 !important;

    letter-spacing: -2px;
}


/* =========================================================
   13 — EURO
   ========================================================= */

.wp-block-llms-pricing-table
.llms-price-currency-symbol {

    font-size: 25px !important;

    font-weight: 750 !important;

    letter-spacing: 0;

    color: #2457a6 !important;
}


/* =========================================================
   14 — DURÉE D'ACCÈS
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan-expiration {

    display: inline-flex !important;

    align-items: center;

    align-self: flex-start;

    margin: 6px 0 9px !important;

    padding: 6px 11px !important;

    border-radius: 40px;

    background: #edf3fb !important;

    color: #2457a6 !important;

    font-size: 14px !important;

    line-height: 1.2;

    font-weight: 700 !important;

    box-sizing: border-box;
}


/* =========================================================
   15 — PETITE ICÔNE DEVANT LA DURÉE
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan-expiration::before {

    content: "▣";

    margin-right: 7px;

    font-size: 14px;
}


/* =========================================================
   16 — FONCTIONNALITÉS DES PLANS 1 ET 2
   ========================================================= */


/* =========================================================
   17 — TROISIÈME CARTE — OFFRE TOUS LES COURS
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3) {

    background: #ffffff !important;

    border: 2px solid #000 !important;

    border-left: 3px solid #000 !important;

    box-shadow:
        0 4px 14px rgba(0,0,0,0.08) !important;
}


/* =========================================================
   18 — CONTENU DU 3e PLAN
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.llms-access-plan-content {

    padding: 0 24px 12px !important;

    min-height: 280px !important;

    background: #ffffff !important;
}


/* =========================================================
   19 — TITRE DU 3e PLAN
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.llms-access-plan-title {

    margin: 0 -24px 16px !important;

    padding: 15px 20px 17px 74px !important;

    min-height: 80px;

    display: flex !important;

    align-items: center !important;

    background: #000 !important;

    color: #ffffff !important;

    font-size: 18px !important;

    line-height: 1.2 !important;

    font-weight: 800 !important;
}


/* =========================================================
   20 — ICÔNE COURONNE
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.llms-access-plan-title::before {

    content: "♕";

    position: absolute;

    left: 17px;
    top: 50%;

    transform: translateY(-50%);

    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    font-size: 44px;

    font-weight: 400;
}


/* =========================================================
   21 — PAS DE LIGNE SOUS LE TITRE
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.llms-access-plan-title::after {

    display: none;
}


/* =========================================================
   22 — AVANTAGES
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.mp06-plan-features {

    margin-top: 34px !important;

    padding: 0 !important;

    font-size: 12.5px;

    line-height: 1.35;
}


/* =========================================================
   23 — PREMIER AVANTAGE MIS EN AVANT
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.mp06-feature-highlight {

    margin-bottom: 8px;

    font-weight: 700;
}


/* =========================================================
   24 — PRIX DE L'OFFRE COMPLÈTE
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.mp06-feature-price {

    display: flex;

    align-items: baseline;

    justify-content: space-between;

    gap: 10px;

    margin: 2px 0 0;

    padding: 9px 11px;

    border-radius: 7px;

    background: #f1f4f8;

    color: #111;

    box-sizing: border-box;
}


/* Texte "Offre complète" */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.mp06-price-label {

    font-size: 12px;

    font-weight: 700;

    color: #26384f;
}


/* Prix */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.mp06-price-value {

    font-size: 23px;

    line-height: 1;

    font-weight: 800;

    color: #2457a6;

    white-space: nowrap;
}


/* "/ an" */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.mp06-price-value small {

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 0;
}


/* =========================================================
   25 — MASQUER LE PRIX LIFTERLMS "GRATUIT"
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.llms-access-plan-price {

    display: none !important;
}


/* =========================================================
   26 — MASQUER LES RESTRICTIONS LIFTERLMS
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.llms-access-plan-restrictions {

    display: none !important;
}


/* =========================================================
   27 — BOUTON DE L'OFFRE COMPLÈTE
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.llms-access-plan-footer
.llms-button-action {

    background: #000 !important;

    font-weight: 800 !important;
}


/* =========================================================
   28 — HOVER DE LA 3e CARTE
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3):hover {

    transform: translateY(-4px);

    box-shadow:
        0 12px 28px rgba(0,0,0,0.12) !important;
}


/* =========================================================
   29 — PIED DE CARTE
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan-footer {

    margin-top: auto !important;

    padding: 0 24px 16px !important;

    box-sizing: border-box;
}


.llms-access-plan .llms-access-plan-content,
.llms-access-plan .llms-access-plan-footer {

    background: #fff;
}


/* =========================================================
   30 — BOUTONS
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan-footer
.llms-button-action {

    display: flex !important;

    align-items: center;
    justify-content: center;

    width: 100% !important;

    min-height: 52px;

    padding: 13px 20px !important;

    border: none !important;

    border-radius: 8px !important;

    background: #1769e8 !important;

    color: #ffffff !important;

    font-size: 15px !important;

    font-weight: 700 !important;

    line-height: 1.2;

    text-align: center;

    text-decoration: none !important;

    box-sizing: border-box;

    transition:
        background 0.2s ease,
        transform 0.2s ease;
}


/* =========================================================
   31 — FLÈCHE DES BOUTONS
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan-footer
.llms-button-action::after {

    content: "→";

    margin-left: 12px;

    font-size: 24px;

    line-height: 1;
}


/* =========================================================
   32 — BOUTON 3e CARTE
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.llms-access-plan-footer
.llms-button-action {

    background: #000 !important;
}


/* =========================================================
   33 — HOVER BOUTONS
   ========================================================= */

.wp-block-llms-pricing-table
.llms-access-plan-footer
.llms-button-action:hover {

    background: #0d57c9 !important;

    color: #ffffff !important;

    transform: translateY(-1px);

    box-shadow: none !important;
}


.wp-block-llms-pricing-table
.llms-access-plans.cols-3
.llms-access-plan:nth-child(3)
.llms-access-plan-footer
.llms-button-action:hover {

    background: #0b2452 !important;
}


/* =========================================================
   34 — TABLETTE
   ========================================================= */

@media (max-width: 900px) {

    .wp-block-llms-pricing-table
    .llms-access-plans.cols-3 {

        grid-template-columns:
            repeat(2, minmax(0, 1fr)) !important;

        gap: 18px !important;
    }


    .wp-block-llms-pricing-table
    .llms-access-plan {

        min-height: 350px !important;
        height: 350px !important;
    }


    .wp-block-llms-pricing-table
    .llms-access-plan-content {

        min-height: 280px !important;
    }


    .wp-block-llms-pricing-table
    .llms-access-plan-title {

        font-size: 21px !important;
    }

}


/* =========================================================
   35 — MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .wp-block-llms-pricing-table
    .llms-access-plans.cols-3 {

        grid-template-columns: 1fr !important;

        gap: 16px !important;

        margin: 18px 0 !important;
    }


    .wp-block-llms-pricing-table
    .llms-access-plan {

        min-height: auto !important;
        height: auto !important;

        width: 300px !important;

        margin: 0 auto !important;
    }


    .wp-block-llms-pricing-table
    .llms-access-plan-content {

        min-height: auto !important;

        padding: 20px 20px 18px !important;
    }


    .wp-block-llms-pricing-table
    .llms-access-plan-title {

        padding-left: 72px !important;

        min-height: 55px;

        font-size: 20px !important;

        margin-bottom: 20px !important;
    }


    /* =====================================================
       ICÔNES DES CARTES 1 ET 2
       ===================================================== */

    .wp-block-llms-pricing-table
    .llms-access-plans.cols-3
    .llms-access-plan:nth-child(1)
    .llms-access-plan-title::before,

    .wp-block-llms-pricing-table
    .llms-access-plans.cols-3
    .llms-access-plan:nth-child(2)
    .llms-access-plan-title::before {

        width: 52px;
        height: 52px;

        font-size: 27px;
    }


    /* =====================================================
       PRIX
       ===================================================== */

    .wp-block-llms-pricing-table
    .llms-access-plan-price
    .lifterlms-price {

        font-size: 48px !important;
    }


    .wp-block-llms-pricing-table
    .llms-price-currency-symbol {

        font-size: 24px !important;
    }


    /* =====================================================
       DURÉE
       ===================================================== */

    .wp-block-llms-pricing-table
    .llms-access-plan-expiration {

        font-size: 15px !important;

        margin-bottom: 14px !important;
    }


    /* =====================================================
       FONCTIONNALITÉS CARTES 1 ET 2
       ===================================================== */

    .wp-block-llms-pricing-table
    .llms-access-plans.cols-3
    .llms-access-plan:nth-child(1)
    .llms-access-plan-content::after,

    .wp-block-llms-pricing-table
    .llms-access-plans.cols-3
    .llms-access-plan:nth-child(2)
    .llms-access-plan-content::after {

        font-size: 14px;

        line-height: 2.1;
    }


    /* =====================================================
       3e CARTE
       ===================================================== */

    .wp-block-llms-pricing-table
    .llms-access-plans.cols-3
    .llms-access-plan:nth-child(3)
    .llms-access-plan-content {

        padding: 0 20px 18px !important;
    }


    .wp-block-llms-pricing-table
    .llms-access-plans.cols-3
    .llms-access-plan:nth-child(3)
    .llms-access-plan-title {

        margin: 0 -20px 18px !important;

        padding: 21px 18px 21px 94px !important;

        min-height: 92px;

        font-size: 20px !important;
    }


    .wp-block-llms-pricing-table
    .llms-access-plans.cols-3
    .llms-access-plan:nth-child(3)
    .llms-access-plan-title::before {

        left: 20px;

        font-size: 43px;
    }


    .wp-block-llms-pricing-table
    .llms-access-plans.cols-3
    .llms-access-plan:nth-child(3)
    .llms-access-plan-description {

        font-size: 14px !important;

        line-height: 1.4 !important;
    }


    .wp-block-llms-pricing-table
    .llms-access-plans.cols-3
    .llms-access-plan:nth-child(3)
    .llms-access-plan-content::after {

        font-size: 13px;

        line-height: 2;
    }


    /* =====================================================
       PIED DE CARTE
       ===================================================== */

    .wp-block-llms-pricing-table
    .llms-access-plan-footer {

        padding: 0 20px 18px !important;
    }


    /* =====================================================
       BOUTONS
       ===================================================== */

    .wp-block-llms-pricing-table
    .llms-access-plan-footer
    .llms-button-action {

        min-height: 50px;

        font-size: 16px !important;
    }

}


/* ==========================================================
   MATHPHYS06 — AVANTAGES DES PLANS LIFTERLMS
   ========================================================== */


/* ==========================================================
   CONTENEUR GÉNÉRAL
   ========================================================== */

.wp-block-llms-pricing-table
.mp06-plan-features {

    margin: 8px 0 0;

    padding: 0 24px;

    color: #26384f;

    font-size: 12px;

    line-height: 1.35;

    text-align: left;
}


/* ==========================================================
   LIGNE D'AVANTAGE
   ========================================================== */

.wp-block-llms-pricing-table
.mp06-feature {

    display: flex;

    align-items: flex-start;

    gap: 9px;

    margin: 0 0 6px;

    font-weight: 400;
}


/* ==========================================================
   PETITE COCHE RONDE
   ========================================================== */

.wp-block-llms-pricing-table
.mp06-feature-check {

    flex: 0 0 17px;

    width: 17px;
    height: 17px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-top: 0;

    background: #2457a6;

    color: #fff;

    border-radius: 50%;

    font-size: 10px;

    font-weight: 800;

    line-height: 1;

    box-sizing: border-box;
}


/* ==========================================================
   SÉPARATEUR
   ========================================================== */

.wp-block-llms-pricing-table
.mp06-feature-separator {

    height: 1px;

    margin: 8px 0 9px 26px;

    background: #d9dee6;
}


/* ==========================================================
   CHECKBOXES — OPTIONS SUPPLÉMENTAIRES
   ========================================================== */

.wp-block-llms-pricing-table
.mp06-feature-checkbox {

    flex: 0 0 18px;

    width: 18px;
    height: 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    margin-top: -1px;

    background: #2457a6;

    color: #fff;

    border: 2px solid #2457a6;

    border-radius: 5px;

    font-size: 10px;

    font-weight: 800;

    line-height: 1;

    box-sizing: border-box;

    transition:
        background-color .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


/* ==========================================================
   TEXTE DES OPTIONS
   ========================================================== */

.wp-block-llms-pricing-table
.mp06-feature-exclusive {

    font-weight: 500;
}


/* ==========================================================
   PETIT EFFET AU SURVOL
   ========================================================== */

.wp-block-llms-pricing-table
.mp06-feature-exclusive:hover
.mp06-feature-checkbox {

    background: #1769e8;

    border-color: #1769e8;

    transform: scale(1.08);
}


/* ==========================================================
   RESPONSIVE — TABLETTE
   ========================================================== */

@media (max-width: 900px) {

    .wp-block-llms-pricing-table
    .mp06-plan-features {

        padding: 0 20px;

        font-size: 12px;
    }

}


/* ==========================================================
   RESPONSIVE — MOBILE
   ========================================================== */

@media (max-width: 600px) {

    .wp-block-llms-pricing-table
    .mp06-plan-features {

        margin-top: 9px;

        padding: 0 20px;

        font-size: 13px;

        line-height: 1.4;
    }


    .wp-block-llms-pricing-table
    .mp06-feature {

        gap: 8px;

        margin-bottom: 7px;
    }


    .wp-block-llms-pricing-table
    .mp06-feature-check {

        flex-basis: 18px;

        width: 18px;
        height: 18px;
    }


    .wp-block-llms-pricing-table
    .mp06-feature-checkbox {

        flex-basis: 19px;

        width: 19px;
        height: 19px;
    }


    .wp-block-llms-pricing-table
    .mp06-feature-separator {

        margin: 9px 0 10px 26px;
    }

}
```