/* _content/PowerTennis.Web/Components/Layout/ClientLayout.razor.rz.scp.css */
*[b-3myppmmh7o] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-3myppmmh7o] {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #fff;
}

a[b-3myppmmh7o] {
    text-decoration: none;
    color: inherit;
}

img[b-3myppmmh7o] {
    max-width: 100%;
    display: block;
}

/* Container */
.container[b-3myppmmh7o] {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    padding: 2rem 0;
}

/* Header & Nav */
header[b-3myppmmh7o] {
    background: #f9f9f9;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.nav-container[b-3myppmmh7o] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo[b-3myppmmh7o] {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 2rem;
}


/* Hamburger */
.hamburger[b-3myppmmh7o] {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span[b-3myppmmh7o] {
    width: 25px;
    height: 3px;
    background: #333;
    margin-bottom: 4px;
    border-radius: 2px;
}
/* Footer */
footer[b-3myppmmh7o] {
    position: fixed; /* on fixe le footer */
    left: 0; /* bord gauche */
    bottom: 0; /* bord bas */
    width: 100%;

    background: #f9f9f9;
    text-align: center;
    padding: 1rem 0;
    font-size: 0.9rem;
    color: #777;
}

/* Responsive Nav */
@media (max-width: 768px) {
    .hamburger[b-3myppmmh7o] {
        display: flex;
    }
}

#blazor-error-ui[b-3myppmmh7o] {
    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-3myppmmh7o] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/PowerTennis.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-l375usv9ft] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-l375usv9ft] {
    flex: 1;
}

.sidebar[b-l375usv9ft] {
/*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
*/    background-color:steelblue;
}

.top-row[b-l375usv9ft] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l375usv9ft]  a, .top-row[b-l375usv9ft]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-l375usv9ft]  a:hover, .top-row[b-l375usv9ft]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-l375usv9ft]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-l375usv9ft] {
        justify-content: space-between;
    }

    .top-row[b-l375usv9ft]  a, .top-row[b-l375usv9ft]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-l375usv9ft] {
        flex-direction: row;
    }

    .sidebar[b-l375usv9ft] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-l375usv9ft] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l375usv9ft]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l375usv9ft], article[b-l375usv9ft] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-l375usv9ft] {
    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-l375usv9ft] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/PowerTennis.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-26lu0uzf3f] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    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-26lu0uzf3f] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-26lu0uzf3f] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-26lu0uzf3f] {
    font-size: 1.1rem;
}

.bi[b-26lu0uzf3f] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-26lu0uzf3f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-26lu0uzf3f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-26lu0uzf3f] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-26lu0uzf3f] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-26lu0uzf3f] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-26lu0uzf3f] {
        padding-bottom: 1rem;
    }

    .nav-item[b-26lu0uzf3f]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
/*        display: flex;
        align-items: center;*/
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-26lu0uzf3f]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-26lu0uzf3f]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-26lu0uzf3f] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-26lu0uzf3f] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-26lu0uzf3f] {
        display: none;
    }

    .nav-scrollable[b-26lu0uzf3f] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/PowerTennis.Web/Components/Pages/Home.razor.rz.scp.css */
/* Reset & Base */


/* Sections */
section[b-x3abj8aaq3] {
    padding: 2rem 0;
}

.hero[b-x3abj8aaq3] {
    text-align: center;
}

    .hero h1[b-x3abj8aaq3] {
        font-size: 2.5rem;
        margin-bottom: 1rem;
    }

    .hero p[b-x3abj8aaq3] {
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }

.btn[b-x3abj8aaq3] {
    display: inline-block;
    background: #007BFF;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    transition: background 0.3s;
}

    .btn:hover[b-x3abj8aaq3] {
        background: #0056b3;
    }

/* Description */
.features[b-x3abj8aaq3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.feature[b-x3abj8aaq3] {
    text-align: center;
}

    .feature h3[b-x3abj8aaq3] {
        margin-bottom: 0.5rem;
    }

    .feature p[b-x3abj8aaq3] {
        font-size: 0.95rem;
        color: #555;
    }

/* Video Embed */
.video-container[b-x3abj8aaq3] {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

    .video-container iframe[b-x3abj8aaq3] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Rapport Exemple */
.report[b-x3abj8aaq3] {
    text-align: center;
}

    .report img[b-x3abj8aaq3] {
        border: 1px solid #ddd;
        border-radius: 4px;
    }

    .report .btn-download[b-x3abj8aaq3] {
        margin-top: 1rem;
    }

/* Classement */
.ranking[b-x3abj8aaq3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

    .ranking h2[b-x3abj8aaq3] {
        grid-column: 1 / -1;
        text-align: center;
        margin-bottom: 2rem;
    }

.category[b-x3abj8aaq3] {
}

    .category h3[b-x3abj8aaq3] {
        margin-bottom: 0.5rem;
    }

    .category ol[b-x3abj8aaq3] {
        padding-left: 1.2rem;
        color: #555;
    }

.hero[b-x3abj8aaq3] {
    background: linear-gradient(to right, #007BFF, #1C1C1E);
    color: white;
    padding: 4rem 2rem;
    border-radius: 1rem;
}

.rapport-section[b-x3abj8aaq3] {
    background: #f0f8ff;
    border-left: 8px solid #007BFF;
    padding: 3rem 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 15px rgba(0, 123, 255, 0.1);
}

    .rapport-section h2[b-x3abj8aaq3] {
        font-weight: 700;
        color: #1C1C1E;
    }

    .rapport-section p.lead[b-x3abj8aaq3] {
        font-size: 1.25rem;
        color: #333;
    }

.rapport-preview[b-x3abj8aaq3] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.rapport-card[b-x3abj8aaq3] {
    flex: 1 1 300px;
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 0.75rem;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    transition: transform 0.3s;
}

    .rapport-card:hover[b-x3abj8aaq3] {
        transform: scale(1.02);
    }

    .rapport-card img[b-x3abj8aaq3] {
        width: 100%;
        object-fit: cover;
    }

    .rapport-card .card-body[b-x3abj8aaq3] {
        padding: 1rem;
    }
.feature svg[b-x3abj8aaq3] {
    color: #007BFF;
}
/* _content/PowerTennis.Web/Components/Pages/Price/Home.razor.rz.scp.css */
body[b-vzqzwbq4m7] {
    background-color: #f8f9fa;
}

.coming-soon[b-vzqzwbq4m7] {
    min-height: 100vh;
}
/* _content/PowerTennis.Web/Components/Pages/Report/Backhand.razor.rz.scp.css */
.coach-analysis[b-w0ruxoa9a6] {
    border: 1px solid #e0e0e0;
    border-radius: .5rem;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.coach-analysis .accent-bar[b-w0ruxoa9a6] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: linear-gradient(180deg, #ff8a00, #e52e71);
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.coach-title[b-w0ruxoa9a6] {
    margin-left: 1rem;
    color: #e52e71;
}

.coach-content[b-w0ruxoa9a6] {
    margin-left: 1rem;
    line-height: 1.6;
}


.note-analysis[b-w0ruxoa9a6] {
    border: 1px solid #e0e0e0;
    border-radius: .5rem;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.note-analysis .accent-bar[b-w0ruxoa9a6] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: linear-gradient(180deg, #ff8a00, #e52e71);
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}
/* _content/PowerTennis.Web/Components/Pages/Report/Forehand.razor.rz.scp.css */
.coach-analysis[b-pwiazfip03] {
    border: 1px solid #e0e0e0;
    border-radius: .5rem;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.coach-analysis .accent-bar[b-pwiazfip03] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: linear-gradient(180deg, #ff8a00, #e52e71);
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.coach-title[b-pwiazfip03] {
    margin-left: 1rem;
    color: #e52e71;
}

.coach-content[b-pwiazfip03] {
    margin-left: 1rem;
    line-height: 1.6;
}


.note-analysis[b-pwiazfip03] {
    border: 1px solid #e0e0e0;
    border-radius: .5rem;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.note-analysis .accent-bar[b-pwiazfip03] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: linear-gradient(180deg, #ff8a00, #e52e71);
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}
/* _content/PowerTennis.Web/Components/Pages/Report/Serve.razor.rz.scp.css */
.coach-analysis[b-aq5hym45mm] {
    border: 1px solid #e0e0e0;
    border-radius: .5rem;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.coach-analysis .accent-bar[b-aq5hym45mm] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: linear-gradient(180deg, #ff8a00, #e52e71);
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.coach-title[b-aq5hym45mm] {
    margin-left: 1rem;
    color: #e52e71;
}

.coach-content[b-aq5hym45mm] {
    margin-left: 1rem;
    line-height: 1.6;
}


.note-analysis[b-aq5hym45mm] {
    border: 1px solid #e0e0e0;
    border-radius: .5rem;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.note-analysis .accent-bar[b-aq5hym45mm] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: linear-gradient(180deg, #ff8a00, #e52e71);
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}
/* _content/PowerTennis.Web/Components/Pages/Report/TwoHandedBackhand.razor.rz.scp.css */
.coach-analysis[b-yi1ii63buh] {
    border: 1px solid #e0e0e0;
    border-radius: .5rem;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.coach-analysis .accent-bar[b-yi1ii63buh] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: linear-gradient(180deg, #ff8a00, #e52e71);
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}

.coach-title[b-yi1ii63buh] {
    margin-left: 1rem;
    color: #e52e71;
}

.coach-content[b-yi1ii63buh] {
    margin-left: 1rem;
    line-height: 1.6;
}


.note-analysis[b-yi1ii63buh] {
    border: 1px solid #e0e0e0;
    border-radius: .5rem;
    background: #ffffff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.note-analysis .accent-bar[b-yi1ii63buh] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 6px;
    background: linear-gradient(180deg, #ff8a00, #e52e71);
    border-top-left-radius: .5rem;
    border-bottom-left-radius: .5rem;
}
/* _content/PowerTennis.Web/Components/Shared/Navigation/TopMenu.razor.rz.scp.css */
/* _content/PowerTennis.Web/Components/Shared/Video/Wizard.razor.rz.scp.css */
/* Désactive le clique et réduit l'opacité des étapes futures */
.horizontal-wizard .nav-link.disabled[b-hzyg7ss7q2] {
    cursor: not-allowed;
    opacity: 0.6;
}
