:root {
    --Vert-clair: #FAF7F0;
    --Vert-menthe: #FCF7E7;
    --titre-titre-landing: #2C2C2C;
    --lien-titres-landing: #7D1935;
    --background-addtocart-landing: #F7CD41;
    --background-addtocart-landing-hover: #2C1701;
    --text-addtocart-landing: #041718;
    --text-addtocart-landing-hover: #fff;
    --temoignage-background-container: #F3EFEB;
    --couleur-titres-temoignages: #2C1701;
    --faq-background-color-pastille: #FFFFFF;
    --faq-content-background-hover: #FFFFFF;
    --background-pastille-age: #62E7F7;
    --texte-pastille-age: #2C1701;
    --landing-primary-font: "Playfair Display";
    --swiper-pagination-color: #041718;

    /* Tokens internes (safe, préfixés --_) */
    --_radius-pill: 9999px;
    --_radius-card: 25px;
    --_shadow-card: 5px 5px 25px 0 rgba(33, 47, 64, 0.2);
    --_font-body: Inter, sans-serif;
    --_font-heading: var(--landing-primary-font), Montserrat, sans-serif;
    --_max-w: 1440px;
    --_max-w-wide: 1920px;
    --_brown: #865E36;
    --_brown-overlay: #865E36BF;

    /* Chemins assets centralisés */
    --_icon-globe: url("/media/wysiwyg/landing-page/kidsdiscoveryclub/picto-globe.png");
    --_arrow-default: url("/media/wysiwyg/landing-page/kidsdiscoveryclub/arrow-default.png");
    --_arrow-hover: url("/media/wysiwyg/landing-page/kidsdiscoveryclub/arrow-hover.png");
    --_arrow-top: url("/media/wysiwyg/landing-page/kidsdiscoveryclub/arrow-top-default.png");
    --_arrow-top-hover: url("/media/wysiwyg/landing-page/kidsdiscoveryclub/arrow-top-hover.png");

    /* Couleurs principales */
    --lp-burgundy: #7D1935;
    --lp-burgundy-hover: #B6375B;
    --lp-cream: #FAF7F0;
    --lp-cream-dark: #F3EFEB;
    --lp-dark: #2C2C2C;
    --lp-dark-bg: #302B27;
    --lp-dark-card: #3A3530;
    --lp-footer-bg: #2A2622;
    --lp-muted: #717182;
    --lp-muted-light: #9B9B9B;
    --lp-gold-quote: #8B7D4A;
    --lp-white: #FFFFFF;

    /* Typographie */
    --lp-font-heading: 'Playfair Display', Georgia, serif;
    --lp-font-body: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;

    /* Rayons & ombres */
    --lp-radius-card: 16px;
    --lp-radius-pill: 9999px;
    --lp-shadow-card: 0 2px 20px rgba(0, 0, 0, 0.06);
    --lp-shadow-card-hover: 0 12px 40px rgba(0, 0, 0, 0.1);

    /* Layout */
    --lp-max-w: 1200px;
    --lp-gutter: 40px;
}

#header {
    display: none !important;
}

body.custom-landing-page {
    font-family: var(--lp-font-body);
    color: var(--lp-dark);
    background: var(--lp-white);
    overflow-x: hidden;
}

body.custom-landing-page p,
body.custom-landing-page li {
    font-family: var(--lp-font-body);
}

body.custom-landing-page h1,
body.custom-landing-page h2,
body.custom-landing-page h3 {
    font-family: var(--lp-font-heading);
}

body.custom-landing-page a,
body.custom-landing-page a:hover {
    color: var(--lp-burgundy);
    text-decoration: none;
}

.custom-landing-page .page-wrapper {
    height: auto;
}

.custom-landing-page .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    max-height: 72px;
    padding: 0 var(--lp-gutter);
    transition: box-shadow 0.3s;
}

.custom-landing-page .header.scrolled {
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.08);
}

.custom-landing-page .header .pagebuilder-column-line {
    max-width: var(--lp-max-w);
    margin: 0 auto;
    height: 72px;
    align-items: center;
}

/* Logo */
.custom-landing-page .header .pagebuilder-column:first-child {
    align-items: flex-start !important;
}

.custom-landing-page .header .pagebuilder-column:first-child figure img {
    height: 40px !important;
}

/* Nav */
.custom-landing-page .header .header-menu ul {
    display: flex;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-landing-page .header .header-menu ul li {
    font-family: var(--lp-font-body);
    font-weight: 400;
    font-size: 14px;
    color: var(--lp-dark);
    margin-bottom: 0;
    cursor: pointer;
    transition: color 0.2s;
}

.custom-landing-page .header .header-menu ul li:hover {
    color: var(--lp-burgundy);
}

.custom-landing-page .header .header-menu ul li::before {
    content: '' !important;
    display: none;
}

/* Bouton Panier */
.custom-landing-page .header .pagebuilder-button-primary {
    background: var(--lp-burgundy) !important;
    color: var(--lp-white) !important;
    padding: 10px 24px;
    border-radius: var(--lp-radius-pill);
    font-size: 14px;
    font-weight: 500;
    transition: background 0.2s;
}

.custom-landing-page .header .pagebuilder-button-primary:hover {
    background: var(--lp-burgundy-hover) !important;
}

.custom-landing-page .header .pagebuilder-button-primary > span {
    color: var(--lp-white) !important;
}

.custom-landing-page .hero-row {
    position: relative;
}

/* Background image */
.custom-landing-page .hero-picture {
    position: absolute !important;
    inset: 0;
    z-index: 0;
}

.custom-landing-page .hero-picture figure,
.custom-landing-page .hero-picture figure img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.custom-landing-page .hero-picture::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
    rgba(20, 10, 6, 0.2) 0%,
    rgba(20, 10, 6, 0.5) 60%,
    rgba(20, 10, 6, 0.7) 100%);
    z-index: 1;
}

/* Hero content */
.custom-landing-page .hero-container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-start !important;
    justify-content: flex-end !important;
    min-height: 100vh;
    max-width: var(--lp-max-w);
    margin: 0 auto;
    padding: 0;
    gap: 0;
}

/* Badge "Offre cadeau premium" */
.custom-landing-page .hero-container .hero-badge,
.custom-landing-page .hero-container .pagebuilder-button-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(201, 169, 97, 0.2);
    border: 1px solid rgba(201, 169, 97, 0.3);
    border-radius: var(--lp-radius-pill);
    padding: 8px 20px !important;
    backdrop-filter: blur(8px);
    margin-bottom: 24px;
}

.custom-landing-page .hero-container .hero-badge > span,
.custom-landing-page .hero-container .pagebuilder-button-link > span {
    color: var(--lp-white) !important;
    font-size: 14px;
    font-weight: 400;
}

/* Titre H1 */
.custom-landing-page .hero-container h1 {
    font-family: var(--lp-font-heading) !important;
    font-weight: 500 !important;
    font-size: clamp(36px, 5.5vw, 72px) !important;
    line-height: 1.05 !important;
    color: var(--lp-white) !important;
    margin: 0 0 20px 0;
    max-width: 600px;
}

/* Sous-titre */
.custom-landing-page .hero-container > div[data-content-type="text"] p {
    font-size: 18px !important;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8) !important;
    margin-bottom: 32px;
    max-width: 500px;
}

/* Boutons hero */
.custom-landing-page .hero-container div[data-content-type="buttons"] {
    display: flex;
    gap: 16px;
}

.custom-landing-page .hero-container .pagebuilder-button-primary {
    background: var(--lp-burgundy) !important;
    padding: 20px 40px;
    border-radius: var(--lp-radius-pill);
    transition: all 0.25s;
    height: auto !important;
}

.custom-landing-page .hero-container .pagebuilder-button-primary:hover {
    background: var(--lp-burgundy-hover) !important;
    box-shadow: 0 8px 24px rgba(125, 25, 53, 0.35);
}

.custom-landing-page .hero-container .pagebuilder-button-secondary {
    display: inline-flex;
    color: var(--lp-white) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    padding: 20px 40px;
    border-radius: var(--lp-radius-pill);
}

.custom-landing-page .hero-container .pagebuilder-button-primary > span,
.custom-landing-page .hero-container .pagebuilder-button-secondary > span {
    font-family: var(--lp-font-body);
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.custom-landing-page .hero-container .pagebuilder-button-secondary:hover {
    background: rgba(255, 255, 255, 0.18) !important;
}

.custom-landing-page .hero-container .pagebuilder-button-primary > span:hover,
.custom-landing-page .hero-container .pagebuilder-button-secondary > span:hover,
.custom-landing-page .hero-container .pagebuilder-button-primary:hover > span,
.custom-landing-page .hero-container .pagebuilder-button-secondary:hover > span {
    color: var(--lp-white) !important;
}

/* "Achat sécurisé..." */
.custom-landing-page .hero-container .hero-secure {
    margin-top: 24px;
}

.custom-landing-page div:has(.reinsurance-row) {
    background-color: var(--lp-white);
}

.custom-landing-page .page-content .reinsurance-row {
    background: var(--lp-white);
    padding: 60px 0;
    max-width: var(--lp-max-w);
    margin: 0 auto;
}

/* Titre h3 */
.custom-landing-page .page-content .reinsurance-row .reinsurance-title,
.custom-landing-page .page-content .reinsurance-row h3 {
    font-family: var(--lp-font-heading) !important;
    font-weight: 400 !important;
    font-size: clamp(24px, 3vw, 36px) !important;
    color: var(--lp-dark);
    text-align: center;
    margin-bottom: 48px;
}

/* Grille des 4 items */
.custom-landing-page .page-content .reinsurance-row .pagebuilder-column-line,
.custom-landing-page .page-content .reinsurance-row .reinsurance {
    display: flex !important;
    justify-content: center;
    gap: 40px;
    padding: 0 !important;
}

.custom-landing-page .page-content .reinsurance-row .pagebuilder-column,
.custom-landing-page .page-content .reinsurance-row .reinsurance-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    flex: 1;
}

/* Icône circulaire */
.custom-landing-page .page-content .reinsurance-row figure {
    width: 128px;
    height: 128px;
    margin: 0 auto;
}

.custom-landing-page .page-content .reinsurance-row figure img {
    width: 128px;
    height: 128px;
    padding: 16px;
    object-fit: contain;
}

.custom-landing-page .page-content .reinsurance-row p {
    font-size: 15px !important;
    font-weight: 400;
    color: var(--lp-dark);
    text-align: center;
    line-height: 1.5;
    max-width: 200px;
}

.custom-landing-page div:has(.subscriptions-row) {
    background-color: var(--lp-cream);
}

.custom-landing-page .subscriptions-row {
    padding: 80px 0;
    max-width: var(--lp-max-w);
    margin: 0 auto;
}

.custom-landing-page .subscriptions-row h2 {
    font-family: var(--lp-font-heading);
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: var(--lp-dark);
    margin: 0 0 20px 0;
}

.custom-landing-page .subscriptions-row h4 {
    font-family: var(--lp-font-body);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: var(--lp-muted);
    margin-bottom: 40px;
}

body.custom-landing-page .page-content .subscriptions-row .subscriptions-reinsurance p {
    font-family: var(--lp-font-body);
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: var(--lp-muted);
    text-transform: none;
    letter-spacing: normal;
}


/* ---------- Grille ---------- */
body.custom-landing-page .page-content .subscriptions-row .catalog-grid {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding: 0;
}

/* ---------- Carte ---------- */
body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item {
    display: flex;
    height: -webkit-fill-available;
    flex-direction: column;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1),
    0 4px 6px -4px rgba(0, 0, 0, .1);
    overflow: hidden;
    padding: 0;
    font-family: 'Inter', sans-serif;
    gap: 0;
}

/* ---------- Image produit ---------- */
body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .catalog-grid-item__image-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
    padding-top: 0;
    margin: 0
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .catalog-grid-item__image-wrapper .lien-preview-container {
    display: none;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .catalog-grid-item__image-wrapper .lazyload-wrapper {
    width: 100%;
    display: block;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .catalog-grid-item__image {
    width: 100%;
    object-fit: contain;
}

/* ---------- Conteneur de contenu ---------- */
body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay-container {
    display: flex;
    flex-direction: column;
    padding: 0 32px;
    gap: 24px;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .catalog-grid-item__infos-frequency {
    display: none;
}

/* ---------- Header: titre + description ---------- */
body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay__header {
    margin: 0;
    padding: 0;
    display: block;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay__header .overlay__title-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0;
    max-width: 100%;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay__header .overlay__title-wrapper .age-container {
    display: none;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay__header .overlay__title-wrapper .overlay__title {
    font-family: var(--lp-font-body);
    font-style: italic;
    font-weight: 400;
    font-size: 36px;
    word-wrap: break-word;
    line-height: 1;
    color: #1A1A1A;
    margin: 0;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay__header .overlay__title-wrapper .overlay__subtitle p:first-child {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 26px;
    text-transform: none;
    letter-spacing: normal;
    color: var(--lp-muted);
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay__header .overlay__title-wrapper .overlay__subtitle p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: var(--lp-muted);
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay__header .overlay__title-wrapper .overlay__subtitle ul {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: var(--lp-muted);
    list-style: disc;
    padding: 0 14px;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay__header .overlay__title-wrapper .overlay__subtitle li {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 23px;
    color: var(--lp-muted);
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay__header .overlay__title-wrapper .overlay__subtitle li::before {
    display: none;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .offer__shipping {
    display: none;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay__actions {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 0;
    padding: 0;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .duration-buttons-label {
    display: none;
}

/* ---------- Boutons de durée ---------- */
body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .duration-buttons-container {
    display: flex;
    gap: 12px;
    position: relative;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .offer-duration-button {
    flex: 1;
    height: 56px;
    padding: 0;
    background: #F5F5F3;
    border: none;
    border-radius: 6px;
    color: var(--lp-muted);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    position: relative;
    transition: background-color .15s ease, color .15s ease;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .offer-duration-button:hover,
body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .offer-duration-button.active {
    background: var(--lp-burgundy);
    color: var(--lp-white);
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .offer-duration-button:hover::after,
body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .offer-duration-button.active::after {
    color: var(--lp-white);
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .offer-duration-button:nth-child(2)::before {
    content: "Recommandé";
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 13px;
    height: 14px;
    background: #B39B5E;
    color: var(--lp-white);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    white-space: nowrap;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .offer-duration-button::after {
    display: block;
    color: var(--lp-muted);
    font-family: var(--lp-font-heading);
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
    line-height: 16px;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .offer-duration-button:nth-child(1)::after {
    content: "Découverte";
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .offer-duration-button:nth-child(2)::after {
    content: "Régularité";
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .offer-duration-button:nth-child(3)::after {
    content: "Meilleur prix";
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .tocart-form-landing-configurable-product {
    display: none;
    flex-direction: column;
    gap: 17px;
    padding-top: 17px;
    border-top: 1px solid #E8F0E5;
    margin: 0;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .tocart-form-landing-configurable-product.active {
    display: flex;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay__price {
    margin: 0;
    padding: 0;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .price-wrapper {
    font-family: var(--lp-font-body);
    font-style: italic;
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #1A1A1A;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .button.button--fluid.button--pink.tocart {
    width: 100%;
    max-width: 100%;
    height: 56px;
    background: #B39B5E;
    border: none;
    border-radius: 9999px;
    color: var(--lp-white);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    font-size: 0;
    transition: background-color .15s ease;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .button.button--fluid.button--pink.tocart::before {
    content: "Choisir cet abonnement";
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: var(--lp-white);
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .button.button--fluid.button--pink.tocart:hover {
    background: #9E8750;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .button.button--fluid.button--pink.tocart .button__icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .button.button--fluid.button--pink.tocart .button__icon path {
    stroke: var(--lp-white) !important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1100px) {
    body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .catalog-grid-item {
        width: 100%;
    }

    body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .products.catalog-grid {
        gap: 24px;
    }
}

@media (max-width: 540px) {
    body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay-container {
        padding: 24px;
    }


    .custom-landing-page .page-content .reinsurance-row .pagebuilder-column-line,
    .custom-landing-page .page-content .reinsurance-row .reinsurance {
        flex-direction: column !important;
        gap: 24px;
    }

    body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .catalog-grid-item__image-wrapper {
        height: 320px;
    }

    body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay__title {
        font-size: 32px;
    }

    body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .price-wrapper {
        font-size: 30px;
    }

    body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item {
        height: auto;
    }
}

.custom-landing-page div:has(.magazines-section) {
    background-color: #f5f1e8;
}

.custom-landing-page .magazines-section {
    background: #f5f1e8;
    padding: 80px 0;
    max-width: var(--lp-max-w);
    width: 100%;
    margin: 0 auto;
}

.custom-landing-page .magazines-section h2 {
    font-family: var(--lp-font-heading);
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    color: var(--lp-dark);
    margin: 0 0 20px 0;
}

.custom-landing-page .magazines-section h4 {
    font-family: var(--lp-font-body);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: var(--lp-muted);
    margin-bottom: 0;
}

/* --- Carousel Magazines --- */
.custom-landing-page .page-content .magazines-section .mag-carousel-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.custom-landing-page .page-content .magazines-section .mag-carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 36px;
}

.custom-landing-page .page-content .magazines-section .mag-carousel-nav {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 10px;
}

.custom-landing-page .page-content .magazines-section .mag-carousel-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid #d0ccc6;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s, color 0.25s, box-shadow 0.25s;
    color: #555;
    padding: 0;
}

.custom-landing-page .page-content .magazines-section .mag-carousel-nav button:hover:not(:disabled) {
    border-color: #8b1a2b;
    color: #8b1a2b;
    box-shadow: 0 2px 10px rgba(139, 26, 43, 0.1);
}

.custom-landing-page .page-content .magazines-section .mag-carousel-nav button:disabled {
    opacity: 0.3;
    cursor: default;
}

.custom-landing-page .page-content .magazines-section .mag-carousel-nav button svg {
    width: 18px;
    height: 18px;
}

/* Track */
.custom-landing-page .page-content .magazines-section .mag-carousel-viewport {
    overflow: hidden;
}

.custom-landing-page .page-content .magazines-section .mag-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.custom-landing-page .page-content .magazines-section .mag-carousel-track.is-dragging {
    transition: none;
}

/* Cards */
.custom-landing-page .page-content .magazines-section .mag-card {
    flex: 0 0 calc(33.333% - 16px);
    min-width: 280px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 3 / 3.8;
    cursor: pointer;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.08);
    transition: box-shadow 0.3s, transform 0.3s;
    text-decoration: none;
    display: block;
}

.custom-landing-page .page-content .magazines-section .mag-card:hover {
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
}

.custom-landing-page .page-content .magazines-section .mag-card img {
    width: 100%;
    height: 100%;
    display: block;
}

.custom-landing-page .page-content .magazines-section .mag-card-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
            to top,
            rgba(0, 0, 0, 0.7) 0%,
            rgba(0, 0, 0, 0.2) 40%,
            transparent 65%
    );
    pointer-events: none;
}

.custom-landing-page .page-content .magazines-section .mag-card-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.custom-landing-page .page-content .magazines-section .mag-card-title {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 1.25;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
}

.custom-landing-page .page-content .magazines-section .mag-card-arrow {
    flex-shrink: 0;
    color: #fff;
    opacity: 0.8;
    transition: opacity 0.2s, transform 0.3s;
    margin-left: 12px;
}

.custom-landing-page .page-content .magazines-section .mag-card:hover .custom-landing-page .page-content .magazines-section .mag-card-arrow {
    opacity: 1;
    transform: translateX(4px);
}

.custom-landing-page .page-content .magazines-section .mag-card-arrow svg {
    width: 22px;
    height: 22px;
}

/* CTA */
.custom-landing-page .page-content .magazines-section .mag-carousel-cta {
    text-align: center;
    margin-top: 44px;
}

.custom-landing-page .page-content .magazines-section .mag-carousel-cta a {
    font-size: 16px;
    font-weight: 500;
    color: #8b1a2b;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.25s, color 0.25s;
}

.custom-landing-page .page-content .magazines-section .mag-carousel-cta a:hover {
    color: #6a1020;
    gap: 14px;
}

.custom-landing-page .page-content .magazines-section .mag-carousel-cta a svg {
    width: 16px;
    height: 16px;
}

/* Responsive */
@media (max-width: 1024px) {
    .custom-landing-page .page-content .magazines-section .mag-card {
        flex: 0 0 calc(50% - 12px);
    }

    .custom-landing-page .page-content .magazines-section .mag-carousel-header,
    .custom-landing-page .page-content .magazines-section .mag-carousel-viewport {
        padding: 0 32px;
    }

    .custom-landing-page .page-content .magazines-section .mag-carousel-header h2 {
        font-size: 32px;
    }
}

@media (max-width: 640px) {
    .custom-landing-page .page-content .magazines-section .mag-card {
        flex: 0 0 85%;
    }

    .custom-landing-page .page-content .magazines-section .mag-carousel-header,
    .custom-landing-page .page-content .magazines-section .mag-carousel-viewport {
        padding: 0 20px;
    }

    .custom-landing-page .page-content .magazines-section .mag-carousel-header {
        flex-direction: column;
        gap: 16px;
    }

    .custom-landing-page .page-content .magazines-section .mag-carousel-nav {
        align-self: flex-end;
    }

    .custom-landing-page .page-content .magazines-section .mag-carousel-header h2 {
        font-size: 26px;
    }
}

.custom-landing-page .gift-ideas-row {
    background: var(--lp-cream);
    padding: 80px var(--lp-gutter);
}

.custom-landing-page .gift-ideas-row .pagebuilder-column-group {
    max-width: var(--lp-max-w);
    margin: 0 auto;
    width: 100%;
}

.custom-landing-page .gift-ideas-row h2 {
    font-family: var(--lp-font-heading) !important;
    font-weight: 400 !important;
    font-size: clamp(28px, 3.5vw, 44px);
    color: var(--lp-dark);
    text-align: center;
    margin-bottom: 8px;
}

.custom-landing-page .gift-ideas-row h4 {
    font-family: var(--lp-font-body);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: var(--lp-muted);
}

/* Grille 3 colonnes */
.custom-landing-page .gift-ideas-row .pagebuilder-column-line:has(.idea-card) {
    display: flex !important;
    gap: 28px;
    justify-content: center;
}

/* Card cadeau */
.custom-landing-page .gift-ideas-row .idea-card {
    background: var(--lp-white);
    border-radius: var(--lp-radius-card);
    overflow: hidden;
    box-shadow: var(--lp-shadow-card);
    transition: transform 0.3s, box-shadow 0.3s;
    flex: 1;
    align-items: inherit;
    justify-content: flex-start !important;
    position: relative;
}

.custom-landing-page .gift-ideas-row .idea-card:hover > figure:first-child img {
    transform: scale(1.0, 1.0);
}

/* Image cadeau */
.custom-landing-page .gift-ideas-row .idea-card > figure:first-child {
    position: relative;
    height: 280px;
    overflow: hidden;
    border-radius: var(--lp-radius-card) var(--lp-radius-card) 0 0;
    width: 100%;
}

.custom-landing-page .gift-ideas-row .idea-card > figure:first-child img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transform: scale(1.1, 1.1);
}

.custom-landing-page .gift-ideas-row .idea-card .badge {
    position: absolute;
    height: 28px;
    left: 16px;
    top: 16px;
    padding: 5px 14px;
    border-radius: var(--lp-radius-pill);
    z-index: 2;
    background: #C9A961;
}

.custom-landing-page .gift-ideas-row .idea-card .badge p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: var(--lp-dark);
}

/* Icône flottante */
.custom-landing-page .gift-ideas-row .idea-card .gift-icon-float {
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--lp-white);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.custom-landing-page .gift-ideas-row .idea-card .gift-icon-float img {
    width: 18px;
    height: 18px;
}

.custom-landing-page .gift-ideas-row .idea-card h3 {
    font-family: var(--lp-font-heading);
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: var(--lp-dark);
    padding: 30px 30px 0 30px;
    margin: 0;
    align-self: flex-start;
}

/* Corps card cadeau */
.custom-landing-page .gift-ideas-row .idea-card .idea-card-body {
    padding: 10px 30px 0 30px;
    flex-grow: 1;
}

.custom-landing-page .gift-ideas-row .idea-card h3 {
    font-family: var(--lp-font-heading) !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    color: var(--lp-dark);
    margin-bottom: 6px;
}

.custom-landing-page .gift-ideas-row .idea-card .idea-card-body p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Pastilles prix */
.custom-landing-page .gift-ideas-row .idea-card .idea-card-body ul {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.custom-landing-page .gift-ideas-row .idea-card .idea-card-body ul li {
    padding: 6px 14px;
    border: 1px solid #DDD;
    border-radius: var(--lp-radius-pill);
    font-size: 13px;
    font-weight: 500;
    color: var(--lp-dark);
    margin: 0;
}

.custom-landing-page .gift-ideas-row .idea-card .idea-card-body ul li::before {
    content: '' !important;
    display: none;
}

.custom-landing-page .gift-ideas-row .idea-card div[data-content-type="button-item"]:has(.pagebuilder-button-primary) {
    width: 100%;
    padding: 0 30px;
}

.custom-landing-page .gift-ideas-row .idea-card .pagebuilder-button-primary {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    background: var(--lp-burgundy) !important;
    color: var(--lp-white) !important;
    padding: 16px 28px !important;
    border-radius: var(--lp-radius-pill) !important;
    font-size: 15px !important;
    font-weight: 500;
    font-family: var(--lp-font-body);
    border: none;
    cursor: pointer;
    transition: all 0.25s;
    text-align: center;
    margin: 30px 0;
}

.custom-landing-page .gift-ideas-row .idea-card .pagebuilder-button-primary:hover {
    background: var(--lp-burgundy-hover) !important;
    box-shadow: 0 6px 20px rgba(125, 25, 53, 0.3);
}

.custom-landing-page .gift-ideas-row .idea-card .pagebuilder-button-primary:hover span {
    color: var(--lp-white) !important;
}

.custom-landing-page div:has(.blog-section) {
    background-color: #f5f1e8;
}

.custom-landing-page .page-content .blog-section {
    background: #f5f1e8;
    padding: 80px 0;
    max-width: var(--lp-max-w);
    width: 100%;
    margin: 0 auto;
}

.custom-landing-page .page-content .blog-section h2 {
    font-family: var(--lp-font-heading);
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    color: var(--lp-dark);
    margin: 0 0 20px 0;
}

.custom-landing-page .page-content .blog-section h4 {
    font-family: var(--lp-font-body);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: var(--lp-muted);
    margin-bottom: 0;
}

/* --- Carousel Magazines --- */
.custom-landing-page .page-content .blog-section .mag-carousel-section {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
}

.custom-landing-page .page-content .blog-section .mag-carousel-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 36px;
}

.custom-landing-page .page-content .blog-section .mag-carousel-nav {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    margin-top: 10px;
}

.custom-landing-page .page-content .blog-section .mag-carousel-nav button {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid #d0ccc6;
    background: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.25s, color 0.25s, box-shadow 0.25s;
    color: #555;
    padding: 0;
}

.custom-landing-page .page-content .blog-section .mag-carousel-nav button:hover:not(:disabled) {
    border-color: #8b1a2b;
    color: #8b1a2b;
    box-shadow: 0 2px 10px rgba(139, 26, 43, 0.1);
}

.custom-landing-page .page-content .blog-section .mag-carousel-nav button:disabled {
    opacity: 0.3;
    cursor: default;
}

.custom-landing-page .page-content .blog-section .mag-carousel-nav button svg {
    width: 18px;
    height: 18px;
}

/* Track */
.custom-landing-page .page-content .blog-section .mag-carousel-viewport {
    overflow: hidden;
}

.custom-landing-page .page-content .blog-section .mag-carousel-track {
    display: flex;
    gap: 24px;
    transition: transform 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
    will-change: transform;
}

.custom-landing-page .page-content .blog-section .mag-carousel-track.is-dragging {
    transition: none;
}

.custom-landing-page .page-content .blog-section .mag-prev,
.custom-landing-page .page-content .blog-section .mag-next {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1.5px solid #2C2C2C;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
    font-size: 20px;
    color: #2C2C2C;
    padding: 0;
}

.custom-landing-page .page-content .blog-section .mag-carousel-viewport {
    overflow: hidden;
    cursor: grab;
}

.custom-landing-page .page-content .blog-section .mag-carousel-viewport:active {
    cursor: grabbing;
}

/* ─── Blog Card (.mag-card) ─── */
.custom-landing-page .page-content .blog-section .mag-card {
    flex: 0 0 calc((100% - 48px) / 3); /* 3 cards avec 2 gaps de 24px */
    min-width: 0;
    background: #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    user-select: none;
}

/* Image container */
.custom-landing-page .page-content .blog-section .mag-card__image {
    position: relative;
    height: 220px;
    overflow: hidden;
}

.custom-landing-page .page-content .blog-section .mag-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: transform 0.5s ease;
    pointer-events: none;
}

/* Tag sur l'image */
.custom-landing-page .page-content .blog-section .mag-card__tag {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    padding: 6px 16px;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #2C2C2C;
    white-space: nowrap;
}

/* Corps de la card */
.custom-landing-page .page-content .blog-section .mag-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.custom-landing-page .page-content .blog-section .mag-card__title {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    line-height: 1.3 !important;
    color: #2C2C2C !important;
    margin: 0 0 auto 0 !important;
    min-height: 52px;
}

/* Footer card */
.custom-landing-page .page-content .blog-section .mag-card__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.custom-landing-page .page-content .blog-section .mag-card__reading {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #717182;
}

.custom-landing-page .page-content .blog-section .mag-card__arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FAF7F0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    flex-shrink: 0;
}

.custom-landing-page .page-content .blog-section .mag-card__arrow::after {
    content: '→';
    font-size: 16px;
    color: #2C2C2C;
}

.custom-landing-page .page-content .blog-section .mag-card:hover .mag-card__arrow {
    background: #E8E0D8;
}

.custom-landing-page .page-content .blog-section .mag-carousel-cta {
    text-align: center;
    margin-top: 44px;
}

.custom-landing-page .page-content .blog-section .mag-carousel-cta a {
    font-size: 16px;
    font-weight: 500;
    color: #8b1a2b;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: gap 0.25s, color 0.25s;
}

.custom-landing-page .page-content .blog-section .mag-carousel-cta a svg {
    width: 16px;
    height: 16px;
}


@media (max-width: 640px) {
    .custom-landing-page .page-content .blog-section .mag-card {
        flex: 0 0 85%;
    }

    .custom-landing-page .page-content .blog-section .mag-carousel-header,
    .custom-landing-page .page-content .blog-section .mag-carousel-viewport {
        padding: 0 20px;
    }

    .custom-landing-page .page-content .blog-section .mag-carousel-header {
        flex-direction: column;
        gap: 16px;
    }

    .custom-landing-page .page-content .blog-section .mag-carousel-nav {
        align-self: flex-end;
    }

    .custom-landing-page .page-content .blog-section .mag-carousel-header h2 {
        font-size: 26px;
    }
}

.custom-landing-page div:has(.testimonials-section) {
    background: var(--lp-dark);
}

.custom-landing-page .page-content .testimonials-section {
    padding: 0;
    margin: 0 auto;
    max-width: var(--lp-max-w);
    width: 100%;
    gap: 24px;
}

/* Titre */
.custom-landing-page .page-content .testimonials-section h2 {
    font-family: var(--lp-font-heading) !important;
    font-weight: 400 !important;
    font-size: clamp(28px, 3.5vw, 44px);
    color: var(--lp-white) !important;
    text-align: center;
    margin-bottom: 8px;
}

.custom-landing-page .page-content .testimonials-section h4 {
    font-family: var(--lp-font-body);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 50px;
}

/* Grille 3 colonnes */
.custom-landing-page .page-content .testimonials-section .pagebuilder-column-line:has(.temoignage-container),
.custom-landing-page .page-content .testimonials-section .temoignage-grid {
    display: flex !important;
    gap: 24px;
    justify-content: center;
}

/* Card témoignage */
.custom-landing-page .page-content .testimonials-section .temoignage-container {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--lp-radius-card) !important;
    padding: 32px 28px !important;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    transition: border-color 0.3s;
    width: 100%;
    margin: 0;
}

.custom-landing-page .page-content .testimonials-section .temoignage-container:hover {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Reset des pseudo-éléments hérités du template kidsdiscoveryclub */
.custom-landing-page .page-content .testimonials-section .temoignage-container::before {
    content: '”' !important;
    position: relative !important;
    display: flex !important;
    justify-content: center;
    width: 44px !important;
    height: 44px !important;
    border-radius: 50%;
    background: var(--lp-gold-quote) !important;
    color: #C9A961 !important;
    font-family: var(--lp-font-heading);
    font-size: 96px !important;
    line-height: 1;
    margin-bottom: 24px;
    top: auto !important;
    left: auto !important;
    transform: none !important;
}

.custom-landing-page .page-content .testimonials-section .temoignage-container::after {
    content: none !important;
    display: none !important;
}

/* Texte témoignage */
.custom-landing-page .page-content .testimonials-section .temoignage-container .temoignage-content {
    padding: 0 !important;
    width: 100%;
}

.custom-landing-page .page-content .testimonials-section .temoignage-container .temoignage-content .content {
    font-family: var(--lp-font-heading);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.9);
}

.custom-landing-page .page-content .testimonials-section .temoignage-container .temoignage-content .temoignage-bottom {
    display: block;
}

/* Séparateur */
.custom-landing-page .page-content .testimonials-section .temoignage-container .temoignage-content .temoignage-bottom::before {
    content: '';
    display: block;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 18px;
}

/* Auteur */
.custom-landing-page .page-content .testimonials-section .temoignage-container .temoignage-content .temoignage-bottom .block__prenom {
    font-family: var(--lp-font-body);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--lp-white);
}

.custom-landing-page .page-content .testimonials-section .temoignage-container .temoignage-content .temoignage-bottom .block__prenom::after {
    content: '' !important;
    display: none;
}

.custom-landing-page .page-content .testimonials-section .temoignage-container .temoignage-content .temoignage-bottom .block__nom_abonnement {
    font-family: var(--lp-font-body);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.6);
}

.custom-landing-page .page-content .testimonials-section .temoignage-container .temoignage-content .temoignage-bottom .block__titre_abonnement::after {
    content: '' !important;
    display: none;
}

.custom-landing-page .page-content .testimonials-section .temoignage-container .temoignage-content .temoignage-bottom .block__visual {
    display: none !important;
}

div[data-content-type="row"]:has(.faq-row) {
    background-color: var(--lp-cream) !important;
    width: 100%;
}

.custom-landing-page .faq-row {
    max-width: var(--lp-max-w);
    margin: 0 auto;
    display: block !important;
}

/* Titre FAQ */
.custom-landing-page .faq-row h2 {
    font-family: var(--lp-font-heading);
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    color: var(--lp-dark);
}

.custom-landing-page .faq-row h4 {
    font-family: var(--lp-font-body);
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: var(--lp-muted);
    margin: 0;
}

/* Items FAQ */
.custom-landing-page .faq-row .faq-container {
    width: 100%;
    max-width: inherit;
    margin-bottom: 20px;
}

.custom-landing-page .faq-row .faq-container .faq-content {
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--lp-white);
    border-radius: 16px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.custom-landing-page .faq-row .faq-container .faq-content:hover {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

.custom-landing-page .faq-row .faq-container .faq-content .block__title {
    font-family: var(--lp-font-body);
    font-size: 15px;
    font-weight: 400;
    color: var(--lp-dark);
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

div:has(> .faq-container) .faq-container .block__title::before,
div:has(> .faq-container) .faq-container .block__title::after {
    right: 10px;
}

/* Contenu réponse */
.custom-landing-page .faq-row .faq-container .faq-content .content {
    padding: 0 24px 20px;
    font-size: 14px;
    line-height: 1.7;
    color: var(--lp-muted);
}

/* Lien contact */
.custom-landing-page .faq-row .contact-container {
    text-align: center;
    margin-top: 48px;
    padding: 0 !important;
}

.custom-landing-page .faq-row .contact-container p {
    font-size: 15px !important;
    color: var(--lp-muted);
    margin-bottom: 8px;
}

.custom-landing-page .faq-row .contact-container a {
    color: var(--lp-burgundy);
    font-weight: 500;
    font-size: 15px;
}

.custom-landing-page .footer-section {
    background: var(--lp-footer-bg) !important;
}

.custom-landing-page .footer-section > div {
    width: 100%;
    max-width: var(--lp-max-w);
    margin: 0 auto;
}

/* Grille 4 colonnes */
.custom-landing-page .footer-section .pagebuilder-column-line {
    display: flex !important;
    gap: 48px;
    padding: 48px 0;
}

.custom-landing-page .footer-section .pagebuilder-column-line .pagebuilder-column:first-child {
    flex: 1.2;
}

.custom-landing-page .footer-section .pagebuilder-column-line .pagebuilder-column {
    flex: 1;
    justify-content: flex-start !important;
}

.custom-landing-page .footer-section .pagebuilder-column-line .footer-socials {
    display: block !important;
}

.custom-landing-page .footer-section .pagebuilder-column-line .footer-socials figure {
    width: 40px !important;
    height: 40px !important;
}

.custom-landing-page .footer-section .pagebuilder-column-line .footer-socials .facebook-icon {
    margin-right: 10px;
}

.custom-landing-page .footer-section .pagebuilder-column-line .footer-socials div[data-content-type="text"] {
    margin-bottom: 20px;
    grid-column: span 2 / span 2;
}

/* Logo footer */
.custom-landing-page .footer-section .footer-logo {
    margin-bottom: 20px;
}

.custom-landing-page .footer-section p {
    font-size: 14px;
    color: var(--lp-muted-light);
    line-height: 1.6;
}

/* Titres colonnes */
.custom-landing-page .footer-section h5 {
    font-family: var(--lp-font-heading);
    font-weight: 600;
    font-size: 16px;
    color: var(--lp-white);
    margin-bottom: 20px;
}

/* Liens footer */
.custom-landing-page .footer-section a {
    font-size: 14px;
    color: var(--lp-muted-light) !important;
    transition: color 0.2s;
}

.custom-landing-page .footer-section a:hover {
    color: var(--lp-white) !important;
}

/* Icônes sociales */
.custom-landing-page .footer-section .footer-social a,
.custom-landing-page .footer-section .facebook-icon,
.custom-landing-page .footer-section .insta-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s;
}

.custom-landing-page .footer-section .footer-social a:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* Barre du bas */
.custom-landing-page .footer-section .gototop {
    height: auto !important;
}

.custom-landing-page .footer-section .gototop hr {
    background: rgba(255, 255, 255, 0.1) !important;
    opacity: 1;
    margin: 0 !important;
    width: 100% !important;
    height: 1px !important;
    border-top: 1px;
    border-bottom: 1px;
    border-left: 0;
    border-right: 0;
}

.custom-landing-page .footer-section .footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.custom-landing-page .footer-section .footer-bottom .pagebuilder-column-line {
    padding: 20px 0 40px 0;
}

.custom-landing-page .footer-section .footer-bottom .pagebuilder-column-line .pagebuilder-column {
    align-items: flex-start;
}

.custom-landing-page .footer-section .footer-bottom .pagebuilder-column-line .pagebuilder-column:last-child {
    align-items: flex-end;
}

.custom-landing-page .footer-section .footer-bottom .pagebuilder-column-line p {
    font-size: 13px;
    color: var(--lp-muted-light);
}

.custom-landing-page .footer-section .footer-bottom .pagebuilder-column-line a {
    font-size: 13px;
}

.custom-landing-page .footer-section .footer-bottom .pagebuilder-column-line ul {
    display: flex;
    gap: 36px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-landing-page .footer-section .footer-bottom .pagebuilder-column-line ul li {
    font-family: var(--lp-font-body);
    font-weight: 400;
    font-size: 14px;
    color: var(--lp-dark);
    margin-bottom: 0;
    cursor: pointer;
    transition: color 0.2s;
}

.custom-landing-page .footer-section .footer-bottom .pagebuilder-column-line ul li:hover {
    color: var(--lp-burgundy);
}

.custom-landing-page .footer-section .footer-bottom .pagebuilder-column-line ul li::before {
    content: '' !important;
    display: none;
}

#top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: var(--lp-burgundy);
    color: var(--lp-white);
    cursor: pointer;
    padding: 12px;
    border-radius: 50%;
    font-size: 18px;
    width: 48px;
    height: 48px;
    transition: background 0.2s;
}

#top:hover {
    background: var(--lp-burgundy-hover);
}

@media (max-width: 768px) {
    :root {
        --lp-gutter: 20px;
    }

    /* ── Header mobile ── */
    .custom-landing-page .page-content .header .pagebuilder-column-line {
        display: flex !important;
        height: 60px;
    }

    .custom-landing-page .page-content .header .header-menu {
        display: none;
    }

    .custom-landing-page .page-content .header .pagebuilder-button-primary {
        padding: 8px 16px;
        font-size: 13px;
    }

    /* ── Hero mobile ── */
    .custom-landing-page .hero-row .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column:first-child {
        display: flex !important;
        padding: 0;
    }

    .custom-landing-page .hero-row .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column:first-child figure {
        margin: 0 auto;
    }

    .custom-landing-page .hero-row .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
        display: none !important;
    }

    .custom-landing-page .hero-container {
        padding: 0 20px 40px !important;
    }

    .custom-landing-page .hero-container h1 {
        font-size: 32px !important;
        line-height: 1.1 !important;
    }

    .custom-landing-page .hero-container > div[data-content-type="text"] p {
        font-size: 15px !important;
    }

    .custom-landing-page .hero-container div[data-content-type="buttons"] {
        flex-direction: column;
        width: 100%;
    }

    .custom-landing-page .hero-container .pagebuilder-button-primary,
    .custom-landing-page .hero-container .pagebuilder-button-secondary {
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 14px 24px;
    }

    /* ── Reinsurance mobile ── */
    .custom-landing-page .page-content .reinsurance-row {
        padding: 40px 20px;
    }

    .custom-landing-page .page-content .reinsurance-row h3 {
        font-size: 22px !important;
        margin-bottom: 32px;
    }

    .custom-landing-page .page-content .reinsurance-row .pagebuilder-column,
    .custom-landing-page .page-content .reinsurance-row .reinsurance-item {
        flex-direction: row;
        align-items: center;
        gap: 16px;
        max-width: 100%;
    }

    .custom-landing-page .page-content .reinsurance-row figure {
        width: 64px !important;
        height: 64px !important;
        flex-shrink: 0;
    }

    .custom-landing-page .page-content .reinsurance-row figure img {
        width: 64px !important;
        height: 64px !important;
        padding: 0;
    }

    .custom-landing-page .page-content .reinsurance-row p {
        text-align: left;
        max-width: none;
        font-size: 14px !important;
    }

    /* ── Abonnements mobile ── */
    .custom-landing-page .subscriptions-row {
        padding: 48px 20px;
    }

    .custom-landing-page .subscriptions-row h2 {
        font-size: 28px;
        margin: 0 20px;
    }

    body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item {
        height: auto;
    }

    body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .catalog-grid-item__image-wrapper .lazyload-wrapper {
        height: 100%;
    }

    body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .catalog-grid-item__image {
        height: 100%
    }

    .custom-landing-page .subscriptions-row .pagebuilder-column-line:has(.sub-card) {
        flex-direction: column !important;
        gap: 24px;
    }

    .custom-landing-page .pagebuilder-column-line .sub-card > figure:first-child {
        height: 200px;
    }

    body.custom-landing-page .page-content .subscriptions-row .catalog-grid {
       flex-direction: column;
    }

    /* ── Magazines mobile ── */
    .custom-landing-page .magazines-section {
        padding: 48px 0;
    }

    .custom-landing-page .magazines-section h2 {
        font-size: 28px;
        margin: 0 20px;
    }

    .custom-landing-page .magazines-section h4 {
        margin: 0 20px;
    }

    .custom-landing-page .product-container-multiple .catalog-grid-item {
        flex: 0 0 75vw;
        min-width: 250px;
    }

    .custom-landing-page .product-container-multiple div[data-content-type="products"] {
        padding: 0 20px !important;
    }

    /* ── Gift Ideas mobile ── */
    .custom-landing-page .gift-ideas-row {
        padding: 48px 20px;
    }

    .custom-landing-page .gift-ideas-row h2 {
        font-size: 28px;
    }

    .custom-landing-page .gift-ideas-row .pagebuilder-column-line:has(.idea-card) {
        flex-direction: column !important;
        gap: 24px;
    }

    .custom-landing-page .gift-ideas-row .idea-card > figure:first-child,
    .custom-landing-page .gift-ideas-row .idea-card .idea-card-image {
        height: 180px;
    }

    /* ── Blog mobile ── */
    .custom-landing-page .page-content .blog-section {
        padding: 48px 0;
    }

    .custom-landing-page .page-content .blog-section h2 {
        font-size: 28px;
        margin: 0 20px;
    }

    .custom-landing-page .page-content .blog-section h4 {
        margin: 0 20px;
    }

    .custom-landing-page .blog-card {
        flex: 0 0 80vw;
        min-width: 250px;
    }

    .custom-landing-page .page-content .blog-section .blog-track {
        padding: 0 20px;
    }

    /* ── Testimonials mobile ── */
    .custom-landing-page .page-content .testimonials-section {
        padding: 0 20px;
        flex-direction: column !important;
    }

    .custom-landing-page .page-content .testimonials-section h2 {
        font-size: 28px;
    }

    .custom-landing-page .page-content .testimonials-section .temoignage-container {
        padding: 24px 20px !important;
    }

    .custom-landing-page .page-content .testimonials-section .temoignage-content p {
        font-size: 14px !important;
    }

    /* ── FAQ mobile ── */
    .custom-landing-page .faq-row {
        padding: 48px 20px !important;
    }

    .custom-landing-page .faq-row:has(.faq-container) {
        padding: 0 20px 48px 20px !important;
    }

    .custom-landing-page .faq-row h2 {
        font-size: 28px;
    }

    .custom-landing-page .faq-row .faq-container .faq-content .block__title {
        font-size: 14px;
        padding: 16px 20px;
        padding-right: 48px;
    }

    .custom-landing-page .faq-row .faq-container .faq-content .block__content {
        padding: 0 20px 16px;
        font-size: 13px;
    }

    /* ── Footer mobile ── */
    .custom-landing-page .footer-section {
        padding: 40px 20px 0 !important;
    }

    .custom-landing-page .footer-section .pagebuilder-column-line {
        flex-direction: column !important;
        gap: 32px;
        text-align: center;
    }

    .custom-landing-page .footer-section .pagebuilder-column div[data-content-type="text"] {
        text-align: center;
        width: 100%;
    }

    .custom-landing-page .footer-section .footer-bottom {
        flex-direction: column;
        gap: 12px;
        text-align: center;
    }

    .custom-landing-page .footer-section .footer-social {
        justify-content: center;
    }

}

@media (min-width: 769px) and (max-width: 1280px) {
    body.custom-landing-page .page-content .hero-container,
    body.custom-landing-page .page-content .magazines-section,
    body.custom-landing-page .page-content .subscriptions-row,
    body.custom-landing-page .page-content .testimonials-section,
    body.custom-landing-page .page-content .faq-row,
    body.custom-landing-page .page-content .footer-section {
        padding-left: 24px;
        padding-right: 24px;
    }

    body.custom-landing-page .page-content .hero-container h1 {
        font-size: 48px !important;
    }

    body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item {
        height: 1000px;
    }

    body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .catalog-grid-item__image-wrapper .lazyload-wrapper {
        height: 100%;
    }

    body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .catalog-grid-item__image {
        height: 100%
    }

    body.custom-landing-page .page-content .reinsurance-row .pagebuilder-column-line,
    body.custom-landing-page .page-content .reinsurance-row .reinsurance {

    }

    body.custom-landing-page .page-content .reinsurance-row .pagebuilder-column,
    body.custom-landing-page .page-content .reinsurance-row .reinsurance-item {
    }

    body.custom-landing-page .page-content .gift-ideas-row .pagebuilder-column-line:has(.idea-card) {
        flex-wrap: wrap;
    }

    body.custom-landing-page .page-content .gift-ideas-row .idea-card {
        flex: 0 0 calc(50% - 14px);
    }

    body.custom-landing-page .page-content .gift-ideas-row .idea-card:last-child {
        flex: 0 0 100%;
        max-width: 50%;
        margin: 0 auto;
    }
}

@media (min-width: 1025px) and (max-width: 1280px) {
    .custom-landing-page .header .pagebuilder-column:nth-child(1) {
        align-items: flex-start !important;
    }

    .custom-landing-page .header .pagebuilder-column:nth-child(2) {
        align-items: center !important;
	width: 100%!important;
    }

    .custom-landing-page .header .pagebuilder-column:nth-child(3) {
        align-items: flex-end !important;
    }
}

@media (min-width: 1280px) {
    :root {
        --lp-max-w: 1440px;
    }

    .custom-landing-page .header .pagebuilder-column-line {
        max-width: var(--lp-max-w);
        margin: 0 auto;
    }
}

@keyframes lpFadeInUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-landing-page .hero-container > * {
    animation: lpFadeInUp 0.7s ease-out backwards;
}

.custom-landing-page .hero-container > *:nth-child(1) {
    animation-delay: 0.1s;
}

.custom-landing-page .hero-container > *:nth-child(2) {
    animation-delay: 0.2s;
}

.custom-landing-page .hero-container > *:nth-child(3) {
    animation-delay: 0.3s;
}

.custom-landing-page .hero-container > *:nth-child(4) {
    animation-delay: 0.4s;
}

.custom-landing-page .hero-container > *:nth-child(5) {
    animation-delay: 0.5s;
}

/* Hover transitions globales */
.custom-landing-page .pagebuilder-column-line .sub-card > figure:first-child img,
.custom-landing-page .gift-ideas-row .idea-card > figure:first-child img,
.custom-landing-page .blog-card,
.custom-landing-page .testimonial-card {
    transition: transform 0.5s ease, box-shadow 0.5s ease;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}

body.custom-landing-page .page-content .subscriptions-row .catalog-grid .catalog-grid-item .overlay__price .price .price__value.subprice .price-container .price-wrapper {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    color: var(--lp-muted);
}

.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux {background:#FAF6F0;padding:80px 24px;font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;box-sizing:border-box}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux *{box-sizing:border-box}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-inner{max-width:1140px;margin:0 auto;display:grid;grid-template-columns:1fr 460px;gap:72px;align-items:center}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-pretitle{font-size:11px;font-weight:700;letter-spacing:.2em;text-transform:uppercase;color:#C4924A;display:block;margin-bottom:14px}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-h2{font-family:'Georgia','Times New Roman',Times,serif;font-size:clamp(30px,3.2vw,46px);font-weight:400;color:#1A1410;line-height:1.12;margin:0 0 18px; height: auto;}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-rule{width:44px;height:2px;background:#C4924A;margin-bottom:20px;border:none}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-p{font-size:16px;color:#4A3728;line-height:1.75;margin:0 0 28px;max-width:440px}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-list{list-style:none;padding:0;margin:0 0 28px}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-list li{display:flex;align-items:flex-start;gap:12px;font-size:15px;color:#4A3728;line-height:1.6;padding:10px 0;border-bottom:1px solid rgba(107,28,47,.07)}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-list li:first-child{border-top:1px solid rgba(107,28,47,.07)}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-list li::before{content: ""; display: none;}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-list-icon{flex-shrink:0;width:22px;height:22px;border-radius:50%;background:#6B1C2F;display:flex;align-items:center;justify-content:center;margin-top:1px}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-list-icon svg{width:11px;height:11px;fill:none;stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-occ-label{font-size:10.5px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#7A6255;margin-bottom:10px;display:block}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-occ{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:32px}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-occ span{display:inline-block;background:#fff;border:1px solid rgba(107,28,47,.13);border-radius:3px;font-size:13px;color:#4A3728;padding:5px 14px;line-height:1}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-ctas{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-btn{display:inline-block;background:#6B1C2F;color:#fff;font-size:12.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:14px 28px;border-radius:3px;text-decoration:none;transition:background .2s}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-btn:hover{background:#8B2A41}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-link{display:inline-block;color:#6B1C2F;font-size:14px;font-weight:600;text-decoration:none;border-bottom:1px solid rgba(107,28,47,.3);padding-bottom:2px}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-img-col{position:relative}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-img-frame{border-radius:12px;overflow:hidden;height:520px;position:relative;box-shadow:0 4px 16px rgba(107,28,47,.12),0 20px 48px rgba(107,28,47,.18);background:#3A0D18}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-img-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(26,8,16,.82) 0%,transparent 100%);padding:28px 24px 22px}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-overlay-from{font-size:11px;color:rgba(255,255,255,.55);font-weight:600;letter-spacing:.1em;text-transform:uppercase;display:block;margin-bottom:4px}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-overlay-price{font-family:'Georgia',serif;font-size:26px;color:#fff;font-weight:400;line-height:1}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-overlay-unit{font-size:13px;color:rgba(255,255,255,.55);margin-left:4px}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-overlay-tag{display:inline-block;background:#C4924A;color:#fff;font-size:10px;font-weight:800;letter-spacing:.1em;text-transform:uppercase;padding:3px 10px;border-radius:2px;margin-left:10px;vertical-align:middle}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-img-badge{position:absolute;top:18px;right:18px;background:rgba(250,246,240,.92);backdrop-filter:blur(6px);border-radius:3px;padding:7px 14px;font-size:11.5px;font-weight:700;color:#2D6A4F;letter-spacing:.04em;box-shadow:0 2px 8px rgba(0,0,0,.15)}
@media(max-width:900px){
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-inner{
    grid-template-columns:1fr 1fr;
    gap:40px
}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-img-frame{
   height:440px
}
}
@media(max-width:680px){
  .custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux{padding:52px 18px}
  .custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-inner{grid-template-columns:1fr;gap:32px}
  .custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-img-col{order:2}
  .custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-content{order:1}
  .custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-img-frame{height:auto;aspect-ratio:4/3}
  .custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-h2{font-size:28px}
  .custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-p{font-size:15px;max-width:100%}
  .custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-list li{font-size:14px}
  .custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-ctas{flex-direction:column;align-items:stretch}
  .custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-btn{text-align:center}
  .custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-img-badge{font-size:10.5px;padding:5px 10px}
}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-fade{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-fade.in{opacity:1;transform:none}
.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-fade-r{transition-delay:.12s}
@media(prefers-reduced-motion:reduce){.custom-landing-page .page-content div[data-content-type="row"] div[data-content-type="html"] #cadeaux .swcg-fade{opacity:1;transform:none}}