/* /Components/Layout/MainLayout.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: row;
}

main {
    flex: 1;
}

.sidebar {
    background-image: linear-gradient(180deg, #5b130180 0%, #fbc11780 70%);
    backdrop-filter: blur(5px);
}

.top-row {
    background-color: #3a100180;
    border-bottom: 1px solid #d6d5d5;
    justify-content: center;
    height: 3.5rem;
    display: flex;
    align-items: center;
    backdrop-filter: blur(5px);
}

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row {
        justify-content: space-between;
    }

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
*/

/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ==================================================
   BARRE DU HAUT & NAV (GLOBAL)
================================================== */
.top-row[b-b4npz7kg8o] {
    top: 20px;
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav-menu-logo[b-b4npz7kg8o] {
    height: 50px;
}

/* Liens principaux */
.nav-item[b-b4npz7kg8o]  .nav-link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 0.5rem;
    font-size: 24px;
    color: #d7d7d7;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
    line-height: normal;
}

    .nav-item[b-b4npz7kg8o]  .nav-link:hover,
    .nav-item[b-b4npz7kg8o]  a.active {
        color: white;
        background-color: rgba(255,255,255,0.1);
    }

/* Structure nav */
.nav.flex-row[b-b4npz7kg8o] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    height: 100%;
}

/* ==================================================
   HAMBURGER (GLOBAL)
================================================== */
.navbar-toggler[b-b4npz7kg8o] {
    display: none;
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255,255,255,0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center / 1.75rem rgba(255,255,255,0.1);
}

    .navbar-toggler:checked[b-b4npz7kg8o] {
        background-color: rgba(255,255,255,0.5);
    }

/* Conteneur menu */
.nav-scrollable[b-b4npz7kg8o] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-b4npz7kg8o] {
    display: block;
}

/* ==================================================
   SOUS-MENUS (GLOBAL)
================================================== */
.has-submenu[b-b4npz7kg8o] {
    position: relative;
}

.submenu-checkbox[b-b4npz7kg8o] {
    display: none;
}

.submenu-header[b-b4npz7kg8o] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
}

/* Titre principal */
.main-title[b-b4npz7kg8o] {
    color: white !important;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
}

/* Chevron */
.arrow[b-b4npz7kg8o] {
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 4px;
    margin-left: 8px;
    transition: transform 0.4s ease-out;
}

.arrow-down[b-b4npz7kg8o] {
    transform: rotate(225deg);
}

.submenu-header:hover .arrow[b-b4npz7kg8o],
.submenu-checkbox:checked + .submenu-header .arrow[b-b4npz7kg8o] {
    transform: rotate(45deg);
}

/* Sous-menu général */
.submenu[b-b4npz7kg8o] {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(15px);
    opacity: 0;
    pointer-events: none;
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(5px);
    padding: 1rem 1.2rem;
    border-radius: 12px;
    display: grid;
    gap: 0.6rem;
    transition: opacity 0.35s ease, transform 0.35s ease;
    z-index: 999;
    width: max-content;
    color: white;
}

/* Liens sous-menu */
.submenu-item[b-b4npz7kg8o],
.submenu-item-princip[b-b4npz7kg8o] {
    color: white !important;
    text-decoration: none;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0.3rem 0.5rem;
    transition: color 0.25s ease, transform 0.25s ease;
}

    .submenu-item:hover[b-b4npz7kg8o],
    .submenu-item-princip:hover[b-b4npz7kg8o] {
        color: #ffdca8 !important;
        transform: translateX(4px);
    }

/* Grilles */
.submenu.subgrid-1col[b-b4npz7kg8o] {
    grid-template-columns: 1fr;
    text-align: center;
}

.submenu.subgrid-2col[b-b4npz7kg8o] {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
}

/* ==================================================
   DESKTOP (>= 641px)
================================================== */
@media (min-width: 641px) {

    .navbar-toggler[b-b4npz7kg8o] {
        display: none;
    }

    .nav-scrollable[b-b4npz7kg8o] {
        display: block;
    }

    .has-submenu:hover .submenu[b-b4npz7kg8o] {
        opacity: 1;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0);
    }
}

/* ==================================================
   MOBILE (<= 640px)
================================================== */
@media (max-width: 640px) {

    /* Top row */
    .top-row[b-b4npz7kg8o] {
        justify-content: flex-start;
        padding: 0 1rem;
        background-color: rgba(0,0,0,0.6);
        z-index: 1000;
    }

    /* Hamburger */
    .navbar-toggler[b-b4npz7kg8o] {
        display: block;
    }

    /* Menu plein écran */
    .nav-scrollable[b-b4npz7kg8o] {
        width: 100%;
        position: fixed;
        inset: 0;
        height: 100vh;
        background-color: rgba(0,0,0,0.85);
        backdrop-filter: blur(5px);
        z-index: 999;
        flex-direction: column;
        overflow-y: auto;
        padding-top: 3.5rem;
    }

    .navbar-toggler:checked ~ .nav-scrollable[b-b4npz7kg8o] {
        display: flex;
    }

    /* Nav empilée */
    .nav.flex-row[b-b4npz7kg8o] {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .nav-item[b-b4npz7kg8o] {
        width: 100%;
    }

        .nav-item[b-b4npz7kg8o]  .nav-link {
            width: 100%;
            padding: 0.75rem 1rem;
            justify-content: flex-start;
        }

    /* Sous-menus mobile */
    .submenu[b-b4npz7kg8o] {
        position: relative;
        inset: auto;
        transform: none;
        opacity: 1;
        pointer-events: auto;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        background: transparent;
        border-radius: 0;
        padding: 0;
        display: grid;
        gap: 0;
        margin: 0.2rem 0;
        transition: max-height 0.35s ease, padding 0.35s ease;
    }

    .submenu-checkbox:checked ~ .submenu[b-b4npz7kg8o],
    .submenu-checkbox:checked ~ .submenu .submenu[b-b4npz7kg8o] {
        max-height: 2000px;
        padding: 0.5rem 0;
    }

    .submenu.subgrid-1col[b-b4npz7kg8o],
    .submenu.subgrid-2col[b-b4npz7kg8o] {
        grid-template-columns: 1fr;
    }

    .submenu-item[b-b4npz7kg8o],
    .submenu-item-princip[b-b4npz7kg8o] {
        justify-content: flex-start;
        padding: 0.6rem 1.5rem;
    }

    /* Chevron animé */
    .submenu-header .arrow[b-b4npz7kg8o] {
        margin: 0 50px;
        animation: blink-b-b4npz7kg8o 3s infinite;
    }

    @keyframes blink-b-b4npz7kg8o {
        0%, 50%, 100% {
            border-color: #ffd700;
        }

        25%, 75% {
            border-color: #ffffff;
        }
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-xhhj67vxf4],
.components-reconnect-repeated-attempt-visible[b-xhhj67vxf4],
.components-reconnect-failed-visible[b-xhhj67vxf4],
.components-pause-visible[b-xhhj67vxf4],
.components-resume-failed-visible[b-xhhj67vxf4],
.components-rejoining-animation[b-xhhj67vxf4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-xhhj67vxf4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-xhhj67vxf4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-xhhj67vxf4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-xhhj67vxf4],
#components-reconnect-modal.components-reconnect-retrying[b-xhhj67vxf4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-xhhj67vxf4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-xhhj67vxf4],
#components-reconnect-modal.components-reconnect-failed[b-xhhj67vxf4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-xhhj67vxf4] {
    display: block;
}


#components-reconnect-modal[b-xhhj67vxf4] {
    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-xhhj67vxf4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-xhhj67vxf4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-xhhj67vxf4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-xhhj67vxf4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-xhhj67vxf4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-xhhj67vxf4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-xhhj67vxf4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-xhhj67vxf4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-xhhj67vxf4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-xhhj67vxf4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-xhhj67vxf4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-xhhj67vxf4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-xhhj67vxf4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-xhhj67vxf4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-xhhj67vxf4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-xhhj67vxf4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-xhhj67vxf4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-xhhj67vxf4 {
    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/LogoSentense.razor.rz.scp.css */
.logo-sentense-center[b-0kwt6lrrzh] {
    text-align: center;
    margin-top: 50px;
}

/* ===== ELEMENTS ===== */

.logo-sentense-picture[b-0kwt6lrrzh] {
    width: 30%;
    max-width: 450px; /* évite d'être trop grand sur grands écrans */
    min-width: 120px; /* évite d'être trop petit */
    height: auto;
    opacity: 0;
    animation: fadeSlideDown-b-0kwt6lrrzh 1.4s ease-out forwards;
    will-change: opacity, transform;
}

.logo-sentense-text[b-0kwt6lrrzh] {
    margin-top: 10px;
    font-size: 50px;
    font-family: "Charmonman";
    
    opacity: 0;
    animation: fadeSlideUp-b-0kwt6lrrzh 1.6s ease-out forwards;
    animation-delay: 0.3s;
    will-change: opacity, transform;
}


/* ===== ANIMATIONS ===== */

@keyframes fadeSlideDown-b-0kwt6lrrzh {
    0% {
        opacity: 0;
        transform: translateY(-25px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeSlideUp-b-0kwt6lrrzh {
    0% {
        opacity: 0;
        transform: translateY(25px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/* ===== RESPONSIVE ===== */

/* Téléphones (portrait & petit paysage) */
@media (max-width: 600px) {

    .logo-sentense-center[b-0kwt6lrrzh] {
        margin-top: 30px;
        padding: 0 15px;
    }

    .logo-sentense-picture[b-0kwt6lrrzh] {
        width: 60%; /* beaucoup plus grand sur téléphone */
        max-width: 700px;
    }

    .logo-sentense-text[b-0kwt6lrrzh] {
        font-size: 40px; /* baisse de taille pour ne pas déborder */
    }
}

/* Tablettes */
@media (min-width: 601px) and (max-width: 1024px) {

    .logo-sentense-picture[b-0kwt6lrrzh] {
        width: 40%;
        max-width: 300px;
    }

    .logo-sentense-text[b-0kwt6lrrzh] {
        font-size: 38px;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.text-content img[b-82nwgelsxv] {
    display: block;
    max-width: 450px;
    width: 50%;
    margin: auto;
    border-radius: 12px;
}

    .text-content img:last-of-type[b-82nwgelsxv] {
        max-width: 250px;
    }

.picture-text[b-82nwgelsxv] {
    font-size: 24px;
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.contact-img[b-mbo2l0fapx]{
    max-height: 40px;
}

.contact-iframe[b-mbo2l0fapx] {
    width: 800px;
    height: 600px;
}

.contact-map[b-mbo2l0fapx]{
    display: flex;
    justify-content: center;
}

.text-legal:hover[b-mbo2l0fapx], text-cgv:hover[b-mbo2l0fapx] {
    color: #ffdca8;
}
/* Mobile */
@media (max-width: 600px) {
    .contact-text[b-mbo2l0fapx] {
        font-size: 28px;
    }

    .contact-iframe[b-mbo2l0fapx] {
        width: 210px;
        height: 210px;
    }
}

/* Tablette */
@media (max-width: 1024px) {
    .contact-iframe[b-mbo2l0fapx] {
        width: 310px;
        height: 310px;
    }
}
/* /Components/Pages/Gift.razor.rz.scp.css */
.gift-picture[b-s8j7a0705u] {
    display: flex;
    align-items: center; /* centre horizontalement */
    justify-content: center;
}

    .gift-picture img[b-s8j7a0705u] {
        margin: unset;
    }

    .gift-picture .gift-picture-max[b-s8j7a0705u] {
        max-height: 800px;
    }
/* /Components/Pages/Home.razor.rz.scp.css */
/* /Components/Pages/Massages.razor.rz.scp.css */
.cards-grid[b-j3m08injsx] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* Spécificités carte massage */
.card[b-j3m08injsx] {
    align-items: center;
    font-size: 1.4rem;
}

.card-title[b-j3m08injsx] {
    font-size: 25px;
}

/* Hover massage */
.card:hover .card-title[b-j3m08injsx]::after {
    background-color: var(--color-gold);
}

/* Mobile */
@media (max-width: 640px) {
    .cards-grid[b-j3m08injsx] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/SeFaireMasser/WhyConseils.razor.rz.scp.css */
.row-picture-text img[b-c81u6xggs1], .picture-text img[b-c81u6xggs1] {
    display: block;
    max-width: 350px;
    width: 50%;
    border-radius: 12px;
}

.row-picture-text .img-min[b-c81u6xggs1] {
    max-width: 250px;
}

.picture-text .img-max[b-c81u6xggs1] {
    max-width: 550px;
}

.text-content-center[b-c81u6xggs1] {
    margin: unset;
}
/* /Components/Pages/Tarif.razor.rz.scp.css */
.cards-grid[b-jwm9s1yz4a] {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* Spécificités carte tarif */
.card[b-jwm9s1yz4a] {
    font-size: 1.2rem;
}

.card-title[b-jwm9s1yz4a] {
    font-size: 1.4rem;
    margin-bottom: 12px;
}

/* Mobile */
@media (max-width: 640px) {
    .cards-grid[b-jwm9s1yz4a] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Why.razor.rz.scp.css */
.text-content img[b-cqk4uaczge] {
    display: block;
    max-width: 450px;
    width: 50%;
    margin: auto;
    border-radius: 12px;
}

.text-content .img-min[b-cqk4uaczge] {
    max-width: 250px;
}

.text-content .img-croped-1[b-cqk4uaczge] {
    width: 10%;
    height: 180px; /* ← X pixels à garder */
    object-fit: cover; /* remplit sans déformer */
    object-position: top; /* garde le haut */
    display: block;
}
