body#module-age_editorial_pages-editorial {
    --ep-bg: #f6f6f4;
    --ep-white: #ffffff;
    --ep-text: #41595D;
    --ep-text-soft: #ADCCC4;
    --ep-title: #42595D;
    --ep-green-dark: #42595D;
    --ep-green-dark-2: #496D6F;
    --ep-green-soft: #ADCCC4;
    --ep-green-soft-2: #d9e7e1;
    --ep-green-soft-3: #edf3f0;
    --ep-border: #dde5e1;
    --ep-radius: 12px;
    --ep-radius-lg: 14px;
    --ep-shadow: 0 10px 24px rgba(34, 51, 54, 0.06);
    --ep-container: 1080px;
}

body#module-age_editorial_pages-editorial {
    background-color: var(--ep-bg);
}

body#module-age_editorial_pages-editorial .logo svg path#Tracé_27088
{
    fill: transparent;
}

body#module-age_editorial_pages-editorial .footer-container {
    margin-top: 0;
}

body#module-age_editorial_pages-editorial .bandeau {
    height: 150px;
    background-color: var(--ep-green-dark);

}


body#module-age_editorial_pages-editorial .bandeau .modal-login-toggler p {
    display: none;
}

body#module-age_editorial_pages-editorial .bandeau .modal-login-toggler:hover p {
    display: block;
    position: absolute;
    color: white;
    font-size: 15px;
    width: fit-content;
    right: -17px
}

body#module-age_editorial_pages-editorial .bandeau .btn_trigger_shop {
    background-color: #ffffff;
    color: var(--ep-text);
    border: 1px solid var(--ep-green-soft);
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;

    &:hover {
        background-color: var(--ep-green-soft);
    }

    @media (max-width: 800px) {
        display: none;
    }
}

body#module-age_editorial_pages-editorial .btn_mob {
    @media (min-width: 800px) {
        display: none;
    }
}

body#module-age_editorial_pages-editorial .btn_trigger_shopmob {
    background-color: white;
    color: var(--ep-text);
    border: solid 2px var(--ep-green-soft);
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    width: fit-content;
    border-radius: 16px;
    margin: 0 auto;

    &:hover {
        background-color: var(--ep-green-soft);
        border: solid 2px white;

    }

}

body#module-age_editorial_pages-editorial .ep-hero-banner img {
    width: 100vw;
    object-fit: cover;
    height: 100%;
}

body#module-age_editorial_pages-editorial .ep-breadcrumb {
    width: 100%;
    max-width: var(--ep-container);
    margin: 0 auto;
    padding: 2rem 24px;
    box-sizing: border-box;
    font-size: 15px;
}

body#module-age_editorial_pages-editorial .ep-breadcrumb a {
    color: var(--ep-text-soft);
}

body#module-age_editorial_pages-editorial .ep-breadcrumb span {
    color: var(--ep-text);
}

body#module-age_editorial_pages-editorial .editorial-page {
    background: var(--ep-bg);
    color: var(--ep-text);
    padding: 34px 0 0;
    line-height: 1.55;
}

body#module-age_editorial_pages-editorial *{
    font-family: Helvetica, sans-serif;
}

body#module-age_editorial_pages-editorial h1,
body#module-age_editorial_pages-editorial h2,
body#module-age_editorial_pages-editorial h3,
body#module-age_editorial_pages-editorial .ep-faq__question span {
    font-family: Arvo, sans-serif !important;
}
i {
    font-family: FontAwesome !important;
}

body#module-age_editorial_pages-editorial .editorial-page > h1 {
    max-width: var(--ep-container);
    margin: 0 auto 34px;
    padding: 0 24px;
    text-align: center;
    font-size: 40px;
    line-height: 1.15;
    font-weight: bold;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--ep-title);
}

body#module-age_editorial_pages-editorial .ep-container {
    width: 100%;
    max-width: var(--ep-container);
    margin: 0 auto;
    padding: 0 24px;
    box-sizing: border-box;
}

body#module-age_editorial_pages-editorial .ep-block {
    margin: 0 0 54px;
    margin-bottom: 54px !important;
}

body#module-age_editorial_pages-editorial .ep-block:last-child {
    margin-bottom: 0;
}

body#module-age_editorial_pages-editorial .ep-wysiwyg {
    margin-bottom: 40px;
}


body#module-age_editorial_pages-editorial .ep-richtext table {
    border-collapse: collapse;
    margin: 1.5rem auto;
    font-size: 14px;
    background: #ffffff;
    color: #41595D;
    /*border: 1px solid #41595D;*/
    overflow: hidden;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: fit-content;
    height: fit-content !important;
    max-width: 100% !important;
}

/* En-têtes */
body#module-age_editorial_pages-editorial .ep-richtext table th {
    background: #edf3f0; /* var(--ep-green-soft-3) */
    color: #42595D;      /* var(--ep-title) */
    font-weight: 600;
    padding: 12px 14px;
    text-align: left;
    border: 1px solid #41595D;

}

/* Cellules */
body#module-age_editorial_pages-editorial .ep-richtext table td {
    padding: 12px 14px;
    border: 1px solid #41595D;
    color: #41595D; /* var(--ep-text) */
    background: #ffffff;
    height: fit-content !important;
}

body#module-age_editorial_pages-editorial .ep-richtext table td h3 {
    margin: 0;
}

body#module-age_editorial_pages-editorial .ep-richtext table tbody tr:first-child td,
body#module-age_editorial_pages-editorial .ep-richtext table tbody tr:first-child td h1,
body#module-age_editorial_pages-editorial .ep-richtext table tbody tr:first-child td h2,
body#module-age_editorial_pages-editorial .ep-richtext table tbody tr:first-child td h3 {
    background: #edf3f0;
    color: #42595D !important;
    font-weight: 600;
}

/* Hover */
body#module-age_editorial_pages-editorial .ep-richtext table tr:hover td {
    background: #d9e7e1; /* var(--ep-green-soft-2) */
    transition: background 0.2s ease;
}

/* Optional scrollbar style pour mobile */
body#module-age_editorial_pages-editorial .ep-richtext table::-webkit-scrollbar {
    height: 6px;
}
body#module-age_editorial_pages-editorial .ep-richtext table::-webkit-scrollbar-thumb {
    background: #ADCCC4; /* var(--ep-green-soft) */
    border-radius: 3px;
}

body#module-age_editorial_pages-editorial .ep-wysiwyg .ep-container {
    max-width: 980px;
}

body#module-age_editorial_pages-editorial .ep-wysiwyg h2, body#module-age_editorial_pages-editorial .ep-wysiwyg h3, body#module-age_editorial_pages-editorial .ep-wysiwyg h4 {
    margin: 5rem 0 1rem;
    color: var(--ep-title);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.01em;
}

body#module-age_editorial_pages-editorial .ep-wysiwyg h2 {
    font-size: 17px;
}

body#module-age_editorial_pages-editorial .ep-wysiwyg h3 {
    font-size: 16px;
}

body#module-age_editorial_pages-editorial .ep-wysiwyg h4 {
    font-size: 16px;
}

body#module-age_editorial_pages-editorial .ep-wysiwyg p {
    margin: 0 0 16px;
    font-size: 15px;
    color: var(--ep-text);
}

body#module-age_editorial_pages-editorial .ep-wysiwyg li {
    list-style-type: disc;
    font-size: 15px;
    color: var(--ep-text);
}

body#module-age_editorial_pages-editorial .ep-richtext ul,
body#module-age_editorial_pages-editorial .ep-richtext ol {
    margin: 0 0 18px 20px;
}

body#module-age_editorial_pages-editorial .ep-richtext p,
body#module-age_editorial_pages-editorial .ep-richtext li {
    font-size: 15px;
    color: var(--ep-text);
}

body#module-age_editorial_pages-editorial .ep-richtext,
body#module-age_editorial_pages-editorial .ep-richtext * {
    text-align: left;
}

body#module-age_editorial_pages-editorial .ep-richtext ul li {
    list-style-type: disc !important;
}

body#module-age_editorial_pages-editorial .ep-richtext ol li {
    list-style-type: decimal !important;
}

body#module-age_editorial_pages-editorial .ep-wysiwyg strong {
    font-weight: 700;
}

body#module-age_editorial_pages-editorial .ep-wysiwyg a {
    color: var(--ep-green-dark);
    text-decoration: underline;
}

body#module-age_editorial_pages-editorial .ep-wysiwyg ul, body#module-age_editorial_pages-editorial .ep-wysiwyg ol {
    margin: 0 0 18px 20px;
    color: var(--ep-text);
}

body#module-age_editorial_pages-editorial .ep-wysiwyg img {
    max-width: 100%;
    height: auto;
    display: block;
}

body#module-age_editorial_pages-editorial .ep-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    transition: all 0.25s ease;
    cursor: pointer;
    box-sizing: border-box;
}

body#module-age_editorial_pages-editorial .ep-btn--primary {
    background: var(--ep-green-dark);
    color: #fff;
    border: 1px solid var(--ep-green-dark);
}

body#module-age_editorial_pages-editorial .ep-btn--cta {
    background: var(--ep-green-soft);
    color: var(--ep-text);
    border: 1px solid var(--ep-green-soft);
}

body#module-age_editorial_pages-editorial .ep-btn--primary:hover {
    background: var(--ep-green-dark-2);
    border-color: var(--ep-green-dark-2);
    color: #fff;
}

body#module-age_editorial_pages-editorial .ep-cta-btn-center {
    margin: 0 auto;
    display: flex;
    max-width: fit-content;
}

body#module-age_editorial_pages-editorial .ep-btn--cta:hover {
    background: var(--ep-green-dark);
    border-color: var(--ep-green-dark);
    color: #fff;
}

body#module-age_editorial_pages-editorial .ep-reassurance {
    --ep-rb-bg: #42595d;
    --ep-rb-text: #d7e4e2;
    --ep-rb-accent: #d9df8e;
    --ep-rb-btn-bg: #b0cfc7;
    --ep-rb-btn-text: #42595d;
    --ep-rb-btn-border: #7ea0a2;
    border-radius: 28px;
    background: var(--ep-rb-bg);
    padding: 3.2rem 2.4rem 2.2rem;
    margin: 2rem auto 56px;
    max-width: calc(var(--ep-container) - 48px);
    box-sizing: border-box;
}

body#module-age_editorial_pages-editorial .ep-reassurance p {
    --ep-rb-text: #ffffff;
    color: var(--ep-rb-text);
}

body#module-age_editorial_pages-editorial .ep-reassurance .ep-container {
    max-width: none;
    padding: 0;
}

body#module-age_editorial_pages-editorial .ep-rb-intro {
    text-align: center;
    margin: 0 auto 1.8rem;
    max-width: 760px;
}

body#module-age_editorial_pages-editorial .ep-rb-intro__title {
    margin: 0 0 0.7rem;
    color: var(--ep-rb-accent);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 700;
}

body#module-age_editorial_pages-editorial .ep-rb-intro__text {
    margin: 0;
    color: var(--ep-rb-text);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

body#module-age_editorial_pages-editorial .ep-rb-items--desktop {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 2.2rem;
}

body#module-age_editorial_pages-editorial .ep-rb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-height: 200px;
    justify-content: center;
    gap: 1rem;
}

body#module-age_editorial_pages-editorial .ep-rb-item__icon-wrap {
    width: 50px;
    height: 50px;
    margin-bottom: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

body#module-age_editorial_pages-editorial .ep-rb-item__icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

body#module-age_editorial_pages-editorial .ep-rb-item__title {
    margin: 0;
    color: var(--ep-rb-text);
    font-size: 15px;
    line-height: 1.22;
    font-weight: 500;
}

body#module-age_editorial_pages-editorial .ep-rb-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.2rem;
    margin-top: 1.9rem;
}

body#module-age_editorial_pages-editorial .ep-rb-button {
    min-width: 290px;
    min-height: 62px;
    border-radius: 16px;
    padding: 0.75rem 1.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 15px;
    font-weight: 700;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

/*body#module-age_editorial_pages-editorial .ep-rb-button:hover,*/
/*body#module-age_editorial_pages-editorial .ep-rb-button:focus {*/
/*    text-decoration: none;*/
/*    transform: translateY(-1px);*/
/*    opacity: 0.96;*/
/*}*/

body#module-age_editorial_pages-editorial .ep-rb-button--primary {
    background: var(--ep-rb-btn-bg);
    color: var(--ep-rb-btn-text);
}

body#module-age_editorial_pages-editorial .ep-rb-button--primary:hover {
    background: var(--ep-rb-btn-text);
    color: var(--ep-rb-btn-bg);
    border: 2px solid var(--ep-rb-btn-bg);
}

body#module-age_editorial_pages-editorial .ep-rb-button--secondary {
    background: var(--ep-rb-btn-text);
    border: 2px solid var(--ep-rb-btn-border);
    color: var(--ep-rb-btn-bg);
}

body#module-age_editorial_pages-editorial .ep-rb-button--secondary:hover {
    background: var(--ep-rb-btn-bg);
    border: 2px solid var(--ep-rb-btn-bg);
    color: var(--ep-rb-btn-text);
}

body#module-age_editorial_pages-editorial .ep-rb-mobile-slider {
    display: none;
}

body#module-age_editorial_pages-editorial .ep-split {
    margin-bottom: 48px;
}

body#module-age_editorial_pages-editorial .ep-split__inner {
    display: grid;
    grid-template-columns:minmax(320px, 1fr)minmax(320px, 1fr);
    gap: 48px;
    align-items: center;
}

body#module-age_editorial_pages-editorial .ep-split__text {
    background: #efefed;
    border-radius: var(--ep-radius);
    padding: 30px 28px;
    box-sizing: border-box;
}

body#module-age_editorial_pages-editorial .ep-split__title {
    margin: 0 0 16px;
    font-size: 25px;
    line-height: 1.15;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--ep-title);
}

body#module-age_editorial_pages-editorial .ep-split__text p {
    margin: 0 0 14px;
    font-size: 15px;
    color: var(--ep-text);
}

body#module-age_editorial_pages-editorial .ep-split__text .ep-richtext ul,
body#module-age_editorial_pages-editorial .ep-split__text .ep-richtext ol,
body#module-age_editorial_pages-editorial .ep-split__text .ep-richtext li {
    font-size: 15px;
    color: var(--ep-text);
}

body#module-age_editorial_pages-editorial .ep-split__text p strong {
    font-weight: 600;
}

body#module-age_editorial_pages-editorial .ep-split__text .ep-btn {
    margin-top: 8px;
}

body#module-age_editorial_pages-editorial .ep-split__image {
    text-align: center;
}

body#module-age_editorial_pages-editorial .ep-split__image img {
    display: inline-block;
    width: 532px;
    max-width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 10px;
}

body#module-age_editorial_pages-editorial .ep-split--text-left .ep-split__inner {
    grid-template-areas:"text image";
}

body#module-age_editorial_pages-editorial .ep-split--text-left .ep-split__text {
    grid-area: text;
}

body#module-age_editorial_pages-editorial .ep-split--text-left .ep-split__image {
    grid-area: image;
}

body#module-age_editorial_pages-editorial .ep-split--image-left .ep-split__inner {
    grid-template-areas:"image text";
}

body#module-age_editorial_pages-editorial .ep-split--image-left .ep-split__text {
    grid-area: text;
}

body#module-age_editorial_pages-editorial .ep-split--image-left .ep-split__image {
    grid-area: image;
}

body#module-age_editorial_pages-editorial .ep-split--text-text .ep-split__inner {
    grid-template-areas:"text-left text-right";
}

body#module-age_editorial_pages-editorial .ep-split--text-text .ep-split__text:first-child {
    grid-area: text-left;
}

body#module-age_editorial_pages-editorial .ep-split--text-text .ep-split__text:last-child {
    grid-area: text-right;
}

body#module-age_editorial_pages-editorial .ep-quote {
    position: relative;
    background-color: var(--ep-green-dark);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: var(--ep-radius-lg);
    overflow: hidden;
    margin: 60px 0;
}

body#module-age_editorial_pages-editorial .ep-testimonial {
    max-width: var(--ep-container);
    margin: 0 auto;
    border-radius: 10px;
    background-color: var(--ep-green-dark);
    padding: 3rem 2rem;
}

body#module-age_editorial_pages-editorial .ep-quote__overlay {
    background: rgba(52, 76, 81, 0.88);
    padding: 34px 0;
}

body#module-age_editorial_pages-editorial .ep-quote__inner {
    display: flex;
    align-items: center;
    min-height: 260px;
}

body#module-age_editorial_pages-editorial .ep-quote__inner_testimonial {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 10rem;
    align-items: center;
}

body#module-age_editorial_pages-editorial .ep-quote__inner_bgGreen {
    display: grid;
    grid-template-columns:1fr;
    gap: 10rem;
    align-items: center;
}

@media (max-width: 1024px) {
    body#module-age_editorial_pages-editorial .ep-quote__inner_testimonial {
        grid-template-columns:1fr;
        gap: 2rem;
    }
}

body#module-age_editorial_pages-editorial .ep-quote__content * {
    font-size: 24px;
    font-style: italic;
    color: var(--ep-text);
}

body#module-age_editorial_pages-editorial .ep-quote__content {
   width: 100%;
}

body#module-age_editorial_pages-editorial .ep-quote__content_testimonial {
    color: #fff;
}

body#module-age_editorial_pages-editorial .ep-quote__content_testimonial img {
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

body#module-age_editorial_pages-editorial .ep-quote__text {
    margin: 0 0 18px;
    font-size: 17px;
    line-height: 1.75;
    color: #fff;
}

body#module-age_editorial_pages-editorial .ep-quote__content_testimonial blockquote h2 {
    color: var(--ep-green-soft);
    font-size: 20px;
    font-weight: 700;
}

body#module-age_editorial_pages-editorial .ep-quote__content_testimonial blockquote p {
    color: white;
    font-size: 15px;
    line-height: 1;
}

body#module-age_editorial_pages-editorial blockquote.ep-quote__text p {
    font-size: 17px;
    line-height: 1;
}

body#module-age_editorial_pages-editorial .ep-quote__text p:last-child {
    margin-bottom: 0;
}

body#module-age_editorial_pages-editorial .ep-quote__author {
    display: block;
    font-style: normal;
    font-size: 19px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
}

body#module-age_editorial_pages-editorial .ep-cta-banner {
    margin: 32px 0 56px;
}

body#module-age_editorial_pages-editorial .ep-cta-banner__inner {
    padding: 8px 0 0;
}

body#module-age_editorial_pages-editorial .ep-cta-banner__inner p {
    margin: 0 0 18px;
    font-size: 15px;
    color: var(--ep-text);
}

body#module-age_editorial_pages-editorial .ep-category-slider {
    background: var(--ep-category-slider-bg, #f5f5f5);
    padding: 36px 0;
}

body#module-age_editorial_pages-editorial .ep-category-slider__title {
    margin: 0 0 28px;
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    color: #41595D;
}

body#module-age_editorial_pages-editorial .ep-category-slider__subtitle,
body#module-age_editorial_pages-editorial .ep-category-slider__bottom {
    max-width: 860px;
    margin: 0 auto 22px;
}

body#module-age_editorial_pages-editorial .ep-category-slider__bottom {
    margin: 26px auto 0;
}

body#module-age_editorial_pages-editorial .ep-category-slider__cta-wrap {
    margin-top: 18px;
    text-align: center;
}

body#module-age_editorial_pages-editorial .ep-category-slider__cta-wrap--two {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

body#module-age_editorial_pages-editorial .ep-category-slider__cta {
    min-width: 260px;
}

body#module-age_editorial_pages-editorial .ep-category-slider__carousel {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 48px;
    gap: 12px;
    align-items: center;
    margin-top: 10px;
}

body#module-age_editorial_pages-editorial .ep-category-slider__viewport {
    overflow: hidden;
}

body#module-age_editorial_pages-editorial .ep-category-slider__track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 4px 2px;
}

body#module-age_editorial_pages-editorial .ep-category-slider__track::-webkit-scrollbar {
    display: none;
}

body#module-age_editorial_pages-editorial .ep-category-slider__item {
    flex: 0 0 210px;
    min-height: 170px;
    border: 1px solid #d8e3df;
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 18px 14px;
    text-align: center;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    scroll-snap-align: start;
}

body#module-age_editorial_pages-editorial .ep-category-slider__item:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 18px rgba(51, 72, 76, 0.12);
}

body#module-age_editorial_pages-editorial .ep-category-slider__icon-wrap {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body#module-age_editorial_pages-editorial .ep-category-slider__icon {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

body#module-age_editorial_pages-editorial .ep-category-slider__label {
    color: var(--ep-text);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.25;
}

body#module-age_editorial_pages-editorial .ep-category-slider__nav {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #9cb8b1;
    background: #fff;
    color: var(--ep-green-dark);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body#module-age_editorial_pages-editorial .ep-category-slider__modal {
    position: fixed;
    inset: 0;
    z-index: 1300;
}

body#module-age_editorial_pages-editorial .ep-category-slider__modal[hidden] {
    display: none;
}

body#module-age_editorial_pages-editorial .ep-category-slider__modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
}

body#module-age_editorial_pages-editorial .ep-category-slider__modal-dialog {
    position: relative;
    width: min(92vw, 520px);
    margin: 9vh auto 0;
    background: #fff;
    border-radius: 12px;
    padding: 22px;
    z-index: 1;
}

body#module-age_editorial_pages-editorial .ep-category-slider__modal-title {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--ep-title);
}

body#module-age_editorial_pages-editorial .ep-category-slider__modal-close {
    position: absolute;
    right: 12px;
    top: 10px;
    border: 0;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    color: #607774;
    cursor: pointer;
}

body#module-age_editorial_pages-editorial .ep-category-slider__shop-link {
    display: block;
    border: 1px solid #c9d8d2;
    border-radius: 8px;
    padding: 12px 14px;
    color: var(--ep-text);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.35;
}

body#module-age_editorial_pages-editorial .ep-category-slider__shop-link + .ep-category-slider__shop-link {
    margin-top: 10px;
}

body#module-age_editorial_pages-editorial.ep-category-modal-open {
    overflow: hidden;
}

body#module-age_editorial_pages-editorial .ep-faq {
    background: var(--ep-faq-bg, var(--ep-green-soft));
    margin: 70px 0 0;
    padding: 54px 0 66px;
}

body#module-age_editorial_pages-editorial .ep-faq-band {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

body#module-age_editorial_pages-editorial .ep-faq__title {
    margin: 0 0 28px;
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
    color: #41595D;
}

body#module-age_editorial_pages-editorial .ep-faq__intro {
    max-width: 860px;
    margin: -8px auto 24px;
    color: #41595D;
    font-size: 15px;
    line-height: 1.45;
}

body#module-age_editorial_pages-editorial .ep-faq__list {
    max-width: 860px;
    margin: 0 auto;
}

body#module-age_editorial_pages-editorial .ep-faq__bottom {
    max-width: 860px;
    margin: 20px auto 0;
    color: #41595D;
    font-size: 15px;
    line-height: 1.45;
}

body#module-age_editorial_pages-editorial .ep-faq__intro p,
body#module-age_editorial_pages-editorial .ep-faq__bottom p {
    color: #41595D;
    font-size: 15px;
}

body#module-age_editorial_pages-editorial .ep-faq__item {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(51, 72, 76, 0.06);
}

body#module-age_editorial_pages-editorial .ep-faq__item + .ep-faq__item {
    margin-top: 12px;
}

body#module-age_editorial_pages-editorial .ep-faq__question {
    width: 100%;
    padding: 18px 22px;
    border: 0;
    background: #fff;
    color: var(--ep-title);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

body#module-age_editorial_pages-editorial .ep-faq__question:focus {
    outline: none;
}

body#module-age_editorial_pages-editorial .ep-faq__question:hover {
    background: #fafcfa;
}

body#module-age_editorial_pages-editorial .ep-faq__chevron {
    flex: 0 0 auto;
    font-size: 14px;
    color: #7f9390;
    transition: transform 0.25s ease;
}

body#module-age_editorial_pages-editorial .ep-faq__item--open .ep-faq__chevron {
    transform: rotate(180deg);
}

body#module-age_editorial_pages-editorial .ep-faq__answer-inner {
    padding: 0 22px 20px;
    font-size: 17px;
    color: var(--ep-text);
}

body#module-age_editorial_pages-editorial .ep-faq__answer-inner a {
    text-decoration: underline;
    font-size: 15px;
    color: var(--ep-text);
    font-weight: 600;
}

body#module-age_editorial_pages-editorial .ep-faq__answer-inner p {
    margin: 0 0 12px;
    font-size: 15px;
    color: var(--ep-text);
}

body#module-age_editorial_pages-editorial .ep-faq__answer-inner p img{
    width: 100%;
}

body#module-age_editorial_pages-editorial .ep-faq__answer-inner p:last-child {
    margin-bottom: 0;
}

body#module-age_editorial_pages-editorial .ep-wysiwyg .ep-card, body#module-age_editorial_pages-editorial .ep-wysiwyg .box, body#module-age_editorial_pages-editorial .ep-wysiwyg .card {
    background: #efefed;
    border-radius: var(--ep-radius);
    padding: 28px;
}

body#module-age_editorial_pages-editorial .ep-wysiwyg + .ep-reassurance {
    margin-top: 24px;
}

body#module-age_editorial_pages-editorial .ep-split + .ep-split {
    margin-top: -8px;
}

body#module-age_editorial_pages-editorial .ep-quote + .ep-cta-banner {
    margin-top: 28px;
}

@media (max-width: 991px) {
    body#module-age_editorial_pages-editorial .editorial-page > h1 {
        font-size: 28px;
        margin-bottom: 28px;
    }

    body#module-age_editorial_pages-editorial .ep-block {
        margin-bottom: 40px;
    }

    body#module-age_editorial_pages-editorial .ep-reassurance .ep-container {
        padding: 0;
    }

    body#module-age_editorial_pages-editorial .ep-reassurance {
        padding: 1.6rem 1.2rem 1.4rem;
        border-radius: 14px;
        margin: 1.2rem 18px 40px;
        overflow: hidden;
        max-width: none;
    }

    body#module-age_editorial_pages-editorial .ep-rb-items--desktop {
        display: none;
    }

    body#module-age_editorial_pages-editorial .ep-rb-intro {
        margin: 0 auto 1.2rem;
    }

    body#module-age_editorial_pages-editorial .ep-rb-intro__title {
        font-size: 26px;
        line-height: 1.2;
    }

    body#module-age_editorial_pages-editorial .ep-rb-intro__text {
        font-size: 14px;
        line-height: 1.45;
    }

    body#module-age_editorial_pages-editorial .ep-rb-mobile-slider {
        display: block;
        position: relative;
    }

    body#module-age_editorial_pages-editorial .ep-rb-mobile-slider__track {
        display: flex;
        transition: transform 0.28s ease;
        will-change: transform;
    }

    body#module-age_editorial_pages-editorial .ep-rb-mobile-slide {
        flex: 0 0 100%;
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
    }

    body#module-age_editorial_pages-editorial .ep-rb-item {
        min-height: 150px;
    }

    body#module-age_editorial_pages-editorial .ep-rb-item__icon-wrap {
        width: 72px;
        height: 72px;
        margin-bottom: 0.7rem;
    }

    body#module-age_editorial_pages-editorial .ep-rb-item__title {
        font-size: 1.2rem;
        line-height: 1.2;
    }

    body#module-age_editorial_pages-editorial .ep-rb-buttons {
        margin-top: 0.85rem;
        gap: 0.75rem;
    }

    body#module-age_editorial_pages-editorial .ep-rb-button {
        width: min(100%, 320px);
        min-width: 0;
        min-height: 52px;
        font-size: 1.2rem;
        border-radius: 14px;
    }

    body#module-age_editorial_pages-editorial .ep-rb-mobile-slider__dots {
        margin-top: 0.8rem;
        display: flex;
        justify-content: center;
        gap: 0.45rem;
    }

    body#module-age_editorial_pages-editorial .ep-rb-dot {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        border: 0;
        background: rgba(176, 207, 199, 0.35);
        padding: 0;
        cursor: pointer;
    }

    body#module-age_editorial_pages-editorial .ep-rb-dot.is-active {
        background: #b0cfc7;
    }

    body#module-age_editorial_pages-editorial .ep-split__inner, body#module-age_editorial_pages-editorial .ep-split--text-left .ep-split__inner, body#module-age_editorial_pages-editorial .ep-split--image-left .ep-split__inner {
        grid-template-columns:1fr;
        grid-template-areas:"text" "image";
        gap: 24px;
    }

    body#module-age_editorial_pages-editorial .ep-split--text-text .ep-split__inner {
        grid-template-columns:1fr;
        grid-template-areas:"text-left" "text-right";
    }

    body#module-age_editorial_pages-editorial .ep-split__text {
        padding: 24px;
    }

    body#module-age_editorial_pages-editorial .ep-faq__title {
        font-size: 28px;
    }

    body#module-age_editorial_pages-editorial .ep-faq__intro {
        font-size: 14px;
        margin: -4px auto 18px;
    }

    body#module-age_editorial_pages-editorial .ep-faq__bottom {
        font-size: 14px;
        margin: 16px auto 0;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider {
        padding: 26px 0;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider__title {
        font-size: 26px;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider__carousel {
        grid-template-columns: 1fr;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider__nav {
        display: none;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider__item {
        flex: 0 0 calc(50% - 8px);
        aspect-ratio: 1/1;
        min-height: 0;
        padding: 14px 10px;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider__cta {
        min-width: 220px;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider__cta-wrap--two {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 640px) {
    body#module-age_editorial_pages-editorial .editorial-page {
        padding-top: 24px;
    }

    body#module-age_editorial_pages-editorial .editorial-page > h1 {
        padding: 0 18px;
        font-size: 24px;
    }

    body#module-age_editorial_pages-editorial .ep-container {
        padding: 0 18px;
    }

    body#module-age_editorial_pages-editorial .ep-wysiwyg h2 {
        font-size: 22px;
    }

    body#module-age_editorial_pages-editorial .ep-wysiwyg h3, body#module-age_editorial_pages-editorial .ep-split__title {
        font-size: 20px;
    }

    body#module-age_editorial_pages-editorial .ep-faq {
        padding: 42px 0 52px;
    }

    body#module-age_editorial_pages-editorial .ep-faq__title {
        font-size: 24px;
        margin-bottom: 22px;
    }

    body#module-age_editorial_pages-editorial .ep-faq__question {
        padding: 16px 18px;
        font-size: 14px;
    }

    body#module-age_editorial_pages-editorial .ep-faq__answer-inner {
        padding: 0 18px 18px;
    }

    body#module-age_editorial_pages-editorial .bandeau .btn_trigger_shop span{
        display: none;
        padding: 1rem;
    }

    body#module-age_editorial_pages-editorial .bandeau {
        height: 90px;
    }

    body#module-age_editorial_pages-editorial .bandeau .logo {
        top: 1rem;
    }

    body#module-age_editorial_pages-editorial .bandeau .logo .img-responsive{
        max-width: 90px;
    }

    body#module-age_editorial_pages-editorial .ep-hero-banner{
        height: 200px;
    }

    body#module-age_editorial_pages-editorial .ep-faq__answer-inner p,
    body#module-age_editorial_pages-editorial .ep-faq__answer-inner ul li,
    body#module-age_editorial_pages-editorial .ep-faq__answer-inner a {
        font-size: 13px;
    }

    body#module-age_editorial_pages-editorial .ep-testimonial {
        margin: 18px;
    }

    body#module-age_editorial_pages-editorial .ep-quote__inner {
        min-height: 100px;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider__title {
        font-size: 22px;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider__item {
        flex: 0 0 calc(50% - 8px);
        aspect-ratio: 1/1;
        min-height: 0;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider__label {
        font-size: 14px;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider__modal-dialog {
        width: min(94vw, 460px);
        margin-top: 12vh;
        padding: 18px;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider__modal-title {
        font-size: 24px;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider__shop-link {
        font-size: 15px;
    }

    body#module-age_editorial_pages-editorial .ep-category-slider__cta {
        min-width: 0;
        width: 100%;
    }
}
