/* /Areas/Admin/Pages/AdminSettings.cshtml.rz.scp.css */
/*.uploads-content {
    position: relative;
    margin: 0px;
    background-color: gray;*/
/*  min-height: 75vh;
    min-width: 80vw;*/
/*display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;*/
/*    padding-top: 20px;*/
/*}*/


.uploads-content[b-zrg0j6xl2t] {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /*    background-color: gray;*/
    width: 100%;
    min-height: 0; /* Prevents overflow issues */
    margin: 0;
}




.form-upload-overlay[b-zrg0j6xl2t] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*    background: rgba(0,0,0,0.5);*/
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}

    .form-upload-overlay.active[b-zrg0j6xl2t] {
        display: flex;
    }

.form-upload-overlay-content[b-zrg0j6xl2t] {
    width: 400px;
    max-width: 95vw;
    height: 380px;
    max-height: 95vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1.2rem 1rem;
    font-size: 1.05rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #222;
    transition: none;
}

.overlay-steps[b-zrg0j6xl2t] {
    margin-bottom: 1em;
    font-size: 1em;
    word-break: break-word;
    min-height: 2.2em; /* Reserve space for 2 lines of text */
    line-height: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Prevents wrapping, shows ... for long text */
}

.overlay-progress-bar[b-zrg0j6xl2t] {
    width: 100%;
    height: 14px;
    background: #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1em;
}

.overlay-progress-bar-inner[b-zrg0j6xl2t] {
    height: 100%;
    background: #017eed;
    width: 0%;
    transition: width 0.2s;
}

.overlay-images[b-zrg0j6xl2t] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(32px, 1fr));
    gap: 8px;
    margin-top: 0.5em;
    width: 100%;
    height: 300px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0.5em;
    transition: none;
}

    .overlay-images img[b-zrg0j6xl2t] {
        width: 32px;
        height: 32px;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid #ddd;
    }
/* /Areas/Admin/Pages/Shared/_LayoutAdmin.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-l2slmh3z2q] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-l2slmh3z2q] {
  color: #0077cc;
}

.btn-primary[b-l2slmh3z2q] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-l2slmh3z2q], .nav-pills .show > .nav-link[b-l2slmh3z2q] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-l2slmh3z2q] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-l2slmh3z2q] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-l2slmh3z2q] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-l2slmh3z2q] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-l2slmh3z2q] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
/* /Areas/Admin/Pages/Uploads.cshtml.rz.scp.css */
/*.uploads-content {
    position: relative;
    margin: 0px;
    background-color: gray;*/
  /*  min-height: 75vh;
    min-width: 80vw;*/
    /*display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: center;*/
/*    padding-top: 20px;*/
/*}*/


.uploads-content[b-wc2lqe4e6i] {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
/*    background-color: gray;*/
    width: 100%;
    min-height: 0; /* Prevents overflow issues */
    margin: 0;
}




.form-upload-overlay[b-wc2lqe4e6i] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
/*    background: rgba(0,0,0,0.5);*/
    z-index: 100;
    display: none;
    align-items: center;
    justify-content: center;
}

    .form-upload-overlay.active[b-wc2lqe4e6i] {
        display: flex;
    }

.form-upload-overlay-content[b-wc2lqe4e6i] {
    width: 400px;
    max-width: 95vw;
    height: 380px;
    max-height: 95vh;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 1.2rem 1rem;
    font-size: 1.05rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    color: #222;
    transition: none;
}

.overlay-steps[b-wc2lqe4e6i] {
    margin-bottom: 1em;
    font-size: 1em;
    word-break: break-word;
    min-height: 2.2em; /* Reserve space for 2 lines of text */
    line-height: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; /* Prevents wrapping, shows ... for long text */
}

.overlay-progress-bar[b-wc2lqe4e6i] {
    width: 100%;
    height: 14px;
    background: #eee;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 1em;
}

.overlay-progress-bar-inner[b-wc2lqe4e6i] {
    height: 100%;
    background: #017eed;
    width: 0%;
    transition: width 0.2s;
}

.overlay-images[b-wc2lqe4e6i] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(32px, 1fr));
    gap: 8px;
    margin-top: 0.5em;
    width: 100%;
    height: 300px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 0.5em;
    transition: none;
}

    .overlay-images img[b-wc2lqe4e6i] {
        width: 32px;
        height: 32px;
        object-fit: cover;
        border-radius: 4px;
        border: 1px solid #ddd;
    }
/* /Pages/CoffreTunnelNormandie.cshtml.rz.scp.css */
.custom-title[b-kovjsp3r3k] {
    font-size: 1.3rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.5rem;
}

.custom-subtitle[b-kovjsp3r3k] {
    font-size: 1.1rem;
    color: #34495e;
    margin-bottom: 2rem;
    font-style: italic;
}

.card-img-top[b-kovjsp3r3k] {
    width: 100%;
    flex-grow: 1; /* Image fills available space */
    object-fit: cover;
    border-bottom: 2px solid #f5f5f5;
    margin: 0;
    min-height: 200px; /* Ensures a minimum image height */
    max-height: 350px; /* Prevents image from overflowing card */
    transition: transform 0.3s cubic-bezier(.4,0,.2,1), box-shadow 0.3s cubic-bezier(.4,0,.2,1);
    cursor: pointer;
    display: block;
}

.card-img-top:hover[b-kovjsp3r3k] {
    transform: scale(1.01); /* Very little zoom */
    box-shadow: none;       /* Remove image shadow */
    z-index: 2;
}

.card[b-kovjsp3r3k] {
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(44, 62, 80, 0.06);
    border-radius: 6px;
    border: 1px solid #e0e0e0;
    transition: box-shadow 0.15s, border-color 0.15s;
    min-height: 320px;
    height: 100%; /* Ensures cards are equal height in a grid */
}

.card:hover[b-kovjsp3r3k] {
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.10); /* Subtle card shadow */
}

.card-body[b-kovjsp3r3k] {
    flex-shrink: 0; /* Prevents body from shrinking */
}

/* Modal styles */
.modal-fullscreen[b-kovjsp3r3k] {
    background: rgba(44, 62, 80, 0.99);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
/*    border-radius: 20px;*/
    overflow: hidden;
}


.gallery-img[b-kovjsp3r3k] {
    width: 95vw;
    height: 80vh;
    object-fit: contain;
    display: block;
    margin: 0 auto;
/*    box-shadow: 0 8px 32px rgba(0,0,0,0.4);*/
    transition: opacity 0.3s;
}

.gallery-controls[b-kovjsp3r3k] {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    padding: 0 2.5rem; /* Add horizontal padding for balanced spacing */
}

.gallery-btn[b-kovjsp3r3k] {
    pointer-events: all;
    background: rgba(255,255,255,0.2);
    border: none;
    color: #fff;
    font-size: 2rem;
    padding: 0.5rem 1.2rem;
    border-radius: 50%;
    margin: 0 1rem;
    transition: background 0.2s;
}

    .gallery-btn:hover[b-kovjsp3r3k] {
        background: rgba(255,255,255,0.5);
        color: #222;
    }

.gallery-close[b-kovjsp3r3k] {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    font-size: 2.5rem;
    color: #fff;
    background: none;
    border: none;
    z-index: 10;
    transition: color 0.2s;
}

    .gallery-close:hover[b-kovjsp3r3k] {
        color: #e74c3c;
    }
