/* /Components/Components/OverlayDisableAll.razor.rz.scp.css */
#overlay-disable-all[b-ac21ke3zfl] {
	width: auto;
	height: auto;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	z-index: 8010;
	background: url('/images/overlay.png');
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}
/* /Components/Components/SearchCriteriaChips.razor.rz.scp.css */
.criteria-chips[b-gxtqtftllj] {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.criterion-chip[b-gxtqtftllj] {
    padding: .35rem .9rem;
    border-radius: 9999px;
    border: 1px solid var(--bs-border-color);
    background: var(--bs-body-bg);
    color: var(--bs-body-color);
    cursor: pointer;
    transition: .15s;
}

.criterion-chip.active[b-gxtqtftllj] {
    background: var(--bs-success);
    border-color: var(--bs-success);
    color: white;
}

.btn:hover[b-gxtqtftllj] {
    background-color: #52991E;
    border-color: #4A8A1C;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.layout[b-vduqeq4yb9] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-header[b-vduqeq4yb9] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #f7f9f2;
    border-bottom: 3px solid transparent;
}

.site-footer-bottom[b-vduqeq4yb9] {
    width: 100%;
    margin-top: auto;
    background-color: #f7f9f2;
    color: #393e2f;
}

.site-footer-bottom-inner[b-vduqeq4yb9] {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.site-footer-copyright[b-vduqeq4yb9] {
    margin: 0;
    font-size: 0.85rem;
    line-height: 1.4;
}

.site-footer-legal[b-vduqeq4yb9] {
    flex-shrink: 0;
    color: #393e2f;
    font-size: 0.85rem;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .site-footer-legal:hover[b-vduqeq4yb9],
    .site-footer-legal:focus-visible[b-vduqeq4yb9] {
        color: #AFC781;
    }

@media (max-width: 575.98px) {
    .site-footer-bottom-inner[b-vduqeq4yb9] {
        min-height: auto;
        flex-direction: column;
        justify-content: center;
        gap: 0.35rem;
        padding-top: 0.9rem;
        padding-bottom: 0.9rem;
        text-align: center;
    }
}

.site-content[b-vduqeq4yb9] {
    flex: 1;
}

    .site-content article[b-vduqeq4yb9] {
        padding: 2rem;
    }

#blazor-error-ui[b-vduqeq4yb9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0,0,0,.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem;
    position: fixed;
    width: 100%;
    z-index: 5000;
}

    #blazor-error-ui .dismiss[b-vduqeq4yb9] {
        cursor: pointer;
        position: absolute;
        right: .75rem;
        top: .5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ==========================================================
   HEADER
========================================================== */

.site-nav[b-8vouz96u1l] {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    height: 84px;
    display: flex;
    align-items: center;
    padding: 0 2rem;
}

/* ==========================================================
   LOGO
========================================================== */

.site-brand[b-8vouz96u1l] {
    font-size: 1.45rem;
    font-weight: 700;
    color: #393e2f;
    text-decoration: none;
    white-space: nowrap;
    line-height: 1.1;
    margin-right: auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    margin-left: .5rem;
}
    .site-brand .focus[b-8vouz96u1l] {
        font-size: 1.80rem;
        font-weight: 700;
        color: #AFC781;
        text-decoration: none;
        white-space: nowrap;
        line-height: 1.2;
    }

    .site-brand:hover[b-8vouz96u1l] {
        opacity:0.8;
    }

/* ==========================================================
   MENU DESKTOP
========================================================== */

.nav-scrollable[b-8vouz96u1l] {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    z-index: 1;
}

.nav[b-8vouz96u1l] {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .45rem;
    padding: .45rem;
    border-radius: 999px;
    background: linear-gradient( 180deg, rgba(255,255,255,.82), rgba(243,244,239,.82) );
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255,255,255,.85);
    box-shadow: 0 6px 18px rgba(0,0,0,.045), inset 0 1px rgba(255,255,255,.9);
}
    .nav-item[b-8vouz96u1l] {
        margin: 0;
        padding: 0;
        position: relative;
    }

        .nav-item:has(> ::deep a.active)[b-8vouz96u1l]::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%,-50%);
            width: 170px;
            height: 62px;
            border-radius: 999px;
            background: radial-gradient(circle, rgba(183,215,113,.45), rgba(183,215,113,.12) 55%, transparent 85%);
            filter: blur(22px);
            z-index: -1;
        }

        .nav-item[b-8vouz96u1l]  .nav-link {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 52px;
            padding: 0 1.65rem;
            border-radius: 999px;
            color: #474c48;
            font-weight: 500;
            text-decoration: none;
            transition: background .22s, color .22s, box-shadow .22s;
            background: transparent;
        }

            .nav-item[b-8vouz96u1l]  .nav-link:hover {
                background: rgba(255,255,255,.95);
                color: #393e2f;
            }

        .nav-item[b-8vouz96u1l]  a.active {
            color: white;
            background: #393e2f;
            box-shadow: 0 3px 10px rgba(0,0,0,.10);
        }
    /* ==========================================================
   ICONES
========================================================== */

.bi[b-8vouz96u1l] {
    width: 18px;
    height: 18px;
    background-size: contain;
    flex-shrink: 0;
    margin-bottom: 5px;
    margin-right:5px;
}
.nav-link.active .bi[b-8vouz96u1l] {
    color: #ffffff;
}

.nav-link.active:hover  .bi[b-8vouz96u1l]{
    color: #474c48;
}
    /* ==========================================================
   HAMBURGER
========================================================== */

    .navbar-toggler[b-8vouz96u1l] {
        display: none;
        appearance: none;
        cursor: pointer;
        width: 52px;
        height: 44px;
        border-radius: 12px;
        border: 1px solid #d8d8d8;
        background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(80 80 80)' stroke-linecap='round' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/22px;
    }

    .navbar-toggler:checked[b-8vouz96u1l] {
        background-color: #cdea98;
        border:1px solid transparent;
    }

/* ==========================================================
   TABLETTE
========================================================== */

@media (min-width:1081px) and (max-width:1580px) {

    .nav-scrollable[b-8vouz96u1l] {
        width: calc(100% - 340px);
        left: auto;
        right: 2rem;
        transform: none;
        display: flex;
        justify-content: flex-end;
    }

    .nav[b-8vouz96u1l] {
        width: 100%;
        justify-content: space-between;
        gap: .2rem;
        padding: .45rem .9rem;
    }

    .nav-item[b-8vouz96u1l] {
        flex: 1;
    }

        .nav-item[b-8vouz96u1l]  .nav-link {
            justify-content: center;
            padding: 0 .75rem;
            font-size: .98rem;
            white-space: nowrap;
        }

        .nav-item:has(> ::deep a.active)[b-8vouz96u1l]::before {
            width: 100%;
            max-width: 170px;
        }
}

    /* ==========================================================
   MOBILE
========================================================== */

@media (max-width:1080px) {

    /* --------------------------------------------------
       HEADER
    -------------------------------------------------- */

    .site-nav[b-8vouz96u1l] {
        height: auto;
        min-height: 72px;
        padding: 1rem;
        flex-wrap: wrap;
    }

    /* --------------------------------------------------
       HAMBURGER
    -------------------------------------------------- */

    .navbar-toggler[b-8vouz96u1l] {
        display: block;
        margin-left: auto;
    }

    /* --------------------------------------------------
       MENU
    -------------------------------------------------- */

    .nav-scrollable[b-8vouz96u1l] {
        display: none;
        width: 100%;
        margin-top: 1rem;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-8vouz96u1l] {
        display: block;
    }

    .nav[b-8vouz96u1l] {
        flex-direction: column;
        align-items: stretch;
        gap: .4rem;
        padding: .6rem;
        border-radius: 24px;
        backdrop-filter: blur(26px);
        -webkit-backdrop-filter: blur(26px);
        border: 1px solid rgba(255,255,255,.65);
        box-shadow: 0 15px 40px rgba(0,0,0,.10);
        background: radial-gradient(circle at 15% 15%, rgba(182,214,116,.22), transparent 30%), radial-gradient(circle at 85% 80%, rgba(170,195,120,.12), transparent 35%), rgba(248,249,244,.88);
    }

    /* --------------------------------------------------
       ITEMS
    -------------------------------------------------- */

    .nav-item[b-8vouz96u1l] {
        margin: 0;
    }

        .nav-item[b-8vouz96u1l]::before {
            display: none;
        }

        .nav-item[b-8vouz96u1l]  .nav-link {
            justify-content: flex-start;
            gap: .9rem;
            padding: 0 1.2rem;
            height: 56px;
            border-radius: 16px;
        }

        .nav-item[b-8vouz96u1l]  a.active {
            background: #393e2f;
            color: white;
            box-shadow: none;
        }

    /* --------------------------------------------------
       ICONES
    -------------------------------------------------- */

    .bi[b-8vouz96u1l] {
        width: 20px;
        height: 20px;
        margin-right: .25rem;
        margin-bottom: 0;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-fxdtc4sb17],
.components-reconnect-repeated-attempt-visible[b-fxdtc4sb17],
.components-reconnect-failed-visible[b-fxdtc4sb17],
.components-pause-visible[b-fxdtc4sb17],
.components-resume-failed-visible[b-fxdtc4sb17],
.components-rejoining-animation[b-fxdtc4sb17] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-fxdtc4sb17],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-fxdtc4sb17],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-fxdtc4sb17],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-fxdtc4sb17],
#components-reconnect-modal.components-reconnect-retrying[b-fxdtc4sb17],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-fxdtc4sb17],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-fxdtc4sb17],
#components-reconnect-modal.components-reconnect-failed[b-fxdtc4sb17],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-fxdtc4sb17] {
    display: block;
}


#components-reconnect-modal[b-fxdtc4sb17] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-fxdtc4sb17 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-fxdtc4sb17 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-fxdtc4sb17 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-fxdtc4sb17]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-fxdtc4sb17 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-fxdtc4sb17 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-fxdtc4sb17 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-fxdtc4sb17 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-fxdtc4sb17] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-fxdtc4sb17] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-fxdtc4sb17] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-fxdtc4sb17] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-fxdtc4sb17] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-fxdtc4sb17] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-fxdtc4sb17] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-fxdtc4sb17 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-fxdtc4sb17] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-fxdtc4sb17 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Accueil.razor.rz.scp.css */
.home[b-8trf64aj15] {
    background-color:#f7f9f2;
    padding-bottom:30px;
}
/* ===========================================================
   HERO BANNER
=========================================================== */

.hero-banner-wrapper[b-8trf64aj15] {
    position: relative;
    width: 100%;
    background: transparent;
    /*
     * Aucun border-radius ni overflow:hidden ici :
     * c'était cette combinaison qui produisait le liseret.
     */
    border-radius: 0;
    overflow: visible;
    isolation: isolate;
}


/* ===========================================================
   STRUCTURE DU BANDEAU
=========================================================== */

.hero-banner[b-8trf64aj15] {
    --corner-size: 132px;
    --corner-radius: 30px;
    --button-size: 119px;
    --hero-radius: 42px;
    position: relative;
    width: 100%;
    height: 620px;
    background: transparent;
    /*
     * Le clip-path remplace le border-radius du wrapper.
     * Il découpe le bandeau et tous ses enfants.
     */
    clip-path: inset(0 round var(--hero-radius));
    /*
     * Pas besoin d'overflow:hidden :
     * le clip-path assure déjà la découpe.
     */
    overflow: visible;
    border-radius: 0;
    isolation: isolate;
}


/* ===========================================================
   IMAGE
=========================================================== */

.hero-banner-image[b-8trf64aj15] {
    position: absolute;
    inset: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    object-fit: cover;
    display: block;
    /*
     * Le léger débordement de 1 px empêche le fond de la page
     * d'apparaître sur les contours antialiasés.
     */
    max-width: none;
    z-index: 0;
}


/* ===========================================================
   OVERLAY
=========================================================== */

.hero-banner-overlay[b-8trf64aj15] {
    position: absolute;
    inset: -1px;
    display: flex;
    align-items: center;
    padding: calc(5rem + 1px);
    z-index: 1;
    background: linear-gradient( 90deg, #000 0%, rgba(0, 0, 0, 0.94) 15%, rgba(0, 0, 0, 0.82) 35%, rgba(0, 0, 0, 0.70) 55%, rgba(0, 0, 0, 0.35) 75%, rgba(0, 0, 0, 0) 100% );
}


/* ===========================================================
   CONTENU
=========================================================== */

.hero-banner-content[b-8trf64aj15] {
    max-width: 760px;
    color: white;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 25px 35px;
    border-radius: 42px;
    border: 1px solid rgba(205, 205, 205, 0.2);
}

.hero-banner h1[b-8trf64aj15] {
    margin: 0 0 2rem;
    color: #ffffff;
    font-size: 3.8rem;
    font-weight: 700;
    line-height: 1.02;
    text-align: left;
}

.hero-banner h2[b-8trf64aj15] {
    margin: 0 0 2rem;
    color: #AFC781;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.25;
}

.hero-banner p[b-8trf64aj15] {
    max-width: 620px;
    margin: 0;
    font-size: 1.3rem;
    line-height: 1.6;
    opacity: 0.96;
}


/* ===========================================================
   COIN DÉCOUPÉ
=========================================================== */

.hero-corner[b-8trf64aj15] {
    position: absolute;
    right: -1px;
    bottom: -1px;
    width: calc(var(--corner-size) + 2px);
    height: calc(var(--corner-size) + 2px);
    background: #f7f9f2;
    border-top-left-radius: 65px;
    z-index: 2;
}


    /* Coin à gauche de la découpe */

    .hero-corner[b-8trf64aj15]::before {
        content: "";
        position: absolute;
        left: -61px;
        bottom: 0;
        width: 63px;
        height: 61px;
        background: url("/images/coin3.svg") no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }


    /* Coin au-dessus de la découpe */

    .hero-corner[b-8trf64aj15]::after {
        content: "";
        position: absolute;
        right: 0;
        top: -61px;
        width: 61px;
        height: 63px;
        background: url("/images/coin3.svg") no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }


/* Coin intérieur */

.hero-corner-middle[b-8trf64aj15] {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    -webkit-mask: url("/images/coin1.svg") no-repeat center / contain;
    mask: url("/images/coin1.svg") no-repeat center / contain;
    transform: rotate(180deg);
    z-index: 1;
}


/* ===========================================================
   BOUTON
=========================================================== */

.hero-button[b-8trf64aj15] {
    position: absolute;
    right: 3px;
    bottom: 3px;
    width: var(--button-size);
    height: var(--button-size);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cdea98;
    color: #434D32;
    text-decoration: none;
    font-size: 2.6rem;
    line-height: 1;
    z-index: 3;
    transition: color 0.25s ease, transform 0.25s ease;
}

    .hero-button:hover[b-8trf64aj15] {
        color: white;
        transform: scale(1.03);
    }

    .hero-button:focus-visible[b-8trf64aj15] {
        color: white;
        outline: 3px solid rgba(255, 255, 255, 0.9);
        outline-offset: 3px;
    }

    .hero-button svg[b-8trf64aj15] {
        width: 25px;
        height: 25px;
        display: block;
    }


/* ===========================================================
   RESPONSIVE
=========================================================== */

@media (max-width: 992px) {

    .hero-banner[b-8trf64aj15] {
        height: 520px;
    }

    .hero-banner-overlay[b-8trf64aj15] {
        padding: calc(3rem + 1px);
    }

    .hero-banner h2[b-8trf64aj15] {
        font-size: 1.6rem;
    }

    .hero-banner p[b-8trf64aj15] {
        font-size: 1.1rem;
    }
}


@media (max-width: 768px) {

    .hero-banner[b-8trf64aj15] {
        --corner-size: 95px;
        --button-size: 58px;
        --hero-radius: 28px;
        height: 460px;
    }

    .hero-banner-overlay[b-8trf64aj15] {
        padding: calc(2rem + 1px);
    }

    .hero-banner-content[b-8trf64aj15] {
        padding: 22px 25px;
        border-radius: 28px;
    }

    .hero-banner h1[b-8trf64aj15] {
        font-size: 2.3rem;
    }

    .hero-banner h2[b-8trf64aj15] {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
    }

    .hero-banner p[b-8trf64aj15] {
        font-size: 1rem;
        line-height: 1.6;
    }

    .hero-button[b-8trf64aj15] {
        right: 18px;
        bottom: 18px;
    }
}

/* ===========================================================
   TEXTE DU MOMENT
=========================================================== */
.text-moment-home[b-8trf64aj15],
.saviez-vous-home[b-8trf64aj15] {
    margin-top: 50px;
}
.text-moment[b-8trf64aj15] {
    --beige: #f7f9f2;
    --corner: 115px;
    --curve: 30px;
    position: relative;
    min-height: 210px;
    height: 100%;
    background: var(--beige);
    color: #393e2f;
    border-radius: 28px;
    padding: 2rem 4rem;
    overflow: hidden;
}

.text-moment h2 a[b-8trf64aj15] {
    font-size: 1.35rem;
    margin: 0 0 0.75rem;
    color: #393e2f;
    text-decoration: none;
}

.text-moment p a[b-8trf64aj15] {
    border: 0;
}

.text-moment-corner[b-8trf64aj15] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: var(--corner);
    height: var(--corner);
    background: white;
    z-index: 1;
    border-top-left-radius: 55px;
}

    /* coin au-dessus à droite */
.text-moment-corner[b-8trf64aj15]::after {
    content: "";
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px;
    height: 30px;
    background: url("/images/coin1.svg") no-repeat center / contain;
}

    /* coin à gauche en bas */
.text-moment-corner[b-8trf64aj15]::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: url("/images/coin1.svg") no-repeat center / contain;
}

/* coin central : collé au coin haut-gauche de la zone blanche */
.text-moment-corner-middle[b-8trf64aj15] {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: var(--green);
    -webkit-mask: url("/images/coin1.svg") no-repeat center / contain;
    mask: url("/images/coin1.svg") no-repeat center / contain;
    transform: rotate(180deg);
    z-index: 2;
}

.text-moment-link[b-8trf64aj15] {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cdea98;
    color: #434D32;
    text-decoration: none;
    font-size: 25px;
    line-height: 1;
}

.text-moment-link:hover[b-8trf64aj15] {
    color: white;
    transform: scale(1.06);
}
.text-moment-link svg[b-8trf64aj15] {
    width: 25px;
    height: 25px;
}

.text-moment-content[b-8trf64aj15] {
    display: grid;
    grid-template-columns: minmax(0,1fr) 25%;
    align-items: center;
    gap: 3rem;
    min-height: 210px;
}

.text-moment-left[b-8trf64aj15] {
    z-index: 2;
}

.text-moment-right[b-8trf64aj15] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-moment-right img[b-8trf64aj15] {
    opacity: .20;
    object-fit: contain;
    top: -15px;
    right: 110px;
    position: relative;
    max-width: 450px;
}

.text-moment-label[b-8trf64aj15] {
margin: 0 0 1.2rem;
font-size: 1.2rem;
font-weight: 600;
text-align:left;
}

.text-moment h2[b-8trf64aj15] {
margin-bottom: 1.8rem;
}

.text-moment h2[b-8trf64aj15]::after {
    content: "";
    display: block;
    width: 55px;
    height: 3px;
    background: #6f9638;
    margin-top: .6rem;
    border-radius: 999px;
}

.text-moment-period[b-8trf64aj15] {
display: inline-block;
margin-bottom: 1rem;
padding: .2rem .9rem;
color: #393e2f;
font-size: 1.1rem;
font-weight: 500;
border: 1px solid rgba(175, 199, 129, .65) !important;
border-radius: 999px !important;
}

.text-moment .buttons .btn[b-8trf64aj15] {
min-width: 200px;
}

.text-moment .buttons[b-8trf64aj15] {
margin-top: 30px;
display: flex;
flex-wrap: wrap;
gap: 1rem;
}

@media (max-width: 992px) {

    .text-moment[b-8trf64aj15] {
        padding: 2rem;
    }

    .text-moment-content[b-8trf64aj15] {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .text-moment-right[b-8trf64aj15] {
        display: none;
    }

    .text-moment-left[b-8trf64aj15] {
        width: 100%;
    }
}
@media (max-width: 460px) {
    .text-moment .buttons[b-8trf64aj15] {
        margin-bottom: 80px !important;
    }
    .text-moment-link[b-8trf64aj15] {
        width: 80px;
        height: 80px;
    }

    .text-moment[b-8trf64aj15] {
        --corner: 100px;
    }
}
    /* ===========================================================
   LE SAVIEZ-VOUS
=========================================================== */

    .saviez-vous[b-8trf64aj15] {
        position: relative;
        display: grid;
        grid-template-columns: minmax(280px, 42%) minmax(0, 1fr);
        align-items: center;
        gap: 4rem;
        padding: 3rem 4rem;
        background: white;
        border-radius: 28px;
        border: 1px solid rgba(175, 199, 129, .65) !important;
    }
    /* ===========================================================
   IMAGE
=========================================================== */

    .saviez-vous-visual[b-8trf64aj15] {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .saviez-vous-image[b-8trf64aj15] {
        position: relative;
        width: min(100%, 390px);
        aspect-ratio: 1;
    }
        /* Petit arc décoratif autour de l’image */


        .saviez-vous-image img[b-8trf64aj15] {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 50%;
        }
    /* ===========================================================
   BOUTON LOUPE
=========================================================== */

    .saviez-vous-zoom[b-8trf64aj15] {
        position: absolute;
        right: 2px;
        bottom: 22px;
        z-index: 2;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 64px;
        height: 64px;
        color: #ffffff;
        text-decoration: none;
        background: #AFC781;
        border: 6px solid #ffffff;
        border-radius: 50%;
        transition: transform .2s ease, background-color .2s ease;
    }

        .saviez-vous-zoom:hover[b-8trf64aj15] {
            color: #ffffff;
            background: #8faa5e;
            transform: scale(1.06);
        }

        .saviez-vous-zoom svg[b-8trf64aj15] {
            width: 25px;
            height: 25px;
        }
    /* ===========================================================
   CONTENU
=========================================================== */

    .saviez-vous-content[b-8trf64aj15] {
        min-width: 0;
    }

    .saviez-vous h2[b-8trf64aj15] {
        position: relative;
        font-size: 2rem;
        color: #3f433d;
        line-height: 1.25;
        margin-bottom: 2rem;
        font-weight: 600;
    }

        .saviez-vous h2[b-8trf64aj15]::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -14px;
            width: 75px;
            height: 3px;
            background: #AFC781;
            border-radius: 999px;
        }

    .saviez-vous-line[b-8trf64aj15] {
        width: 52px;
        height: 3px;
        margin: 1rem 0 1.8rem;
        background: #AFC781;
        border-radius: 999px;
    }

    .saviez-vous-content > p:not(.saviez-vous-label)[b-8trf64aj15] {
        max-width: 680px;
        margin-bottom: 1.2rem;
    }

    .saviez-vous-actions .bi[b-8trf64aj15] {
        width: 18px;
        height: 18px;
        background-size: contain;
        flex-shrink: 0;
        margin-bottom: 2px;
        margin-right: 5px;
    }
    /* ===========================================================
   NOTE PHOTO
=========================================================== */

    .saviez-vous-photo-note[b-8trf64aj15] {
        display: grid;
        grid-template-columns: 40px 1fr;
        column-gap: 1rem;
        row-gap: .8rem;
        align-items: start;
        max-width: 620px;
        margin: 1.8rem 0;
        padding: 1rem 1.2rem;
        background: #f5f8ee;
        border-radius: 16px;
    }

        .saviez-vous-photo-note svg[b-8trf64aj15] {
            width: 18px;
            height: 18px;
            color: #393e2f;
            margin-right: 5px;
            vertical-align: text-bottom;
        }

            .saviez-vous-photo-note svg.bi.bi-camera[b-8trf64aj15] {
                width: 35px;
                height: 35px;
                color: #afc781 !important;
                vertical-align: text-bottom;
            }

        .saviez-vous-photo-note p[b-8trf64aj15] {
            margin: 0;
        }

        .saviez-vous-photo-note .btn[b-8trf64aj15] {
            grid-column: 2;
            justify-self: start;
        }
    /* ===========================================================
   RESPONSIVE
=========================================================== */

    @media (max-width: 991.98px) {

        .saviez-vous[b-8trf64aj15] {
            grid-template-columns: minmax(220px, 36%) minmax(0, 1fr);
            gap: 2.5rem;
            padding: 2.5rem;
        }

        .saviez-vous-image[b-8trf64aj15] {
            width: min(100%, 300px);
        }
    }

    @media (max-width: 767.98px) {

        .saviez-vous[b-8trf64aj15] {
            grid-template-columns: 1fr;
            gap: 2rem;
            padding: 2rem 1.5rem;
        }

        .saviez-vous-image[b-8trf64aj15] {
            width: min(100%, 330px);
        }

        .saviez-vous-content[b-8trf64aj15] {
            text-align: left;
        }

        .saviez-vous-actions[b-8trf64aj15] {
            justify-content: flex-start;
        }
    }

    @media (max-width: 575.98px) {

        .saviez-vous[b-8trf64aj15] {
            padding: 1.5rem 1.2rem;
            border-radius: 24px;
        }

        .saviez-vous-image[b-8trf64aj15] {
            width: min(100%, 280px);
        }

        .saviez-vous-zoom[b-8trf64aj15] {
            width: 56px;
            height: 56px;
            right: 0;
            bottom: 12px;
        }

        .saviez-vous-photo-note[b-8trf64aj15] {
            align-items: flex-start;
        }

        .saviez-vous-actions[b-8trf64aj15] {
            display: block;
        }

        .saviez-vous-button[b-8trf64aj15] {
            width: 100%;
        }
    }
/* /Components/Pages/Documents.razor.rz.scp.css */
.pb-4[b-66v038qtto] {
    padding-bottom: 1.5rem!important;
}

.gap-3[b-66v038qtto] {
    gap: 1rem!important;
}

.mb-4[b-66v038qtto] {
    margin-bottom: 1.5rem!important;
}

.align-items-end[b-66v038qtto] {
    align-items: flex-end!important;
}

.contact-card[b-66v038qtto] {
      height: 100%;
      padding: 1.4rem;
      transition: transform .2s ease, border-color .2s ease, background .2s ease;
      background-color: #84BC25;
      color: white;
    }


.story-card:hover[b-66v038qtto] {
      transform: translateY(-3px);
      border-color: rgba(184,169,255,.4);
    }

.story-card[b-66v038qtto] {
    --green: #AFC781;
    --corner: 60px;
    --curve: 30px;
    position: relative;
    min-height: 210px;
    height: 100%;
    background: transparent;
    color: #393e2f;
    border-radius: 0;
    padding: 2rem;
    overflow: visible;
}

    .story-card[b-66v038qtto]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--green);
        border-radius: 28px;
        z-index: -1;
    }

    .story-card h3 a[b-66v038qtto] {
        font-size: 1.35rem;
        margin: 0 0 0.75rem;
        color: #393e2f;
        text-decoration:none;
    }

    .story-card p a[b-66v038qtto] {
        margin: 0;
        color: #393e2f;
        border-bottom: 0;
        margin-bottom:0;
    }


.story-card-corner[b-66v038qtto] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: var(--corner);
    height: var(--corner);
    background: white;
    z-index: 1;
}

/* coin au-dessus à droite */
.story-card-corner[b-66v038qtto]::after {
    content: "";
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px;
    height: 30px;
    background: url("/images/coin1.svg") no-repeat center / contain;
}

/* coin à gauche en bas */
.story-card-corner[b-66v038qtto]::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: url("/images/coin1.svg") no-repeat center / contain;
}

/* coin central : collé au coin haut-gauche de la zone blanche */
.story-card-corner-middle[b-66v038qtto] {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background: var(--green);
    -webkit-mask: url("/images/coin1.svg") no-repeat center / contain;
    mask: url("/images/coin1.svg") no-repeat center / contain;
    transform: rotate(180deg);
    z-index: 2;
}

.story-card-link[b-66v038qtto] {
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #cdea98;
    color: #434D32;
    text-decoration: none;
    font-size: 25px;
    line-height: 1;
}

.story-card-link:hover[b-66v038qtto] {
    color: white;
    transform: scale(1.06);
}

.story-card-link svg[b-66v038qtto] {
    width: 25px;
    height: 25px;
}

.story-meta[b-66v038qtto] {
      display: flex;
      flex-wrap: wrap;
      gap: .5rem;
      margin-bottom: 1rem;
}

.stat-chip[b-66v038qtto], .story-meta span[b-66v038qtto], .badge-tech[b-66v038qtto] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    border: 1px solid rgba(255,255,255,.14);
    background: rgba(255,255,255,.05);
    color: #e9e7f7;
    border-radius: 999px;
    padding: .45rem .8rem;
    font-size: .85rem;
}

.hero-panel[b-66v038qtto], .detail-card[b-66v038qtto], .quote-card[b-66v038qtto], .contact-card[b-66v038qtto] {
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 1.25rem;
    box-shadow: 0 20px 60px rgba(0,0,0,.18);
    backdrop-filter: blur(10px);
}

/* ==========================================================
   FILTRES DES DOCUMENTS
========================================================== */

.documents-filters[b-66v038qtto] {
    display: grid;
    grid-template-columns: auto 1px minmax(0, 1fr);
    align-items: start;
    gap: 2rem;
    padding: 1.4rem 0 1.5rem;
    border-bottom: 1px solid rgba(57, 62, 47, .16);
}

/* ----------------------------------------------------------
   GROUPES
---------------------------------------------------------- */

.documents-filter-group[b-66v038qtto] {
    min-width: 0;
}

.documents-filter-years[b-66v038qtto] {
    min-width: 285px;
}

.documents-filter-topics[b-66v038qtto] {
    width: 100%;
}

.documents-filter-title[b-66v038qtto] {
    margin: 0 0 .75rem;
    font-size: 1.05rem;
    font-weight: 600;
}

.documents-filter-title svg[b-66v038qtto] {
    margin-bottom: 5px;
    margin-right: 5px;
}

/* ----------------------------------------------------------
   SÉPARATEUR VERTICAL
---------------------------------------------------------- */

.documents-filter-separator[b-66v038qtto] {
    align-self: stretch;
    width: 1px;
    min-height: 68px;
    background: rgba(57, 62, 47, .18);
}

/* ----------------------------------------------------------
   CONTENEUR GÉNÉRÉ PAR SearchCriteriaChips
---------------------------------------------------------- */

.documents-filter-group[b-66v038qtto]  .d-flex {
    gap: .55rem !important;
}

/* ----------------------------------------------------------
   BOUTONS DE FILTRE
---------------------------------------------------------- */

.documents-filter-group[b-66v038qtto]  button.btn {
    min-height: 38px;
    padding: .45rem .9rem;
    color: #393e2f;
    font-size: .88rem;
    font-weight: 500;
    line-height: 1.1;
    background: rgba(255, 255, 255, .72);
    border: 1px solid rgba(175, 199, 129, .65) !important;
    border-radius: 999px !important;
    box-shadow: none;
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

    .documents-filter-group[b-66v038qtto]  button.btn:hover {
        color: #393e2f;
        background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(243, 244, 239, .82));
        backdrop-filter: blur(24px);
        border-color: #afc781 !important;
        transform: translateY(-1px);
    }

/* Les classes Bootstrap actives les plus courantes */
.documents-filter-group[b-66v038qtto]  button.btn-success,
.documents-filter-group[b-66v038qtto]  button.btn-primary,
.documents-filter-group[b-66v038qtto]  button.active {
    background: #AFC781 !important;
    border-color: #AFC781 !important;
    box-shadow: none;
}

/* Neutralise les fonds Bootstrap des boutons non actifs */
.documents-filter-group[b-66v038qtto]  button.btn-light {
    color: #393e2f;
    background: rgba(255, 255, 255, .72);
}

/* ----------------------------------------------------------
   NOMBRE DE DOCUMENTS
---------------------------------------------------------- */

.documents-selection[b-66v038qtto] {
    display: flex;
    align-items: center;
    gap: .65rem;
    padding: 1rem 0 1.25rem;
    color: #68705e;
}

.documents-selection-icon[b-66v038qtto] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #68705e;
    font-size: 1.2rem;
    line-height: 1;
}

.documents-selection .current-selection[b-66v038qtto] {
    margin: 0;
    color: #68705e;
    font-size: .9rem;
    font-weight: 500;
}

    .documents-selection .current-selection[b-66v038qtto]::first-line {
        color: #6f9638;
    }

/* ==========================================================
   RESPONSIVE
========================================================== */

@media (max-width: 991.98px) {

    .documents-filters[b-66v038qtto] {
        grid-template-columns: 1fr;
        gap: 1.35rem;
    }

    .documents-filter-years[b-66v038qtto] {
        min-width: 0;
    }

    .documents-filter-separator[b-66v038qtto] {
        width: 100%;
        min-height: 1px;
        height: 1px;
    }
}

@media (max-width: 575.98px) {

    .documents-filters[b-66v038qtto] {
        padding-top: 1rem;
    }

    .documents-filter-group[b-66v038qtto]  button.btn {
        min-height: 36px;
        padding: .42rem .75rem;
    }

    .documents-selection[b-66v038qtto] {
        align-items: flex-start;
    }
}
/* /Components/Pages/MentionsLegales.razor.rz.scp.css */
.mentions-legales h5[b-cnju7yes12] {
    margin-top:35px;
    margin-bottom:10px;
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.error404 h3[b-dcpoy6iwcv] {
    margin-top: 40px;
    margin-bottom: 40px;
}

.error404-p-button[b-dcpoy6iwcv] {
    margin-top: 40px;
}
/* /Components/Pages/Vitraux.razor.rz.scp.css */
.vitraux-banner img[b-tmdr9igxeu] {
    width:100%;
    border-radius:28px;
    margin-top:40px;
}
.conclusion[b-tmdr9igxeu] {
    --corner: 78px;
    --curve: 30px;
    position: relative;
    overflow: hidden;
    padding: 2.2rem 2.4rem 2.4rem;
    margin: 2.5rem 0;
    border-radius: 30px;
    background: radial-gradient(circle at 18% 15%, rgba(175,199,129,.10), transparent 30%), radial-gradient(circle at 85% 80%, rgba(175,199,129,.07), transparent 35%), linear-gradient( 180deg, rgba(248,248,245,.97), rgba(238,239,233,.97) );
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    border: 1px solid rgba(255,255,255,.85);
}

.conclusion-corner[b-tmdr9igxeu] {
    position: absolute;
    right: 0;
    bottom: 0;
    width: var(--corner);
    height: var(--corner);
    background: white;
    z-index: 2;
    border-top-left-radius: 50px;
}

.conclusion-corner[b-tmdr9igxeu]::before {
    content: "";
    position: absolute;
    left: -30px;
    bottom: 0;
    width: 30px;
    height: 30px;
    background: url("/images/coin1.svg") no-repeat center/contain;
}

.conclusion-corner[b-tmdr9igxeu]::after {
    content: "";
    position: absolute;
    right: 0;
    top: -30px;
    width: 30px;
    height: 30px;
    background: url("/images/coin1.svg") no-repeat center/contain;
}


.conclusion-quote[b-tmdr9igxeu] {
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #AFC781;
    opacity: .85;
    z-index: 5;
}

.conclusion-quote svg[b-tmdr9igxeu] {
    width: 50px;
    height: 50px;
}

.conclusion-content[b-tmdr9igxeu] {
    border-left: 3px solid #AFC781;
    padding-left: 25px;
    margin-bottom:30px;
}
/* ===========================================================
   STRUCTURE GÉNÉRALE
=========================================================== */

.stained-section[b-tmdr9igxeu] {
    margin-top: 4.5rem;
}

.stained-section-title[b-tmdr9igxeu] {
    display: flex;
    align-items: center;
    gap: .75rem;
    margin-bottom: 1.8rem;
    color: #3f433d;
    text-align:left;
}

.stained-section-title h2[b-tmdr9igxeu] {
    margin: 0;
    font-weight: 600;
}

.stained-section-intro[b-tmdr9igxeu] {
    margin: -1rem 0 1.8rem;
}


/* ===========================================================
   TROIS GROUPES DE VITRAUX
=========================================================== */

.stained-groups-grid[b-tmdr9igxeu] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 2rem;
}

.stained-group-card[b-tmdr9igxeu] {
    min-width: 0;
}

/*
Le système de coin découpé est limité au bloc visuel.
Le titre et le texte restent complètement en dehors.
*/

.stained-group-visual[b-tmdr9igxeu] {
    --corner: 70px;
    --curve: 20px;
    position: relative;
    overflow: hidden;
    width: 100%;
    aspect-ratio: 0.6 / 1;
    background: #ffffff;
    overflow: visible;
}

    .stained-group-visual > img[b-tmdr9igxeu] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 24px;
        transition: transform .35s ease;
    }


/* ===========================================================
   COIN DÉCOUPÉ EN BAS À GAUCHE
=========================================================== */

.stained-group-corner[b-tmdr9igxeu] {
    position: absolute;
    left: 0;
    bottom: 0;
    width: var(--corner);
    height: var(--corner);
    background: #ffffff;
    border-top-right-radius: 40px;
    z-index: 2;
}

    /* Courbe verticale, au-dessus du coin blanc */

    .stained-group-corner[b-tmdr9igxeu]::before {
        content: "";
        position: absolute;
        left: 0;
        top: calc(var(--curve) * -1);
        width: var(--curve);
        height: var(--curve);
        background: url("/images/coin1.svg") no-repeat center / contain;
        transform: rotate(90deg);
        z-index: 2;
    }

    /* Courbe horizontale, à droite du coin blanc */

    .stained-group-corner[b-tmdr9igxeu]::after {
        content: "";
        position: absolute;
        right: calc(var(--curve) * -1);
        bottom: 0;
        width: var(--curve);
        height: var(--curve);
        background: url("/images/coin1.svg") no-repeat center / contain;
        transform: rotate(90deg);
        z-index: 2;
    }

/*
Petit morceau sombre qui reconstitue la courbe intérieure,
exactement comme text-moment-corner-middle.
*/

.stained-group-corner-middle[b-tmdr9igxeu] {
    position: absolute;
    right: 0;
    top: 0;
    width: var(--curve);
    height: var(--curve);
    background: #090b0e;
    -webkit-mask: url("/images/coin1.svg") no-repeat center / contain;
    mask: url("/images/coin1.svg") no-repeat center / contain;
    transform: rotate(90deg);
    z-index: 3;
}


/* ===========================================================
   NUMÉRO ROND
=========================================================== */

.stained-group-number[b-tmdr9igxeu] {
    position: absolute;
    left: 5px;
    bottom: 5px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    color: #434d32;
    background: #cdea98;
    border-radius: 50%;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1;
}


/* ===========================================================
   TEXTE SOUS L’IMAGE
=========================================================== */

.stained-group-content[b-tmdr9igxeu] {
    padding: 1.1rem .75rem 0;
}

    .stained-group-content h3[b-tmdr9igxeu] {
        margin: 0 0 .4rem;
        color: #3f433d;
        font-size: 1.15rem;
        font-weight: 600;
    }

    .stained-group-content p[b-tmdr9igxeu] {
        margin: 0;
    }

/* ===========================================================
   SIX PERSONNAGES
=========================================================== */

.stained-saints-grid[b-tmdr9igxeu] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.25rem;
}

.saint-card[b-tmdr9igxeu] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    padding: 1.35rem;
    background: #f7f9f2;
    border-radius: 24px;
    text-align: center;
    transition: transform .2s ease, box-shadow .2s ease;
}

    .saint-card:hover[b-tmdr9igxeu] {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(57, 62, 47, .07);
    }

.saint-image[b-tmdr9igxeu] {
    overflow: hidden;
    width: 130px;
    height: 130px;
    margin-bottom: 1.25rem;
    background: #ffffff;
    border: 3px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(57, 62, 47, .10);
    flex-shrink: 0;
}

    .saint-image img[b-tmdr9igxeu] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.saint-content[b-tmdr9igxeu] {
    width: 100%;
}

    .saint-content h3[b-tmdr9igxeu] {
        margin: .1rem 0 .55rem;
        color: #3f433d;
        font-size: 1.05rem;
        font-weight: 600;
        line-height: 1.25;
    }

    .saint-content p[b-tmdr9igxeu] {
        margin: 0;
        text-align: justify;
    }


/* ===========================================================
   QUATRE SCÈNES
=========================================================== */

.stained-scenes-list[b-tmdr9igxeu] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

    /* Ligne verticale passant par les numéros */

    .stained-scenes-list[b-tmdr9igxeu]::before {
        content: "";
        position: absolute;
        top: 36px;
        bottom: 36px;
        left: calc(260px + 34px);
        width: 1px;
        background: rgba(141, 175, 81, .45);
    }

.stained-scene[b-tmdr9igxeu] {
    position: relative;
    display: grid;
    grid-template-columns: 260px 68px minmax(0, 1fr);
    align-items: center;
    min-width: 0;
}

.stained-scene-image[b-tmdr9igxeu] {
    overflow: hidden;
    width: 260px;
    background: #090b0e;
    border-radius: 28px;
    box-shadow: 0 8px 22px rgba(57, 62, 47, .08);
}

    .stained-scene-image img[b-tmdr9igxeu] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.stained-scene-marker[b-tmdr9igxeu] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .stained-scene-marker span[b-tmdr9igxeu] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        color: #ffffff;
        background: #7c876b;
        border: 5px solid #ffffff;
        border-radius: 50%;
        font-weight: 600;
    }

.stained-scene-content[b-tmdr9igxeu] {
    min-width: 0;
    padding: 1.25rem 1.5rem;
    background: white;
    border-radius: 28px;
    border: 1px solid rgba(175, 199, 129, .65) !important;
}

    .stained-scene-content h3[b-tmdr9igxeu] {
        margin: 0 0 .6rem;
        color: #AFC781;
        font-size: 1.1rem;
        font-weight: 600;
        line-height: 1.3;
    }

        .stained-scene-content p:last-child[b-tmdr9igxeu] {
            margin-bottom: 0;
        }


/* ===========================================================
   RESPONSIVE
=========================================================== */

@media (max-width: 1199.98px) {

    .stained-saints-grid[b-tmdr9igxeu] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .stained-scenes-list[b-tmdr9igxeu]::before {
        left: calc(220px + 30px);
    }

    .stained-scene[b-tmdr9igxeu] {
        grid-template-columns: 220px 60px minmax(0, 1fr);
    }

    .stained-scene-image[b-tmdr9igxeu] {
        width: 220px;
        height: 235px;
    }
}

@media (max-width: 991.98px) {

    .stained-groups-grid[b-tmdr9igxeu] {
        gap: 1.25rem;
    }

    .saint-card[b-tmdr9igxeu] {
        grid-template-columns: 78px minmax(0, 1fr);
    }

    .saint-image[b-tmdr9igxeu] {
        width: 90px;
        height: 90px;
    }

    .stained-scenes-list[b-tmdr9igxeu]::before {
        display: none;
    }

    .stained-scene[b-tmdr9igxeu] {
        grid-template-columns: 180px 52px minmax(0, 1fr);
    }

    .stained-scene-image[b-tmdr9igxeu] {
        width: 180px;
        height: 195px;
    }

    .stained-scene-marker span[b-tmdr9igxeu] {
        width: 36px;
        height: 36px;
        border-width: 4px;
    }
}

@media (max-width: 767.98px) {
    .stained-scene-marker span[b-tmdr9igxeu] {
        width: 50px;
        height: 50px;
    }

        .stained-section[b-tmdr9igxeu] {
            margin-top: 3.5rem;
        }

        .stained-groups-grid[b-tmdr9igxeu],
        .stained-saints-grid[b-tmdr9igxeu] {
            grid-template-columns: 1fr;
        }

        .stained-group-image[b-tmdr9igxeu] {
            aspect-ratio: 1.5 / 1;
        }

        .stained-scene[b-tmdr9igxeu] {
            grid-template-columns: 1fr;
            gap: 1rem;
        }

        .stained-scene-image[b-tmdr9igxeu] {
            grid-column: 1;
            grid-row: 1;
            width: 100%;
            height: auto;
            margin-bottom: 0;
        }

        .stained-scene-marker[b-tmdr9igxeu] {
            grid-column: 1;
            grid-row: 2;
            justify-content: center;
        }

        .stained-scene-content[b-tmdr9igxeu] {
            grid-column: 1;
            grid-row: 3;
            width: 100%;
        }
    }

@media (max-width: 575.98px) {

    .stained-section-title[b-tmdr9igxeu] {
        align-items: flex-start;
    }

        .stained-section-title h2[b-tmdr9igxeu] {
            font-size: 1.4rem;
        }

    .saint-card[b-tmdr9igxeu] {
        grid-template-columns: 70px minmax(0, 1fr);
        padding: 1rem;
        border-radius: 20px;
    }

    .saint-image[b-tmdr9igxeu] {
        width: 90px;
        height: 90px;
    }

    .stained-group-image[b-tmdr9igxeu] {
        border-radius: 20px;
    }

    .conclusion[b-tmdr9igxeu] {
        padding: 1.4rem;
    }

    .conclusion-content[b-tmdr9igxeu][b-tmdr9igxeu] {
        padding-left: 20px;
        margin-bottom: 65px;
    }
}
