/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-gz9py2les4] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gz9py2les4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mnm1ozvhx2],
.components-reconnect-repeated-attempt-visible[b-mnm1ozvhx2],
.components-reconnect-failed-visible[b-mnm1ozvhx2],
.components-pause-visible[b-mnm1ozvhx2],
.components-resume-failed-visible[b-mnm1ozvhx2],
.components-rejoining-animation[b-mnm1ozvhx2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mnm1ozvhx2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mnm1ozvhx2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mnm1ozvhx2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mnm1ozvhx2],
#components-reconnect-modal.components-reconnect-retrying[b-mnm1ozvhx2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mnm1ozvhx2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mnm1ozvhx2],
#components-reconnect-modal.components-reconnect-failed[b-mnm1ozvhx2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mnm1ozvhx2] {
    display: block;
}


#components-reconnect-modal[b-mnm1ozvhx2] {
    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-mnm1ozvhx2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-mnm1ozvhx2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mnm1ozvhx2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-mnm1ozvhx2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mnm1ozvhx2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mnm1ozvhx2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mnm1ozvhx2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mnm1ozvhx2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mnm1ozvhx2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mnm1ozvhx2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mnm1ozvhx2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mnm1ozvhx2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mnm1ozvhx2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mnm1ozvhx2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mnm1ozvhx2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mnm1ozvhx2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mnm1ozvhx2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mnm1ozvhx2 {
    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/BlogDetail.razor.rz.scp.css */
.blog-review-layout[b-t53ejeixzc] {
    position: relative;
    width: 100%;
    max-width: 48rem;
    margin-inline: auto;
    padding-inline: 1rem;
}

.blog-review-sidebar[b-t53ejeixzc] {
    display: none;
    position: absolute;
}

.blog-article-content[b-t53ejeixzc] {
    min-width: 0;
    overflow-wrap: anywhere;
}

.blog-article-content[b-t53ejeixzc]  picture {
    display: block;
    max-width: 100%;
}

.blog-article-content[b-t53ejeixzc]  img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1280px) {
    .blog-review-layout[b-t53ejeixzc] {
        max-width: 80rem;
        padding-inline: 1.5rem;
    }

    .blog-review-sidebar[b-t53ejeixzc] {
        display: block;
    }

    .blog-review-mobile-spacer[b-t53ejeixzc] {
        display: none;
    }
}
/* /Components/Pages/BlogList.razor.rz.scp.css */
.blog-card[b-2balk3h1vm] {
    min-width: 0;
}

.blog-card-cover[b-2balk3h1vm] {
    width: 100%;
    overflow: hidden;
}

.blog-card-cover picture[b-2balk3h1vm] {
    display: block;
    width: 100%;
}

.blog-card-cover img[b-2balk3h1vm] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
/* /Components/Pages/Checkout.razor.rz.scp.css */
/* Anti-zoom iOS Safari : le navigateur zoome automatiquement (et ne dézoome pas ensuite)
   dès qu'un champ de formulaire dont la police fait moins de 16px reçoit le focus. Nos
   inputs sont en Tailwind text-sm (14px) → on force 16px sur mobile pour tout le tunnel,
   ce qui supprime ce zoom intempestif au focus. Le rendu desktop conserve sa taille. */
@media (max-width: 640px) {
    input:not([type="checkbox"]):not([type="radio"])[b-ntv5ah1m1v],
    select[b-ntv5ah1m1v],
    textarea[b-ntv5ah1m1v] {
        font-size: 16px;
    }
}

/* Barre de paiement sticky mobile (étape 3, option A) : masquée par défaut, affichée fixée en
   bas d'écran uniquement sur mobile (<640px, cohérent avec le breakpoint Tailwind sm). 100% CSS
   scopée pour ne dépendre d'aucune classe Tailwind responsive à régénérer dans app.css. */
.checkout-sticky-paybar[b-ntv5ah1m1v],
.checkout-sticky-paybar-spacer[b-ntv5ah1m1v] {
    display: none;
}

@media (max-width: 639px) {
    .checkout-sticky-paybar[b-ntv5ah1m1v] {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 40;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom, 0px));
        background: #fff;
        border-top: 1px solid #e5e7eb;
        box-shadow: 0 -4px 14px rgba(0, 0, 0, 0.10);
    }

    /* Réserve l'espace en bas du tunnel pour que la barre fixe ne recouvre pas le bouton
       principal ni les mentions légales. */
    .checkout-sticky-paybar-spacer[b-ntv5ah1m1v] {
        display: block;
        height: 84px;
    }
}
/* /Components/Shared/BlogReviewCta.razor.rz.scp.css */
.blog-review-mobile-bar[b-u5ot7yopxa] {
    inset-inline: 0;
    bottom: 0;
    z-index: 30;
}

@media (min-width: 1280px) {
    .blog-review-mobile-bar[b-u5ot7yopxa] {
        display: none;
    }
}
