@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Blocs/ModalDiapo.razor.rz.scp.css */

.gallery[b-31go6iwwgf] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.gallery-thumb[b-31go6iwwgf] {
    cursor: pointer;
    transition: transform 0.2s;
}

    .gallery-thumb:hover[b-31go6iwwgf] {
        transform: scale(1.05);
    }

.header-selection[b-31go6iwwgf] {
    display: flex;
    align-items: center;
    width: 60%;
}

.gallery-wrapper[b-31go6iwwgf] {
    display: flex;
    flex-direction: column;
}

.gallery-actions[b-31go6iwwgf] {
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0;
}

.titles[b-31go6iwwgf] {
    flex: 1;
    text-align: center;
}

.image-container[b-31go6iwwgf] {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    overflow: hidden; /* cache le dépassement */
    border-radius: 8px;
}

    .image-container img[b-31go6iwwgf] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background-color: #000;
        transition: opacity 0.2s, border 0.2s, transform 0.2s;
    }

    /* Image sélectionnée */
    .image-container.selected img[b-31go6iwwgf] {
        opacity: 0.6;
        border: 3px solid limegreen;
    }
/* Bouton overlay */
.select-btn[b-31go6iwwgf] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .select-btn:hover[b-31go6iwwgf] {
        background-color: rgba(0, 128, 0, 0.8);
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r2jm8dv3iq] {
    position: relative;
    display: flex;
    flex-direction: column;
    
}

main[b-r2jm8dv3iq] {
    flex: 1;
}

.main-wrapper[b-r2jm8dv3iq] {
    flex: 1;
    display: flex;
    justify-content: center;
}

.content[b-r2jm8dv3iq] {
    width: 100%;
    max-width: 1200px;
}
.navbar[b-r2jm8dv3iq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-r2jm8dv3iq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r2jm8dv3iq]  a, .top-row[b-r2jm8dv3iq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r2jm8dv3iq]  a:hover, .top-row[b-r2jm8dv3iq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r2jm8dv3iq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-r2jm8dv3iq] {
        justify-content: space-between;
    }

    .top-row[b-r2jm8dv3iq]  a, .top-row[b-r2jm8dv3iq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 1px) {
    .page[b-r2jm8dv3iq] {
        flex-direction: column;
    }

    .navbar[b-r2jm8dv3iq] {
        position: sticky;
        top: 0;
    }

    .top-row[b-r2jm8dv3iq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r2jm8dv3iq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r2jm8dv3iq], article[b-r2jm8dv3iq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;

    }
}
.content-inner[b-r2jm8dv3iq] {
    display: flex;
    flex-direction: column;
    align-items: center;
}


#blazor-error-ui[b-r2jm8dv3iq] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-r2jm8dv3iq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-pm2krdcj1b] {
    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-pm2krdcj1b] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-pm2krdcj1b] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-pm2krdcj1b] {
    font-size: 1.1rem;
}

.bi[b-pm2krdcj1b] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-pm2krdcj1b] {
    font-size: 1.1rem;
    padding-bottom: 0.5rem;
    font-weight: bold;
}

    .nav-item:first-of-type[b-pm2krdcj1b] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-pm2krdcj1b] {
        padding-top: 1rem;
    }

    .nav-item[b-pm2krdcj1b]  .nav-link {
        color: #d7d7d7;
        background: auto;
        background-color: rgba(255,255,255,0.1);
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-pm2krdcj1b]  .nav-link:hover {
    background-color: rgba(255,255,255,0.5);
    color: white;
}

.nav-scrollable[b-pm2krdcj1b] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-pm2krdcj1b] {
    display: block;
}


@media (min-width: 641px) {
    .navbar-toggler[b-pm2krdcj1b] {
        display: none;
    }

    .nav-scrollable[b-pm2krdcj1b] {
        /* Never collapse the sidebar for wide screens */
        display: block;
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
body[b-4kgpdlsup3] {
}
.contact-section[b-4kgpdlsup3] {
    padding: 80px 20px;
    background: #f4f4f4;
}

.contact-title[b-4kgpdlsup3] {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 10px;
}

.contact-subtitle[b-4kgpdlsup3] {
    color: #777;
    margin-bottom: 50px;
}

.contact-form[b-4kgpdlsup3] {
    max-width: 800px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-input[b-4kgpdlsup3] {
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 16px;
    width: 100%;
}

.contact-textarea[b-4kgpdlsup3] {
    padding: 15px;
    border: 1px solid #ddd;
    font-size: 16px;
    width: 100%;
    min-height: 180px;
}

.contact-button[b-4kgpdlsup3] {
    width: 250px;
    padding: 15px;
    border: 2px solid #222;
    background: white;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

    .contact-button:hover[b-4kgpdlsup3] {
        background: #222;
        color: white;
    }

.success-message[b-4kgpdlsup3] {
    margin-top: 20px;
    color: green;
    font-weight: 500;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* --- Containers --- */
.home-container[b-22kk5ts5zr] {
    width: 90%; /* occupe 90% de l’écran sur petits écrans */
    max-width: 800px; /* limite la largeur sur grands écrans */
    margin: 0 auto;
    padding: 3rem 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 3rem;
    overflow-y: scroll; /* Permet le scroll vertical */
    scrollbar-width: none; /* Firefox */
}
    .home-container[b-22kk5ts5zr]::-webkit-scrollbar {
        display: none; /* Chrome, Safari, Edge */
    }
/* --- Hero --- */
.badge[b-22kk5ts5zr] {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 9999px;
    border: 1px solid #d1d5db;
    color: #71717a;
}

.hero-title[b-22kk5ts5zr] {
    font-family: 'Playfair Display', serif;
    font-size: 2.5rem;
    font-weight: 500;
}

.hero-subtitle[b-22kk5ts5zr] {
    color: #71717a;
    font-weight: 300;
    line-height: 1.6;
}

.hero-image-wrapper[b-22kk5ts5zr] {
    position: relative;
    margin-top: 3rem;
    border-radius: 1rem;
    overflow: hidden;
}

.hero-image[b-22kk5ts5zr] {
    width: 100%;
    height: auto;
    display: block;
}

.hero-overlay[b-22kk5ts5zr] {
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.4);
    pointer-events: none;
    border-radius: 1rem;
}

.dark .hero-overlay[b-22kk5ts5zr] {
    background: rgba(18,18,18,0.7);
}

/* --- Social --- */
.social-title[b-22kk5ts5zr] {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    font-style: italic;
}

.social-subtitle[b-22kk5ts5zr] {
    color: #71717a;
    font-weight: 300;
}

.social-buttons[b-22kk5ts5zr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.instagram-button[b-22kk5ts5zr] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 2rem;
    border: 1px solid #d1d5db;
    border-radius: 9999px;
    background: white;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;
}

    .instagram-button:hover[b-22kk5ts5zr] {
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

.qr-wrapper[b-22kk5ts5zr] {
    padding: 1.5rem;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr-image[b-22kk5ts5zr] {
    width: 128px;
    height: 128px;
}

.qr-text[b-22kk5ts5zr] {
    margin-top: 0.5rem;
    font-size: 0.625rem;
    color: #71717a;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
}

/* --- Contact --- */
.contact-title[b-22kk5ts5zr] {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
}

.contact-subtitle[b-22kk5ts5zr] {
    color: #71717a;
    font-weight: 300;
    margin-bottom: 1.5rem;
}

.contact-form[b-22kk5ts5zr] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-input[b-22kk5ts5zr], .contact-textarea[b-22kk5ts5zr] {
    border: none;
    border-bottom: 1px solid #d1d5db;
    padding: 0.75rem 0;
    font-size: 1rem;
    outline: none;
    background: transparent;
    color: #1a1a1a;
}

    .contact-input[b-22kk5ts5zr]::placeholder, .contact-textarea[b-22kk5ts5zr]::placeholder {
        color: #d1d5db;
    }

.contact-button[b-22kk5ts5zr] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    background: #1a1a1a;
    color: white;
    font-weight: 500;
    border: none;
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.2s;
}

    .contact-button:hover[b-22kk5ts5zr] {
        opacity: 0.9;
    }

.success-message[b-22kk5ts5zr] {
    color: green;
    font-weight: 500;
}

/* --- Footer --- */
.footer[b-22kk5ts5zr] {
    text-align: center;
    color: #71717a;
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding-bottom: 3rem;
}

.footer-line[b-22kk5ts5zr] {
    height: 1px;
    width: 3rem;
    background: #d1d5db;
    margin: 0 auto 1rem auto;
}

/* --- Dark mode toggle --- */
.dark-toggle[b-22kk5ts5zr] {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    padding: 0.75rem;
    border-radius: 9999px;
    background: white;
    border: 1px solid #d1d5db;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
/* /Components/Pages/PhotoSelected.razor.rz.scp.css */

.gallery[b-05425dfgc2] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.gallery-thumb[b-05425dfgc2] {
    cursor: pointer;
    transition: transform 0.2s;
}

    .gallery-thumb:hover[b-05425dfgc2] {
        transform: scale(1.05);
    }

.header-selection[b-05425dfgc2] {
    display: flex;
    align-items: center;
    width: 60%;
}

.gallery-wrapper[b-05425dfgc2] {
    display: flex;
    flex-direction: column;
}

.gallery-actions[b-05425dfgc2] {
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0;
}

.titles[b-05425dfgc2] {
    flex: 1;
    text-align: center;
}
.image-container[b-05425dfgc2] {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    overflow: hidden; /* cache le dépassement */
    border-radius: 8px;
}

    .image-container img[b-05425dfgc2] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background-color: #000;
        transition: opacity 0.2s, border 0.2s, transform 0.2s;
    }

    /* Image sélectionnée */
    .image-container.selected img[b-05425dfgc2] {
        opacity: 0.6;
        border: 3px solid limegreen;
    }
/* Bouton overlay */
.select-btn[b-05425dfgc2] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .select-btn:hover[b-05425dfgc2] {
        background-color: rgba(0, 128, 0, 0.8);
    }
/* /Components/Pages/PhotoSelector.razor.rz.scp.css */

.gallery[b-0yj138iocn] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.gallery-thumb[b-0yj138iocn] {
    cursor: pointer;
    transition: transform 0.2s;
}

    .gallery-thumb:hover[b-0yj138iocn] {
        transform: scale(1.05);
    }

.header-selection[b-0yj138iocn] {
    display: flex;
    align-items: center;
    width: 60%;
}

.gallery-wrapper[b-0yj138iocn] {
    display: flex;
    flex-direction: column;
}

.gallery-actions[b-0yj138iocn] {
    display: flex;
    justify-content: flex-end;
    margin: 1rem 0;
}

.titles[b-0yj138iocn] {
    flex: 1;
    text-align: center;
}
.image-container[b-0yj138iocn] {
    position: relative;
    display: inline-block;
    width: 300px;
    height: 300px;
    overflow: hidden; /* cache le dépassement */
    border-radius: 8px;
}

    .image-container img[b-0yj138iocn] {
        width: 100%;
        height: 100%;
        object-fit: contain;
        background-color: #000;
        transition: opacity 0.2s, border 0.2s, transform 0.2s;
    }

    /* Image sélectionnée */
    .image-container.selected img[b-0yj138iocn] {
        opacity: 0.6;
        border: 3px solid limegreen;
    }
/* Bouton overlay */
.select-btn[b-0yj138iocn] {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.2s;
}

    .select-btn:hover[b-0yj138iocn] {
        background-color: rgba(0, 128, 0, 0.8);
    }
/* /Components/Pages/ShootingDesire.razor.rz.scp.css */
.social-title[b-syuu0lcl8d] {
    font-family: 'Playfair Display', serif;
    font-size: 1.75rem;
    font-style: italic;
}

.social-subtitle[b-syuu0lcl8d] {
    color: #71717a;
    font-weight: 300;
}

.social-buttons[b-syuu0lcl8d] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.instagram-button[b-syuu0lcl8d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 2rem;
    border: 1px solid #d1d5db;

    .title {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .intro[b-syuu0lcl8d] {
        max-width: 800px;
        margin: auto;
        margin-bottom: 40px;
    }

    .shooting-container[b-syuu0lcl8d] {
        display: grid;
        grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
        gap: 20px;
        max-width: 900px;
        margin: auto;
    }

    .shooting-card[b-syuu0lcl8d] {
        background: white;
        border-radius: 12px;
        padding: 15px;
        box-shadow: 0 6px 15px rgba(0,0,0,0.15);
        transition: transform 0.2s, box-shadow 0.2s;
        font-weight: 500;
    }

        .shooting-card:hover[b-syuu0lcl8d] {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0,0,0,0.25);
        }

    border-radius: 9999px;
    background: white;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s;[b-syuu0lcl8d]
}

    .instagram-button:hover[b-syuu0lcl8d] {
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    }

.qr-wrapper[b-syuu0lcl8d] {
    padding: 1.5rem;
    background: white;
    border: 1px solid #d1d5db;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qr-image[b-syuu0lcl8d] {
    width: 128px;
    height: 128px;
}

.qr-text[b-syuu0lcl8d] {
    margin-top: 0.5rem;
    font-size: 0.625rem;
    color: #71717a;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 600;
}

.gallery-wrapper[b-syuu0lcl8d] {
    display: flex;
    flex-direction: column;
}
.header-selection[b-syuu0lcl8d] {
    display: flex;
    align-items: center;
    width: 60%;
}

.titles[b-syuu0lcl8d] {
    flex: 1;
    text-align: center;
}

.shooting-box[b-syuu0lcl8d] {
    border: 2px solid #444;
    border-radius: 12px;
    padding: 20px;
    max-width: 500px;
    margin: auto;
    background-color: #f8f8f8;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}
