/* _content/AtelierCeramique.Web/Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-layout[b-3ovalju1q9] {
    min-height: 100vh;
    width: 100%;
    background: #fffdfb;
}

.admin-navbar[b-3ovalju1q9] {
    position: sticky;
    top: 0;
    z-index: 1000;
    min-height: 74px;
    display: flex;
    align-items: center;
    padding: 0 28px;
    background: #fffdfb;
    border-bottom: 1px solid #eadfd7;
    box-shadow: 0 3px 14px rgba(60, 40, 30, 0.05);
}

.admin-brand[b-3ovalju1q9] {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    margin-right: 34px;
    cursor: pointer;
}

.admin-brand-logo[b-3ovalju1q9] {
    display: block;
    width: 48px;
    height: 48px;
    min-width: 48px;
    max-width: 48px;
    object-fit: contain;
    flex-shrink: 0;
}

.brand-text[b-3ovalju1q9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brand-title[b-3ovalju1q9] {
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: #342923;
}

.brand-subtitle[b-3ovalju1q9] {
    margin-top: 2px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.65rem;
    font-weight: 500;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #9a8173;
}

.admin-navigation[b-3ovalju1q9] {
    display: flex;
    align-items: stretch;
    flex: 1;
    height: 74px;
    overflow-x: auto;
    scrollbar-width: none;
}

    .admin-navigation[b-3ovalju1q9]::-webkit-scrollbar {
        display: none;
    }

[b-3ovalju1q9] .admin-nav-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 14px;
    white-space: nowrap;
    text-decoration: none !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.86rem;
    font-weight: 500;
    color: #716159 !important;
    transition: color 0.18s ease, background 0.18s ease;
}

    [b-3ovalju1q9] .admin-nav-link:hover {
        color: #b8552d !important;
        background: #faf4f0;
    }

    [b-3ovalju1q9] .admin-nav-link.active {
        color: #b8552d !important;
        font-weight: 600;
    }

        [b-3ovalju1q9] .admin-nav-link.active::after {
            content: "";
            position: absolute;
            left: 14px;
            right: 14px;
            bottom: 0;
            height: 3px;
            border-radius: 3px 3px 0 0;
            background: #b8552d;
        }

[b-3ovalju1q9] .logout-button {
    flex-shrink: 0;
    margin-left: 14px;
    color: #806c60 !important;
    border-radius: 9px !important;
}

    [b-3ovalju1q9] .logout-button:hover {
        color: #b8552d !important;
        background: #f5ede8 !important;
    }

.admin-content[b-3ovalju1q9] {
    width: 100%;
}

.mobile-menu-button[b-3ovalju1q9],
.mobile-admin-menu[b-3ovalju1q9] {
    display: none;
}

@media (max-width: 1000px) {

    .admin-navigation[b-3ovalju1q9],
    .desktop-logout[b-3ovalju1q9] {
        display: none;
    }

    .admin-navbar[b-3ovalju1q9] {
        min-height: 68px;
        padding: 0 18px;
    }

    .admin-brand[b-3ovalju1q9] {
        flex: 1;
        margin-right: 10px;
    }

    .admin-brand-logo[b-3ovalju1q9] {
        width: 44px;
        height: 44px;
        min-width: 44px;
        max-width: 44px;
    }

    .brand-title[b-3ovalju1q9] {
        font-size: 1rem;
    }

    .brand-subtitle[b-3ovalju1q9] {
        font-size: 0.6rem;
    }

    .mobile-menu-button[b-3ovalju1q9] {
        display: block;
    }

    [b-3ovalju1q9] .mobile-menu-button .mud-icon-button {
        color: #806c60 !important;
    }

    .mobile-admin-menu[b-3ovalju1q9] {
        position: fixed;
        top: 68px;
        left: 0;
        right: 0;
        z-index: 999;
        display: flex;
        flex-direction: column;
        padding: 14px;
        background: #fffdfb;
        border-bottom: 1px solid #eadfd7;
        box-shadow: 0 12px 25px rgba(60, 40, 30, 0.10);
    }

    [b-3ovalju1q9] .mobile-nav-link {
        display: block;
        padding: 14px 16px;
        border-radius: 9px;
        text-decoration: none !important;
        font-family: 'DM Sans', sans-serif;
        font-size: 0.95rem;
        font-weight: 500;
        color: #716159 !important;
    }

        [b-3ovalju1q9] .mobile-nav-link:hover {
            background: #faf4f0;
            color: #b8552d !important;
        }

        [b-3ovalju1q9] .mobile-nav-link.active {
            background: #f8eee8;
            color: #b8552d !important;
            font-weight: 600;
        }

    .mobile-logout[b-3ovalju1q9] {
        margin-top: 10px;
        display: flex;
        align-items: center;
        gap: 10px;
        padding: 13px 16px;
        border: 0;
        border-top: 1px solid #eadfd7;
        background: transparent;
        color: #9e4626;
        font-family: 'DM Sans', sans-serif;
        font-weight: 600;
        cursor: pointer;
    }
}

@media (max-width: 520px) {

    .brand-subtitle[b-3ovalju1q9] {
        display: none;
    }

    .brand-title[b-3ovalju1q9] {
        font-size: 0.95rem;
    }

    .admin-navbar[b-3ovalju1q9] {
        padding: 0 12px;
    }
}

.admin-navbar-actions[b-3ovalju1q9] {
    display: flex;
    align-items: center;
    gap: 6px;
}

[b-3ovalju1q9] .admin-menu-button {
    display: none !important;
}

.mobile-admin-menu[b-3ovalju1q9] {
    display: none;
}

@media (max-width: 1000px) {

    .admin-navigation[b-3ovalju1q9] {
        display: none;
    }

    [b-3ovalju1q9] .admin-menu-button {
        display: inline-flex !important;
        color: #806c60 !important;
    }

    .mobile-admin-menu[b-3ovalju1q9] {
        display: flex;
        flex-direction: column;
        padding: 12px;
        background: #fffdfb;
        border-bottom: 1px solid #eadfd7;
        box-shadow: 0 10px 20px rgba(60, 40, 30, 0.10);
    }

    [b-3ovalju1q9] .mobile-nav-link {
        padding: 12px 16px;
        text-decoration: none !important;
        color: #716159 !important;
        font-family: 'DM Sans', sans-serif;
        font-weight: 500;
        border-radius: 8px;
    }

        [b-3ovalju1q9] .mobile-nav-link:hover {
            background: #f8eee8;
            color: #b8552d !important;
        }
}
/* _content/AtelierCeramique.Web/Components/Layout/AdminLoginLayout.razor.rz.scp.css */
.admin-login-layout[b-f21cwp1wh9] {
    min-height: 100vh;
    width: 100%;
}
/* _content/AtelierCeramique.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-admah67kva] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-admah67kva] {
    flex: 1;
}

.sidebar[b-admah67kva] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-admah67kva] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-admah67kva]  a, .top-row[b-admah67kva]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-admah67kva]  a:hover, .top-row[b-admah67kva]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-admah67kva]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-admah67kva] {
        justify-content: space-between;
    }

    .top-row[b-admah67kva]  a, .top-row[b-admah67kva]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-admah67kva] {
        flex-direction: row;
    }

    .sidebar[b-admah67kva] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-admah67kva] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-admah67kva]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-admah67kva], article[b-admah67kva] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-admah67kva] {
    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-admah67kva] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/AtelierCeramique.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-2ny8abeo5k] {
    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-2ny8abeo5k] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-2ny8abeo5k] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-2ny8abeo5k] {
    font-size: 1.1rem;
}

.bi[b-2ny8abeo5k] {
    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-2ny8abeo5k] {
    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-2ny8abeo5k] {
    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-2ny8abeo5k] {
    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-2ny8abeo5k] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-2ny8abeo5k] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-2ny8abeo5k] {
        padding-bottom: 1rem;
    }

    .nav-item[b-2ny8abeo5k]  .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-2ny8abeo5k]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-2ny8abeo5k]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-2ny8abeo5k] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-2ny8abeo5k] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-2ny8abeo5k] {
        display: none;
    }

    .nav-scrollable[b-2ny8abeo5k] {
        /* 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/AtelierCeramique.Web/Components/Layout/PublicLayout.razor.rz.scp.css */
.public-layout[b-e00ermjc5f] {
    min-height: 100vh;
    width: 100%;
}
.public-header[b-e00ermjc5f] {
    width: 100%;
    min-height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    padding: 12px 4%;
    background: #faf7f2;
    border-bottom: 1px solid #eadfd7;
    /* Navbar qui reste en haut */
    position: sticky;
    top: 0;
    z-index: 1000;
}

.public-brand[b-e00ermjc5f] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0;
    color: #44382f;
    text-decoration: none;
}

.public-logo[b-e00ermjc5f] {
    display: block;
    width: 75px;
    height: 75px;
    max-width: 75px;
    max-height: 75px;
    object-fit: contain;
}

.public-brand-title[b-e00ermjc5f] {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    line-height: 1.15;
    color: #44382f;
}

.public-brand-name[b-e00ermjc5f] {
    margin-top: 6px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    color: #806f65;
}

.public-nav[b-e00ermjc5f] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 32px;
    flex: 1;
}

[b-e00ermjc5f] .public-nav a {
    position: relative;
    padding: 14px 0;
    white-space: nowrap;
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 500;
    color: #57483f;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
}

    [b-e00ermjc5f] .public-nav a:hover {
        color: #c65f27;
    }

    [b-e00ermjc5f] .public-nav a.active {
        color: #c65f27;
    }

        [b-e00ermjc5f] .public-nav a.active::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 4px;
            height: 2px;
            background: #d27530;
        }

[b-e00ermjc5f] .public-nav .instagram-link {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    color: #57483f;
    padding: 8px;
    margin-left: 4px;
}

    [b-e00ermjc5f] .public-nav .instagram-link:hover {
        color: #c65f27;
        transform: translateY(-2px);
    }

    [b-e00ermjc5f] .public-nav .instagram-link::after {
        display: none;
    }


.public-content[b-e00ermjc5f] {
    width: 100%;
    min-width: 0;
}

.public-header[b-e00ermjc5f] {
    width: 100%;
    min-width: 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.mobile-menu-button[b-e00ermjc5f],
.public-mobile-nav[b-e00ermjc5f] {
    display: none;
}

@media (max-width: 850px) {

    .public-header[b-e00ermjc5f] {
        min-height: 78px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 18px;
        background: #faf7f2;
    }

    .public-brand[b-e00ermjc5f] {
        min-width: 0;
        gap: 10px;
    }

    .public-logo[b-e00ermjc5f] {
        width: 52px;
        height: 52px;
        max-width: 52px;
        max-height: 52px;
    }

    .public-brand-title[b-e00ermjc5f] {
        font-size: 0.92rem;
        line-height: 1.1;
    }

    .public-brand-name[b-e00ermjc5f] {
        margin-top: 3px;
        font-size: 0.62rem;
    }


    /* On cache la navigation desktop */
    .public-nav[b-e00ermjc5f] {
        display: none;
    }


    /* Bouton hamburger */
    .mobile-menu-button[b-e00ermjc5f] {
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 50%;
        background: transparent;
        color: #57483f;
        cursor: pointer;
    }

        .mobile-menu-button[b-e00ermjc5f]  .mud-icon-root {
            font-size: 1.8rem;
        }
    [b-e00ermjc5f] .public-mobile-nav .mobile-instagram .mud-icon-root {
        width: 25px;
        height: 25px;
        font-size: 25px;
    }

    /* Menu déroulé */
    .public-mobile-nav[b-e00ermjc5f] {
        position: sticky;
        top: 78px;
        z-index: 999;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding: 10px 20px 20px;
        background: #faf7f2;
        border-bottom: 1px solid #dfd1c5;
        box-shadow: 0 8px 20px rgba(60, 40, 30, 0.08);
        gap: 6px;
    }

    [b-e00ermjc5f] .public-mobile-nav a,
    [b-e00ermjc5f] .public-mobile-nav .nav-link {
        display: flex !important;
        align-items: center !important;
        width: 100%;
        padding: 9px 5px !important;
        font-family: 'Playfair Display', Georgia, serif !important;
        font-size: 1.2rem !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
        color: #57483f !important;
        text-decoration: none !important;
        border-bottom: none !important;
    }

        [b-e00ermjc5f] .public-mobile-nav a.active {
            color: #c65f27;
        }

   
    [b-e00ermjc5f] .public-mobile-nav .mobile-instagram {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-top: 8px;
        padding-top: 14px;
        font-family: 'Playfair Display', Georgia, serif !important;
        color: #57483f;
        border-top: 1px solid #e5d8cd;
    }

    [b-e00ermjc5f] .mobile-nav-item {
        display: flex !important;
        align-items: center !important;
        width: 100%;
        padding: 8px 5px !important;
        font-family: 'Playfair Display', serif !important;
        font-size: 1.2rem !important;
        font-weight: 500 !important;
        line-height: 1.3 !important;
        color: #57483f !important;
        text-decoration: none !important;
    }

        [b-e00ermjc5f] .mobile-nav-item.active {
            color: #c65f27 !important;
        }

    [b-e00ermjc5f] .mobile-instagram {
        gap: 10px;
        margin-top: 8px;
        padding-top: 14px !important;
        border-top: 1px solid #e5d8cd;
    }

    .public-contact-footer[b-e00ermjc5f] {
        width: calc(100% - 28px);
        margin: 40px auto 16px;
        padding: 28px 22px;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .contact-intro[b-e00ermjc5f] {
        width: 100%;
        align-items: flex-start;
        padding-bottom: 16px;
        border-bottom: 1px solid rgba(255,255,255,0.25);
    }

    .contact-small[b-e00ermjc5f] {
        font-size: 1.35rem;
    }

    .contact-script[b-e00ermjc5f] {
        font-size: 1.15rem;
    }

    .contact-item[b-e00ermjc5f] {
        width: 100%;
        font-size: 0.88rem;
    }
}

/* =========================
   FOOTER CONTACT
   ========================= */

.public-contact-footer[b-e00ermjc5f] {
    position: relative;
    width: min(94%, 1450px);
    margin: 55px auto 25px;
    padding: 24px 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    color: #fffaf4;
    background: linear-gradient( 90deg, #b3a382, #aa9a78, #b5a587 );
    border-radius: 6px 10px 5px 9px;
    box-shadow: 0 5px 16px rgba(70, 50, 35, 0.08);
    overflow: hidden;
}


/* =========================
   FOOTER CONTACT - TERRE
   ========================= */

.public-contact-footer[b-e00ermjc5f] {
    position: relative;
    isolation: isolate;
    width: min(94%, 1450px);
    margin: 55px auto 25px;
    padding: 26px 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 34px;
    color: #fffaf3;
    /*
        Fond terre / argile :
        plusieurs couches légèrement différentes
        pour éviter l'aplat parfaitement uniforme.
    */
    background: radial-gradient( ellipse at 15% 30%, rgba(255, 239, 215, 0.08) 0%, transparent 28% ), radial-gradient( ellipse at 78% 70%, rgba(74, 48, 32, 0.10) 0%, transparent 35% ), linear-gradient( 97deg, #927b5b 0%, #9c8461 22%, #8d7555 48%, #987f5c 73%, #897252 100% );
    /*
        On évite volontairement un rectangle
        parfaitement régulier.
    */
    border-radius: 12px 7px 13px 8px / 8px 13px 7px 12px;
    box-shadow: 0 7px 20px rgba(71, 47, 32, 0.13), inset 0 1px 0 rgba(255,255,255,0.10);
    overflow: visible;
}


    /* =========================
   BORDS "COUP DE PINCEAU"
   ========================= */

    .public-contact-footer[b-e00ermjc5f]::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: -5px;
        bottom: -5px;
        left: 10px;
        right: 8px;
        background: #8e7656;
        opacity: 0.45;
        border-radius: 17px 8px 15px 11px / 9px 16px 8px 14px;
        /*
        Rend les extrémités légèrement
        irrégulières plutôt que géométriques.
    */
        clip-path: polygon( 0.5% 8%, 3% 2%, 9% 5%, 16% 1%, 24% 4%, 33% 0%, 43% 3%, 53% 1%, 62% 4%, 72% 1%, 81% 5%, 91% 1%, 99.5% 7%, 100% 91%, 96% 97%, 87% 94%, 77% 99%, 67% 95%, 57% 99%, 46% 96%, 35% 100%, 25% 96%, 14% 99%, 5% 95%, 0% 90% );
    }


    /*
   Petites traces claires très discrètes,
   comme des frottements dans l'argile.
*/
    .public-contact-footer[b-e00ermjc5f]::after {
        content: "";
        position: absolute;
        pointer-events: none;
        inset: 7px 18px;
        opacity: 0.16;
        background: linear-gradient( 3deg, transparent 0 28%, rgba(255, 246, 231, 0.35) 29%, transparent 31% ), linear-gradient( -2deg, transparent 0 68%, rgba(255, 246, 231, 0.25) 69%, transparent 71% );
        mix-blend-mode: soft-light;
    }


/* =========================
   INTRO
   ========================= */

.contact-intro[b-e00ermjc5f] {
    min-width: 190px;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.05;
}

.contact-small[b-e00ermjc5f] {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    color: #fffaf3;
}

.contact-script[b-e00ermjc5f] {
    margin-top: 4px;
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-style: italic;
    color: #fffaf3;
}


/* =========================
   SEPARATEUR
   ========================= */

.contact-separator[b-e00ermjc5f] {
    width: 1px;
    height: 48px;
    background: rgba(255, 248, 238, 0.32);
}


/* =========================
   CONTACT
   ========================= */

.contact-item[b-e00ermjc5f] {
    display: flex;
    align-items: center;
    gap: 11px;
    color: #fffaf3;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.92rem;
    line-height: 1.35;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

a.contact-item:hover[b-e00ermjc5f] {
    transform: translateY(-2px);
    opacity: 0.78;
}

[b-e00ermjc5f] .contact-item .mud-icon-root {
    flex-shrink: 0;
    font-size: 29px !important;
    color: #fffaf3 !important;
}


/* =========================
   TABLETTE
   ========================= */

@media (max-width: 950px) {

    .public-contact-footer[b-e00ermjc5f] {
        flex-wrap: wrap;
        gap: 22px 30px;
        padding: 28px;
    }

    .contact-separator[b-e00ermjc5f] {
        display: none;
    }

    .contact-intro[b-e00ermjc5f] {
        width: 100%;
    }
}

/* =========================================================
   FOND PUBLIC - EFFET TERRE
   ========================================================= */

.public-content-textured[b-e00ermjc5f] {
    position: relative;
    min-height: calc(100vh - 85px);
    overflow: hidden;
    isolation: isolate;
    background: linear-gradient( 135deg, #fbf6ee 0%, #f8f0e5 48%, #faf5ed 100% );
}


    /* =========================================================
   CONTENU DE LA PAGE
   Toujours au-dessus des taches
   ========================================================= */

    .public-content-textured > :not(.terre-drops)[b-e00ermjc5f] {
        position: relative;
        z-index: 2;
    }


    /* =========================================================
   GRANDES TACHES
   ========================================================= */

    .public-content-textured[b-e00ermjc5f]::before,
    .public-content-textured[b-e00ermjc5f]::after {
        content: "";
        position: absolute;
        z-index: 0;
        pointer-events: none;
        filter: blur(0.5px);
    }


    /* =========================
   GRANDE TACHE GAUCHE
   TERRE CUITE
   ========================= */

    .public-content-textured[b-e00ermjc5f]::before {
        width: 510px;
        height: 860px;
        top: 60px;
        left: -290px;
        background: radial-gradient( circle at 58% 12%, rgba(201, 105, 56, 0.38) 0 9%, transparent 10% ), radial-gradient( circle at 77% 22%, rgba(202, 114, 62, 0.27) 0 6%, transparent 7% ), radial-gradient( circle at 67% 38%, rgba(211, 137, 82, 0.29) 0 11%, transparent 12% ), radial-gradient( ellipse at 30% 48%, rgba(199, 104, 55, 0.34) 0 34%, rgba(218, 150, 94, 0.26) 48%, rgba(223, 168, 112, 0.15) 66%, transparent 77% ), radial-gradient( ellipse at 62% 75%, rgba(222, 162, 105, 0.30) 0 27%, rgba(229, 183, 132, 0.13) 55%, transparent 72% );
        border-radius: 29% 71% 38% 62% / 52% 34% 66% 48%;
        transform: rotate(-8deg) skewY(-5deg);
    }


    /* =========================
   GRANDE TACHE DROITE
   OLIVE / ARGILE
   ========================= */

    .public-content-textured[b-e00ermjc5f]::after {
        width: 560px;
        height: 900px;
        top: 320px;
        right: -320px;
        background: radial-gradient( circle at 25% 13%, rgba(139, 128, 79, 0.31) 0 8%, transparent 9% ), radial-gradient( circle at 17% 29%, rgba(163, 143, 87, 0.26) 0 5%, transparent 6% ), radial-gradient( circle at 36% 38%, rgba(137, 126, 79, 0.32) 0 10%, transparent 11% ), radial-gradient( ellipse at 70% 50%, rgba(148, 137, 87, 0.34) 0 35%, rgba(169, 153, 97, 0.24) 48%, rgba(192, 176, 120, 0.13) 66%, transparent 77% ), radial-gradient( ellipse at 35% 78%, rgba(182, 157, 98, 0.27) 0 25%, rgba(203, 183, 132, 0.12) 54%, transparent 72% );
        border-radius: 64% 36% 55% 45% / 33% 57% 43% 67%;
        transform: rotate(11deg) skewX(4deg);
    }


/* =========================================================
   GOUTTES / PROJECTIONS DE TERRE
   ========================================================= */

.terre-drops[b-e00ermjc5f] {
    position: absolute;
    z-index: 0;
    pointer-events: none;
}


/* =========================
   GOUTTES GAUCHE
   ========================= */

.terre-drops-left[b-e00ermjc5f] {
    width: 300px;
    height: 430px;
    top: 130px;
    left: 0;
    background: radial-gradient( circle at 8% 10%, rgba(194, 98, 49, 0.42) 0 6px, transparent 7px ), radial-gradient( circle at 19% 15%, rgba(208, 118, 62, 0.34) 0 11px, transparent 12px ), radial-gradient( circle at 30% 8%, rgba(186, 89, 43, 0.31) 0 4px, transparent 5px ), radial-gradient( circle at 13% 33%, rgba(202, 108, 55, 0.36) 0 15px, transparent 16px ), radial-gradient( circle at 32% 42%, rgba(221, 154, 96, 0.34) 0 7px, transparent 8px ), radial-gradient( circle at 19% 64%, rgba(191, 91, 45, 0.30) 0 5px, transparent 6px ), radial-gradient( circle at 37% 76%, rgba(209, 125, 67, 0.35) 0 10px, transparent 11px ), radial-gradient( circle at 6% 88%, rgba(191, 96, 50, 0.28) 0 7px, transparent 8px );
}


/* =========================
   GOUTTES DROITE
   ========================= */

.terre-drops-right[b-e00ermjc5f] {
    width: 330px;
    height: 500px;
    top: 280px;
    right: 0;
    background: radial-gradient( circle at 86% 8%, rgba(129, 117, 72, 0.42) 0 8px, transparent 9px ), radial-gradient( circle at 73% 17%, rgba(152, 136, 80, 0.35) 0 13px, transparent 14px ), radial-gradient( circle at 91% 29%, rgba(138, 126, 75, 0.32) 0 5px, transparent 6px ), radial-gradient( circle at 68% 37%, rgba(167, 146, 88, 0.38) 0 10px, transparent 11px ), radial-gradient( circle at 88% 52%, rgba(139, 126, 75, 0.35) 0 16px, transparent 17px ), radial-gradient( circle at 70% 69%, rgba(174, 154, 96, 0.31) 0 7px, transparent 8px ), radial-gradient( circle at 92% 82%, rgba(142, 129, 76, 0.33) 0 11px, transparent 12px );
}


/* =========================
   GOUTTES BAS DE PAGE
   ========================= */

.terre-drops-bottom[b-e00ermjc5f] {
    width: 500px;
    height: 180px;
    left: 10%;
    bottom: 30px;
    background: radial-gradient( circle at 3% 70%, rgba(212, 143, 84, 0.25) 0 7px, transparent 8px ), radial-gradient( circle at 18% 85%, rgba(148, 137, 87, 0.25) 0 11px, transparent 12px ), radial-gradient( circle at 33% 64%, rgba(197, 103, 53, 0.23) 0 5px, transparent 6px ), radial-gradient( circle at 52% 91%, rgba(168, 146, 89, 0.24) 0 8px, transparent 9px );
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 768px) {

    .public-content-textured[b-e00ermjc5f] {
        overflow-x: hidden;
    }

        .public-content-textured[b-e00ermjc5f]::before {
            width: 420px;
            height: 760px;
            left: -300px;
            top: 40px;
        }

        .public-content-textured[b-e00ermjc5f]::after {
            width: 430px;
            height: 780px;
            right: -310px;
            top: 420px;
        }

    .terre-drops-left[b-e00ermjc5f] {
        width: 220px;
        left: 0;
    }

    .terre-drops-right[b-e00ermjc5f] {
        width: 220px;
        right: 0;
        top: 400px;
    }

    .terre-drops-bottom[b-e00ermjc5f] {
        width: 300px;
        left: 0;
        bottom: 20px;
    }
}
/* _content/AtelierCeramique.Web/Components/Pages/Admin/Actualites.razor.rz.scp.css */
.admin-page[b-it5jow7vtd] {
    padding: 38px;
    max-width: 1400px;
    margin: 0 auto;
}

.admin-header[b-it5jow7vtd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

[b-it5jow7vtd] .admin-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    color: #342923 !important;
}

[b-it5jow7vtd] .admin-subtitle {
    margin-top: 6px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    color: #85756c !important;
}

.actualites-card[b-it5jow7vtd] {
    overflow: hidden;
    border-radius: 14px !important;
    border: 1px solid #eadfd7;
    background: #fffdfb !important;
}

[b-it5jow7vtd] .mud-table {
    font-family: 'DM Sans', sans-serif !important;
}

[b-it5jow7vtd] .mud-table-head {
    background: #f7f1ec;
}





.loading[b-it5jow7vtd] {
    display: flex;
    justify-content: center;
    padding: 60px;
}

.empty-state[b-it5jow7vtd] {
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    color: #85756c;
}

@media (max-width: 768px) {
    .admin-page[b-it5jow7vtd] {
        padding: 20px;
    }

    .admin-header[b-it5jow7vtd] {
        align-items: stretch;
        flex-direction: column;
    }

    .add-button[b-it5jow7vtd] {
        width: 100%;
    }
}

.loading-overlay[b-it5jow7vtd] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 244, 239, 0.72);
    backdrop-filter: blur(3px);
}

.loading-overlay-card[b-it5jow7vtd] {
    min-width: 280px;
    padding: 10px 35px;
    border-radius: 18px;
    background: #fffdfb;
    border: 1px solid #eadfd7;
    box-shadow: 0 15px 45px rgba(60, 40, 30, 0.14);
}

[b-it5jow7vtd] .add-button {
    background-color: #b8552d !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 11px 20px !important;
    text-transform: none !important;
    font-weight: 600 !important;
}

    [b-it5jow7vtd] .add-button:hover {
        background-color: #9e4626 !important;
    }

[b-it5jow7vtd] .mud-table-cell {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
}

[b-it5jow7vtd] .mud-table-row {
    border-bottom: 1px solid #d3c3b9;
}

.status[b-it5jow7vtd] {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 600;
}

.status-published[b-it5jow7vtd] {
    background: #e8f3ea;
    color: #397247;
}

.status-draft[b-it5jow7vtd] {
    background: #f2ece8;
    color: #806c60;
}

.actions-header[b-it5jow7vtd] {
    text-align: center !important;
}

.actions[b-it5jow7vtd] {
    text-align: center !important;
    white-space: nowrap;
}

.actions-container[b-it5jow7vtd] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* Modifier */
[b-it5jow7vtd] .edit-button {
    color: #1976d2 !important;
    border-radius: 8px !important;
}

    [b-it5jow7vtd] .edit-button:hover {
        color: #1565c0 !important;
        background-color: #e3f2fd !important;
    }

/* Supprimer */
[b-it5jow7vtd] .delete-button {
    color: #d32f2f !important;
    border-radius: 8px !important;
}

    [b-it5jow7vtd] .delete-button:hover {
        color: #b71c1c !important;
        background-color: #ffebee !important;
    }
/* _content/AtelierCeramique.Web/Components/Pages/Admin/AjouterActualite.razor.rz.scp.css */
.admin-form-page[b-zab0lrvhqd] {
    max-width: 900px;
    margin: 0 auto;
    padding: 38px;
}


/* =========================
   HEADER
   ========================= */

.form-header[b-zab0lrvhqd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-bottom: 28px;
}

[b-zab0lrvhqd] .form-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    color: #342923 !important;
}

[b-zab0lrvhqd] .form-subtitle {
    margin-top: 6px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    color: #85756c !important;
}


/* Bouton retour */

[b-zab0lrvhqd] .form-header .mud-button-root {
    color: #806c60 !important;
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    border-radius: 9px !important;
}

    [b-zab0lrvhqd] .form-header .mud-button-root:hover {
        background: #f5ede8 !important;
    }


/* =========================
   CARD
   ========================= */

.form-card[b-zab0lrvhqd] {
    padding: 35px !important;
    border-radius: 16px !important;
    background: #fffdfb !important;
    border: 1px solid #eadfd7;
    box-shadow: 0 6px 25px rgba(60, 40, 30, 0.05) !important;
}


/* =========================
   CHAMPS
   ========================= */

.form-field[b-zab0lrvhqd] {
    margin-bottom: 20px !important;
}

[b-zab0lrvhqd] .form-field .mud-input-outlined-border {
    border-color: #d7c8be !important;
    border-radius: 11px !important;
}

[b-zab0lrvhqd] .form-field:hover .mud-input-outlined-border {
    border-color: #bd8d72 !important;
}

[b-zab0lrvhqd] .form-field .mud-input:focus-within .mud-input-outlined-border {
    border-color: #b8552d !important;
    border-width: 1.5px !important;
}

[b-zab0lrvhqd] .form-field .mud-input,
[b-zab0lrvhqd] .form-field .mud-input-label {
    font-family: 'DM Sans', sans-serif !important;
}


/* Date picker */

[b-zab0lrvhqd] .mud-picker-input-button {
    color: #b8552d !important;
}


/* Switch */

[b-zab0lrvhqd] .mud-switch {
    font-family: 'DM Sans', sans-serif !important;
}


/* =========================
   ACTIONS
   ========================= */

.form-actions[b-zab0lrvhqd] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

[b-zab0lrvhqd] .form-actions .mud-button-root {
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* Annuler */

[b-zab0lrvhqd] .form-actions .mud-button-text {
    color: #806c60 !important;
    border-radius: 9px !important;
}

    [b-zab0lrvhqd] .form-actions .mud-button-text:hover {
        background: #f5ede8 !important;
    }


/* Enregistrer */

[b-zab0lrvhqd] .save-button {
    background-color: #b8552d !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 11px 22px !important;
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    box-shadow: 0 5px 14px rgba(184, 85, 45, 0.18) !important;
}

    [b-zab0lrvhqd] .save-button:hover {
        background-color: #9e4626 !important;
        box-shadow: 0 7px 18px rgba(184, 85, 45, 0.25) !important;
    }


/* =========================
   LOADER
   ========================= */

.loading-overlay[b-zab0lrvhqd] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 244, 239, 0.72);
    backdrop-filter: blur(3px);
}

.loading-overlay-card[b-zab0lrvhqd] {
    min-width: 280px;
    padding: 10px 35px;
    border-radius: 18px;
    background: #fffdfb;
    border: 1px solid #eadfd7;
    box-shadow: 0 15px 45px rgba(60, 40, 30, 0.14);
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 768px) {

    .admin-form-page[b-zab0lrvhqd] {
        padding: 20px;
    }

    .form-header[b-zab0lrvhqd] {
        align-items: flex-start;
        flex-direction: column;
    }

    .form-card[b-zab0lrvhqd] {
        padding: 24px !important;
    }

    .form-actions[b-zab0lrvhqd] {
        flex-direction: column-reverse;
    }

        .form-actions[b-zab0lrvhqd]  .mud-button-root {
            width: 100%;
        }
}


[b-zab0lrvhqd] .publish-switch .mud-switch-track {
    background-color: #d9c9bf !important;
}

[b-zab0lrvhqd] .publish-switch.mud-checked .mud-switch-track {
    background-color: #c56a43 !important;
}

[b-zab0lrvhqd] .publish-switch .mud-switch-button {
    color: #ffffff !important;
}

[b-zab0lrvhqd] .publish-switch.mud-checked .mud-switch-button {
    color: #b8552d !important;
}

[b-zab0lrvhqd] .publish-switch .mud-switch-label {
    font-family: 'DM Sans', sans-serif !important;
    color: #342923 !important;
}

.publish-container[b-zab0lrvhqd] {
    padding: 4px 0 8px 8px;
    font-family: 'DM Sans', sans-serif;
}

[b-zab0lrvhqd] .publish-container .mud-switch-track {
    opacity: 1 !important;
    background-color: #d8c8bd !important;
}

.images-section[b-zab0lrvhqd] {
    margin-top: 28px;
}

[b-zab0lrvhqd] .images-title {
    font-family: 'Playfair Display', serif !important;
    color: #342923 !important;
}

[b-zab0lrvhqd] .images-subtitle {
    margin-top: 4px !important;
    margin-bottom: 16px !important;
    color: #85756c !important;
    font-family: 'DM Sans', sans-serif !important;
}

/* =========================
   IMAGES
   ========================= */

.images-section[b-zab0lrvhqd] {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid #eadfd7;
}

[b-zab0lrvhqd] .images-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.55rem !important;
    font-weight: 600 !important;
    color: #342923 !important;
}

[b-zab0lrvhqd] .images-subtitle {
    margin-top: 5px !important;
    margin-bottom: 18px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.9rem !important;
    color: #85756c !important;
}


/* ZONE D'UPLOAD */

.image-upload-zone[b-zab0lrvhqd] {
    position: relative;
    min-height: 115px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 26px;
    border: 2px dashed #d7c8be;
    border-radius: 14px;
    background: #fcf8f5;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

    .image-upload-zone:hover[b-zab0lrvhqd] {
        border-color: #b8552d;
        background: #faf1eb;
        transform: translateY(-1px);
    }

[b-zab0lrvhqd] .upload-icon {
    flex-shrink: 0;
    font-size: 38px !important;
    color: #b8552d !important;
}

.upload-texts[b-zab0lrvhqd] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.upload-title[b-zab0lrvhqd] {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #342923;
}

.upload-help[b-zab0lrvhqd] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem;
    color: #927e72;
}


/* Input invisible par-dessus toute la zone */

.image-input[b-zab0lrvhqd] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


/* TEXTE AU-DESSUS DES PREVIEWS */

.selected-images-header[b-zab0lrvhqd] {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: #806c60;
}


/* GRILLE DES MINIATURES */

.image-preview-grid[b-zab0lrvhqd] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}


/* UNE MINIATURE */

.image-preview-card[b-zab0lrvhqd] {
    width: 145px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #eadfd7;
    background: #fffdfb;
    box-shadow: 0 4px 12px rgba(60, 40, 30, 0.06);
}

.image-preview[b-zab0lrvhqd] {
    position: relative;
    width: 145px;
    height: 105px;
    overflow: hidden;
    background: #f5eee9;
}

    .image-preview img[b-zab0lrvhqd] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* CROIX DE SUPPRESSION */

[b-zab0lrvhqd] .remove-image-button {
    position: absolute !important;
    top: 5px;
    right: 5px;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    padding: 4px !important;
    background: rgba(255, 253, 251, 0.92) !important;
    color: #9e4626 !important;
    box-shadow: 0 2px 7px rgba(40, 25, 18, 0.15);
}

    [b-zab0lrvhqd] .remove-image-button:hover {
        background: white !important;
    }


/* NOM DE FICHIER */

.image-preview-name[b-zab0lrvhqd] {
    padding: 8px 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    color: #716159;
}
/* _content/AtelierCeramique.Web/Components/Pages/Admin/AjouterRealisation.razor.rz.scp.css */
.admin-form-page[b-92yd1aijh8] {
    max-width: 900px;
    margin: 0 auto;
    padding: 38px;
}


/* =========================
   HEADER
   ========================= */

.form-header[b-92yd1aijh8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-bottom: 28px;
}

[b-92yd1aijh8] .form-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    color: #342923 !important;
}

[b-92yd1aijh8] .form-subtitle {
    margin-top: 6px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    color: #85756c !important;
}


/* =========================
   RETOUR
   ========================= */

[b-92yd1aijh8] .form-header .mud-button-root {
    color: #806c60 !important;
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    border-radius: 9px !important;
}

    [b-92yd1aijh8] .form-header .mud-button-root:hover {
        background: #f5ede8 !important;
    }


/* =========================
   CARD
   ========================= */

.form-card[b-92yd1aijh8] {
    padding: 35px !important;
    border-radius: 16px !important;
    background: #fffdfb !important;
    border: 1px solid #eadfd7;
    box-shadow: 0 6px 25px rgba(60, 40, 30, 0.05) !important;
}


/* =========================
   CHAMP
   ========================= */

.form-field[b-92yd1aijh8] {
    margin-bottom: 20px !important;
}

[b-92yd1aijh8] .form-field .mud-input-outlined-border {
    border-color: #d7c8be !important;
    border-radius: 11px !important;
}

[b-92yd1aijh8] .form-field:hover .mud-input-outlined-border {
    border-color: #bd8d72 !important;
}

[b-92yd1aijh8] .form-field .mud-input:focus-within .mud-input-outlined-border {
    border-color: #b8552d !important;
    border-width: 1.5px !important;
}

[b-92yd1aijh8] .form-field .mud-input,
[b-92yd1aijh8] .form-field .mud-input-label {
    font-family: 'DM Sans', sans-serif !important;
}


/* =========================
   PUBLICATION
   ========================= */

.publish-container[b-92yd1aijh8] {
    padding: 4px 0 8px 8px;
    font-family: 'DM Sans', sans-serif;
}

[b-92yd1aijh8] .publish-container .mud-switch-track {
    opacity: 1 !important;
    background-color: #d8c8bd !important;
}

[b-92yd1aijh8] .publish-container .mud-switch-label {
    font-family: 'DM Sans', sans-serif !important;
    color: #342923 !important;
}


/* =========================
   IMAGE
   ========================= */

.images-section[b-92yd1aijh8] {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid #eadfd7;
}

[b-92yd1aijh8] .images-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.55rem !important;
    font-weight: 600 !important;
    color: #342923 !important;
}

[b-92yd1aijh8] .images-subtitle {
    margin-top: 5px !important;
    margin-bottom: 18px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.9rem !important;
    color: #85756c !important;
}


/* =========================
   UPLOAD
   ========================= */

.image-upload-zone[b-92yd1aijh8] {
    position: relative;
    min-height: 115px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 26px;
    border: 2px dashed #d7c8be;
    border-radius: 14px;
    background: #fcf8f5;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

    .image-upload-zone:hover[b-92yd1aijh8] {
        border-color: #b8552d;
        background: #faf1eb;
        transform: translateY(-1px);
    }

[b-92yd1aijh8] .upload-icon {
    flex-shrink: 0;
    font-size: 38px !important;
    color: #b8552d !important;
}

.upload-texts[b-92yd1aijh8] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.upload-title[b-92yd1aijh8] {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #342923;
}

.upload-help[b-92yd1aijh8] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem;
    color: #927e72;
}

.image-input[b-92yd1aijh8] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


/* =========================
   APERÇU
   ========================= */

.selected-image-header[b-92yd1aijh8] {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: #806c60;
}

.image-preview-card[b-92yd1aijh8] {
    width: 220px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #eadfd7;
    background: #fffdfb;
    box-shadow: 0 4px 12px rgba(60, 40, 30, 0.06);
}

.image-preview[b-92yd1aijh8] {
    position: relative;
    width: 220px;
    height: 160px;
    overflow: hidden;
    background: #f5eee9;
}

    .image-preview img[b-92yd1aijh8] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.image-preview-name[b-92yd1aijh8] {
    padding: 9px 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.75rem;
    color: #716159;
}


/* =========================
   SUPPRESSION IMAGE
   ========================= */

[b-92yd1aijh8] .remove-image-button {
    position: absolute !important;
    top: 7px;
    right: 7px;
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    padding: 4px !important;
    background: rgba(255, 253, 251, 0.94) !important;
    color: #9e4626 !important;
    box-shadow: 0 2px 7px rgba(40, 25, 18, 0.15);
}

    [b-92yd1aijh8] .remove-image-button:hover {
        background: white !important;
    }


/* =========================
   ACTIONS
   ========================= */

.form-actions[b-92yd1aijh8] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

[b-92yd1aijh8] .form-actions .mud-button-root {
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
}

[b-92yd1aijh8] .form-actions .mud-button-text {
    color: #806c60 !important;
    border-radius: 9px !important;
}

    [b-92yd1aijh8] .form-actions .mud-button-text:hover {
        background: #f5ede8 !important;
    }

[b-92yd1aijh8] .save-button {
    background-color: #b8552d !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 11px 22px !important;
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    box-shadow: 0 5px 14px rgba(184, 85, 45, 0.18) !important;
}

    [b-92yd1aijh8] .save-button:hover {
        background-color: #9e4626 !important;
        box-shadow: 0 7px 18px rgba(184, 85, 45, 0.25) !important;
    }


/* =========================
   LOADER
   ========================= */

.loading-overlay[b-92yd1aijh8] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 244, 239, 0.72);
    backdrop-filter: blur(3px);
}

.loading-overlay-card[b-92yd1aijh8] {
    min-width: 280px;
    padding: 10px 35px;
    border-radius: 18px;
    background: #fffdfb;
    border: 1px solid #eadfd7;
    box-shadow: 0 15px 45px rgba(60, 40, 30, 0.14);
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 768px) {

    .admin-form-page[b-92yd1aijh8] {
        padding: 20px;
    }

    .form-header[b-92yd1aijh8] {
        align-items: flex-start;
        flex-direction: column;
    }

    .form-card[b-92yd1aijh8] {
        padding: 24px !important;
    }

    .image-preview-card[b-92yd1aijh8],
    .image-preview[b-92yd1aijh8] {
        width: 100%;
    }

    .image-preview[b-92yd1aijh8] {
        height: 220px;
    }

    .form-actions[b-92yd1aijh8] {
        flex-direction: column-reverse;
    }

        .form-actions[b-92yd1aijh8]  .mud-button-root {
            width: 100%;
        }
}
/* _content/AtelierCeramique.Web/Components/Pages/Admin/AtelierAdmin.razor.rz.scp.css */
.atelier-admin-page[b-mw01ev2j96] {
    max-width: 1450px;
    margin: 0 auto;
    padding: 38px;
}


/* =========================
   HEADER
   ========================= */

.admin-page-header[b-mw01ev2j96] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    margin-bottom: 30px;
}

    .admin-page-header h1[b-mw01ev2j96] {
        margin: 0;
        font-family: 'Playfair Display', serif;
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 1.15;
        color: #342923;
    }

    .admin-page-header p[b-mw01ev2j96] {
        margin: 7px 0 0;
        font-family: 'DM Sans', sans-serif;
        font-size: 1rem;
        color: #85756c;
    }


/* =========================
   SWITCH
   ========================= */

.switch-row[b-mw01ev2j96] {
    display: flex;
    align-items: center;
    gap: 11px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: #57483f;
    cursor: pointer;
    user-select: none;
}

    .switch-row input[b-mw01ev2j96] {
        position: absolute;
        opacity: 0;
        pointer-events: none;
    }

.custom-switch[b-mw01ev2j96] {
    position: relative;
    width: 46px;
    height: 25px;
    flex-shrink: 0;
    border-radius: 30px;
    background: #d8c8bd;
    transition: background 0.2s ease;
}

    .custom-switch[b-mw01ev2j96]::after {
        content: "";
        position: absolute;
        top: 3px;
        left: 3px;
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background: white;
        box-shadow: 0 2px 5px rgba(60, 40, 30, 0.18);
        transition: transform 0.2s ease;
    }

.switch-row input:checked + .custom-switch[b-mw01ev2j96] {
    background: #b8552d;
}

    .switch-row input:checked + .custom-switch[b-mw01ev2j96]::after {
        transform: translateX(21px);
    }


/* =========================
   SECTIONS
   ========================= */

.admin-section[b-mw01ev2j96] {
    margin-bottom: 30px;
    padding: 32px;
    border: 1px solid #eadfd7;
    border-radius: 16px;
    background: #fffdfb;
    box-shadow: 0 6px 25px rgba(60, 40, 30, 0.05);
}

.section-title[b-mw01ev2j96] {
    margin-bottom: 25px;
}

    .section-title h2[b-mw01ev2j96] {
        margin: 0;
        font-family: 'Playfair Display', serif;
        font-size: 1.65rem;
        font-weight: 600;
        color: #342923;
    }

    .section-title p[b-mw01ev2j96] {
        margin: 5px 0 0;
        font-family: 'DM Sans', sans-serif;
        font-size: 0.9rem;
        color: #85756c;
    }


/* =========================
   FORMULAIRE
   ========================= */

.atelier-form[b-mw01ev2j96] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.field-group[b-mw01ev2j96] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

    .field-group label[b-mw01ev2j96] {
        font-family: 'DM Sans', sans-serif;
        font-size: 0.84rem;
        font-weight: 600;
        color: #68584f;
    }

    .field-group input[b-mw01ev2j96],
    .field-group textarea[b-mw01ev2j96] {
        width: 100%;
        box-sizing: border-box;
        padding: 13px 15px;
        border: 1px solid #d7c8be;
        border-radius: 11px;
        outline: none;
        background: #fffdfb;
        font-family: 'DM Sans', sans-serif;
        font-size: 0.95rem;
        line-height: 1.5;
        color: #342923;
        resize: vertical;
        transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
    }

        .field-group input:hover[b-mw01ev2j96],
        .field-group textarea:hover[b-mw01ev2j96] {
            border-color: #bd8d72;
        }

        .field-group input:focus[b-mw01ev2j96],
        .field-group textarea:focus[b-mw01ev2j96] {
            border-color: #b8552d;
            box-shadow: 0 0 0 2px rgba(184, 85, 45, 0.08);
            background: white;
        }

        .field-group input[b-mw01ev2j96]::placeholder,
        .field-group textarea[b-mw01ev2j96]::placeholder {
            color: #ad9e95;
        }


/* =========================
   DEMARCHES
   ========================= */

.demarches-grid[b-mw01ev2j96] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    align-items: stretch;
}

.demarche-card[b-mw01ev2j96] {
    position: relative;
    min-width: 0;
    padding: 46px 20px 22px;
    border: 2px solid #c96b38;
    border-radius: 17px;
    background: #fffaf5;
    box-shadow: 0 7px 20px rgba(65, 45, 32, 0.05);
}

    .demarche-card:nth-child(4n + 2)[b-mw01ev2j96] {
        border-color: #999164;
    }

    .demarche-card:nth-child(4n + 3)[b-mw01ev2j96] {
        border-color: #d7a046;
    }

    .demarche-card:nth-child(4n + 4)[b-mw01ev2j96] {
        border-color: #b87955;
    }


/* numéro */

.demarche-number[b-mw01ev2j96] {
    position: absolute;
    top: -18px;
    left: 20px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #c96b38;
    font-family: 'Playfair Display', serif;
    font-size: 1.15rem;
    font-weight: 600;
    color: white;
    box-shadow: 0 0 0 5px #fffdfb;
}

.demarche-card:nth-child(4n + 2) .demarche-number[b-mw01ev2j96] {
    background: #999164;
}

.demarche-card:nth-child(4n + 3) .demarche-number[b-mw01ev2j96] {
    background: #d7a046;
}

.demarche-card:nth-child(4n + 4) .demarche-number[b-mw01ev2j96] {
    background: #b87955;
}


/* suppression */

.delete-circle[b-mw01ev2j96] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d93636;
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 3px 9px rgba(130, 25, 20, 0.20);
    transition: transform 0.18s ease, background 0.18s ease;
}

    .delete-circle:hover[b-mw01ev2j96] {
        background: #bd2929;
        transform: scale(1.06);
    }


/* champs dans les cartes */

.demarche-card .field-group[b-mw01ev2j96] {
    margin-bottom: 16px;
}

    .demarche-card .field-group:last-child[b-mw01ev2j96] {
        margin-bottom: 0;
    }

.demarche-card input[b-mw01ev2j96],
.demarche-card textarea[b-mw01ev2j96] {
    background: rgba(255, 253, 250, 0.88);
}


/* =========================
   AJOUT DEMARCHE
   ========================= */

.add-demarche-card[b-mw01ev2j96] {
    min-height: 320px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border: 2px dashed #cfbbae;
    border-radius: 17px;
    background: #fbf6f1;
    color: #806c60;
    text-align: center;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

    .add-demarche-card:hover[b-mw01ev2j96] {
        border-color: #b8552d;
        background: #faf0e9;
        color: #b8552d;
        transform: translateY(-2px);
    }

.add-circle[b-mw01ev2j96] {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #efe4dc;
    font-size: 1.8rem;
    font-weight: 400;
    color: #b8552d;
}

.add-demarche-card strong[b-mw01ev2j96] {
    margin-top: 5px;
    font-size: 0.95rem;
}

.add-demarche-card > span:last-child[b-mw01ev2j96] {
    max-width: 180px;
    font-size: 0.77rem;
    line-height: 1.4;
    color: #9a877b;
}


/* =========================
   IMAGES
   ========================= */

.images-grid[b-mw01ev2j96] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.image-card[b-mw01ev2j96] {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border: 1px solid #eadfd7;
    border-radius: 13px;
    background: #f3ebe5;
    box-shadow: 0 4px 12px rgba(60, 40, 30, 0.06);
}

    .image-card img[b-mw01ev2j96] {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
    }

.image-delete[b-mw01ev2j96] {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 33px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d93636;
    color: white;
    font-size: 1.35rem;
    cursor: pointer;
    box-shadow: 0 3px 9px rgba(120, 20, 20, 0.20);
    transition: background 0.18s ease, transform 0.18s ease;
}

    .image-delete:hover[b-mw01ev2j96] {
        background: #bd2929;
        transform: scale(1.06);
    }


/* =========================
   AJOUT IMAGE
   ========================= */

.add-image-card[b-mw01ev2j96] {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 2px dashed #d7c8be;
    border-radius: 13px;
    background: #fcf8f5;
    color: #806c60;
    text-align: center;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

    .add-image-card:hover[b-mw01ev2j96] {
        border-color: #b8552d;
        background: #faf0e9;
        color: #b8552d;
    }

    .add-image-card strong[b-mw01ev2j96] {
        font-size: 0.9rem;
    }

    .add-image-card small[b-mw01ev2j96] {
        max-width: 160px;
        font-size: 0.7rem;
        line-height: 1.35;
        color: #9a877b;
    }


    /* le InputFile ne doit pas apparaître */

    .add-image-card[b-mw01ev2j96]  input[type="file"] {
        display: none !important;
    }


/* =========================
   MESSAGES
   ========================= */

.message[b-mw01ev2j96] {
    margin: 20px 0;
    padding: 14px 17px;
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
}

.error-message[b-mw01ev2j96] {
    border: 1px solid #e5aaaa;
    background: #fff0f0;
    color: #a92f2f;
}

.success-message[b-mw01ev2j96] {
    border: 1px solid #bcd6c0;
    background: #eef8ef;
    color: #397247;
}


/* =========================
   SAVE
   ========================= */

.admin-save-bar[b-mw01ev2j96] {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    padding-top: 28px;
    border-top: 1px solid #eadfd7;
}

.save-button[b-mw01ev2j96] {
    min-height: 46px;
    padding: 0 25px;
    border: 0;
    border-radius: 10px;
    background: #b8552d;
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    cursor: pointer;
    box-shadow: 0 5px 14px rgba(184, 85, 45, 0.18);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

    .save-button:hover:not(:disabled)[b-mw01ev2j96] {
        background: #9e4626;
        box-shadow: 0 7px 18px rgba(184, 85, 45, 0.25);
        transform: translateY(-1px);
    }

    .save-button:disabled[b-mw01ev2j96] {
        opacity: 0.6;
        cursor: not-allowed;
    }


/* =========================
   MODALE CONFIRMATION
   ========================= */

.confirm-overlay[b-mw01ev2j96] {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(55, 43, 35, 0.35);
    backdrop-filter: blur(4px);
}

.confirm-modal[b-mw01ev2j96] {
    width: min(440px, 100%);
    padding: 36px;
    border: 1px solid #dfd0c6;
    border-radius: 18px;
    background: #fffdfb;
    text-align: center;
    box-shadow: 0 22px 60px rgba(50, 35, 27, 0.22);
}

.confirm-icon[b-mw01ev2j96] {
    width: 62px;
    height: 62px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #c65f27;
    border-radius: 50%;
    font-family: 'DM Sans', sans-serif;
    font-size: 2rem;
    color: #c65f27;
}

.confirm-modal h3[b-mw01ev2j96] {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.2rem;
    line-height: 1.4;
    color: #342923;
}

.confirm-modal p[b-mw01ev2j96] {
    margin: 12px 0 28px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: #85756c;
}

.confirm-actions[b-mw01ev2j96] {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 12px;
}

.cancel-button[b-mw01ev2j96],
.confirm-delete-button[b-mw01ev2j96] {
    min-height: 45px;
    border-radius: 10px;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.cancel-button[b-mw01ev2j96] {
    border: 1px solid #d7c8be;
    background: white;
    color: #57483f;
}

    .cancel-button:hover[b-mw01ev2j96] {
        background: #f7f1ec;
    }

.confirm-delete-button[b-mw01ev2j96] {
    border: 0;
    background: #d93636;
    color: white;
}

    .confirm-delete-button:hover[b-mw01ev2j96] {
        background: #bd2929;
    }


/* =========================
   LOADER
   ========================= */

.admin-loading[b-mw01ev2j96] {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'DM Sans', sans-serif;
    color: #85756c;
}


/* =========================
   TABLETTE
   ========================= */

@media (max-width: 1100px) {

    .demarches-grid[b-mw01ev2j96] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .images-grid[b-mw01ev2j96] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 700px) {

    .atelier-admin-page[b-mw01ev2j96] {
        padding: 20px;
    }

    .admin-page-header[b-mw01ev2j96] {
        align-items: flex-start;
        flex-direction: column;
    }

        .admin-page-header h1[b-mw01ev2j96] {
            font-size: 2rem;
        }

    .admin-section[b-mw01ev2j96] {
        padding: 22px;
    }

    .demarches-grid[b-mw01ev2j96] {
        grid-template-columns: 1fr;
    }

    .images-grid[b-mw01ev2j96] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .add-demarche-card[b-mw01ev2j96] {
        min-height: 180px;
    }

    .admin-save-bar[b-mw01ev2j96] {
        display: block;
    }

    .save-button[b-mw01ev2j96] {
        width: 100%;
    }

    .confirm-modal[b-mw01ev2j96] {
        padding: 28px 20px;
    }

    .confirm-actions[b-mw01ev2j96] {
        grid-template-columns: 1fr;
    }
}


/* =========================
   PETIT MOBILE
   ========================= */

@media (max-width: 430px) {

    .images-grid[b-mw01ev2j96] {
        grid-template-columns: 1fr;
    }
}
/* _content/AtelierCeramique.Web/Components/Pages/Admin/cours/GestionCours.razor.rz.scp.css */
.admin-course-page[b-6rrvaiklpv] {
    max-width: 1450px;
    margin: 0 auto;
    padding: 38px;
}


/* =========================
   HEADER
   ========================= */

.course-header[b-6rrvaiklpv] {
    margin-bottom: 28px;
}

[b-6rrvaiklpv] .page-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    color: #342923 !important;
}

[b-6rrvaiklpv] .page-subtitle {
    margin-top: 6px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    color: #85756c !important;
}


/* =========================
   PRESENTATION
   ========================= */

.general-card[b-6rrvaiklpv] {
    padding: 30px !important;
    border-radius: 16px !important;
    border: 1px solid #eadfd7;
    background: #fffdfb !important;
    box-shadow: 0 6px 25px rgba(60, 40, 30, 0.05) !important;
}

[b-6rrvaiklpv] .section-title,
[b-6rrvaiklpv] .offers-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.65rem !important;
    font-weight: 600 !important;
    color: #342923 !important;
}

[b-6rrvaiklpv] .section-subtitle,
[b-6rrvaiklpv] .offers-subtitle {
    margin-top: 5px !important;
    margin-bottom: 22px !important;
    font-family: 'DM Sans', sans-serif !important;
    color: #85756c !important;
}


/* =========================
   CHAMPS
   ========================= */

.form-field[b-6rrvaiklpv],
.offer-field[b-6rrvaiklpv] {
    margin-bottom: 16px !important;
}

[b-6rrvaiklpv] .form-field .mud-input-outlined-border,
[b-6rrvaiklpv] .offer-field .mud-input-outlined-border {
    border-color: #d7c8be !important;
    border-radius: 10px !important;
}

[b-6rrvaiklpv] .form-field:hover .mud-input-outlined-border,
[b-6rrvaiklpv] .offer-field:hover .mud-input-outlined-border {
    border-color: #bd8d72 !important;
}

[b-6rrvaiklpv] .form-field .mud-input,
[b-6rrvaiklpv] .form-field .mud-input-label,
[b-6rrvaiklpv] .offer-field .mud-input,
[b-6rrvaiklpv] .offer-field .mud-input-label {
    font-family: 'DM Sans', sans-serif !important;
}


/* =========================
   SWITCH
   ========================= */

.publish-container[b-6rrvaiklpv],
.offer-switch[b-6rrvaiklpv] {
    font-family: 'DM Sans', sans-serif;
}


/* =========================
   SECTION OFFRES
   ========================= */

.offers-section[b-6rrvaiklpv] {
    margin-top: 42px;
}

.offers-header[b-6rrvaiklpv] {
    margin-bottom: 20px;
}


/* =========================
   GRILLE
   ========================= */

.offers-grid[b-6rrvaiklpv] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}


/* =========================
   CARTE OFFRE
   ========================= */

.offer-card[b-6rrvaiklpv] {
    position: relative;
    min-width: 0;
    padding: 32px 22px 24px;
    border: 2px solid #c86a32;
    border-radius: 18px;
    background: #fffaf4;
    box-shadow: 0 7px 22px rgba(70, 45, 30, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .offer-card:hover[b-6rrvaiklpv] {
        transform: translateY(-2px);
        box-shadow: 0 11px 28px rgba(70, 45, 30, 0.09);
    }


    /*
 * On alterne légèrement les couleurs
 * pour retrouver l'esprit de la maquette publique.
 */

    .offer-card:nth-child(3n + 2)[b-6rrvaiklpv] {
        border-color: #999164;
    }

    .offer-card:nth-child(3n + 3)[b-6rrvaiklpv] {
        border-color: #dda442;
    }


/* =========================
   TITRE CARTE
   ========================= */

[b-6rrvaiklpv] .offer-title-field input {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.15rem !important;
    font-weight: 600 !important;
    color: #3e332c !important;
}


/* =========================
   PETITS CHAMPS
   ========================= */

.offer-small-fields[b-6rrvaiklpv] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}


/* =========================
   CORBEILLE
   ========================= */

.delete-offer-button[b-6rrvaiklpv] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 3;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #db3434;
    color: white;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(180, 35, 35, 0.20);
    transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

    .delete-offer-button:hover[b-6rrvaiklpv] {
        background: #c62828;
        transform: scale(1.08);
        box-shadow: 0 6px 15px rgba(180, 35, 35, 0.28);
    }

    .delete-offer-button:active[b-6rrvaiklpv] {
        transform: scale(0.96);
    }

    .delete-offer-button[b-6rrvaiklpv]  .mud-icon-root {
        font-size: 23px !important;
        color: white !important;
    }
.delete-confirm-overlay[b-6rrvaiklpv] {
    position: fixed;
    inset: 0;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(55, 43, 35, 0.35);
    backdrop-filter: blur(4px);
}

.delete-confirm-modal[b-6rrvaiklpv] {
    width: min(440px, 100%);
    padding: 36px;
    border-radius: 18px;
    border: 1px solid #dfd0c6;
    background: #fffdfb;
    text-align: center;
    box-shadow: 0 22px 60px rgba(50, 35, 27, 0.22);
}

.delete-confirm-icon[b-6rrvaiklpv] {
    width: 62px;
    height: 62px;
    margin: 0 auto 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #c65f27;
    border-radius: 50%;
    font-family: 'DM Sans', sans-serif;
    font-size: 2rem;
    font-weight: 500;
    color: #c65f27;
}

.delete-confirm-modal h2[b-6rrvaiklpv] {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.4;
    color: #342923;
}

.delete-confirm-modal p[b-6rrvaiklpv] {
    margin: 12px 0 28px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    color: #85756c;
}

.delete-confirm-actions[b-6rrvaiklpv] {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 12px;
}

[b-6rrvaiklpv] .cancel-delete-button {
    min-height: 46px;
    border-color: #d7c8be !important;
    border-radius: 10px !important;
    color: #57483f !important;
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
}

[b-6rrvaiklpv] .confirm-delete-button {
    min-height: 46px;
    border-radius: 10px !important;
    background: #d93636 !important;
    color: white !important;
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
}

    [b-6rrvaiklpv] .confirm-delete-button:hover {
        background: #bd2929 !important;
    }

@media (max-width: 500px) {

    .delete-confirm-modal[b-6rrvaiklpv] {
        padding: 28px 20px;
    }

    .delete-confirm-actions[b-6rrvaiklpv] {
        grid-template-columns: 1fr;
    }
}

/* =========================
   AJOUTER UNE OFFRE
   ========================= */

.add-offer-card[b-6rrvaiklpv] {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 13px;
    border: 2px dashed #cfbbae;
    border-radius: 18px;
    background: #fbf6f1;
    color: #8a7467;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

    .add-offer-card:hover[b-6rrvaiklpv] {
        background: #faf0e9;
        border-color: #b8552d;
        color: #b8552d;
        transform: translateY(-2px);
    }

[b-6rrvaiklpv] .add-offer-icon {
    font-size: 42px !important;
}


/* =========================
   ERREUR
   ========================= */

.error-message[b-6rrvaiklpv] {
    margin-top: 30px;
}


/* =========================
   SAUVEGARDE
   ========================= */

.save-container[b-6rrvaiklpv] {
    display: flex;
    justify-content: flex-end;
    margin-top: 35px;
    padding-top: 28px;
    border-top: 1px solid #eadfd7;
}

[b-6rrvaiklpv] .save-button {
    background: #b8552d !important;
    color: white !important;
    padding: 12px 24px !important;
    border-radius: 10px !important;
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    box-shadow: 0 5px 14px rgba(184, 85, 45, 0.18) !important;
}

    [b-6rrvaiklpv] .save-button:hover {
        background: #9e4626 !important;
        box-shadow: 0 7px 18px rgba(184, 85, 45, 0.25) !important;
    }


/* =========================
   LOADER
   ========================= */

.page-loading[b-6rrvaiklpv] {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-overlay[b-6rrvaiklpv] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 244, 239, 0.72);
    backdrop-filter: blur(3px);
}

.loading-overlay-card[b-6rrvaiklpv] {
    min-width: 280px;
    padding: 10px 35px;
    border-radius: 18px;
    background: #fffdfb;
    border: 1px solid #eadfd7;
    box-shadow: 0 15px 45px rgba(60, 40, 30, 0.14);
}


/* =========================
   RESPONSIVE TABLETTE
   ========================= */

@media (max-width: 1100px) {

    .offers-grid[b-6rrvaiklpv] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* =========================
   RESPONSIVE MOBILE
   ========================= */

@media (max-width: 700px) {

    .admin-course-page[b-6rrvaiklpv] {
        padding: 20px;
    }

    .general-card[b-6rrvaiklpv] {
        padding: 22px !important;
    }

    .offers-grid[b-6rrvaiklpv] {
        grid-template-columns: 1fr;
    }

    .offer-card[b-6rrvaiklpv] {
        padding: 32px 18px 22px;
    }

    .offer-small-fields[b-6rrvaiklpv] {
        grid-template-columns: 1fr;
    }

    .add-offer-card[b-6rrvaiklpv] {
        min-height: 180px;
    }

    .save-container[b-6rrvaiklpv] {
        flex-direction: column;
    }

    [b-6rrvaiklpv] .save-button {
        width: 100%;
    }
}
[b-6rrvaiklpv] .publish-switch .mud-switch-track {
    opacity: 1 !important;
    background-color: #d8c8bd !important;
}

[b-6rrvaiklpv] .publish-switch.mud-checked .mud-switch-track {
    background-color: #c56a43 !important;
}

[b-6rrvaiklpv] .publish-switch .mud-switch-button {
    color: #ffffff !important;
}

[b-6rrvaiklpv] .publish-switch.mud-checked .mud-switch-button {
    color: #b8552d !important;
}

[b-6rrvaiklpv] .publish-switch .mud-switch-label {
    font-family: 'DM Sans', sans-serif !important;
    color: #342923 !important;
}

.course-image-card[b-6rrvaiklpv] {
    margin-top: 28px;
    padding: 30px !important;
    border-radius: 16px !important;
    border: 1px solid #eadfd7;
    background: #fffdfb !important;
    box-shadow: 0 6px 25px rgba(60, 40, 30, 0.05) !important;
}

.course-image-preview[b-6rrvaiklpv] {
    position: relative;
    width: min(100%, 620px);
    aspect-ratio: 16 / 8;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 14px;
    background: #f5eee9;
}

    .course-image-preview img[b-6rrvaiklpv] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.remove-course-image[b-6rrvaiklpv] {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #d93636;
    color: white;
    cursor: pointer;
}

    .remove-course-image:hover[b-6rrvaiklpv] {
        background: #bd2929;
    }

    .remove-course-image[b-6rrvaiklpv]  .mud-icon-root {
        color: white !important;
    }

.course-image-upload[b-6rrvaiklpv] {
    position: relative;
    min-height: 105px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 20px 24px;
    border: 2px dashed #d7c8be;
    border-radius: 14px;
    background: #fcf8f5;
    cursor: pointer;
}

    .course-image-upload:hover[b-6rrvaiklpv] {
        border-color: #b8552d;
        background: #faf1eb;
    }

.upload-title[b-6rrvaiklpv] {
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    color: #342923;
}

.upload-help[b-6rrvaiklpv] {
    margin-top: 3px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    color: #927e72;
}

[b-6rrvaiklpv] .course-image-upload input[type="file"] {
    display: none !important;
}
/* _content/AtelierCeramique.Web/Components/Pages/Admin/GiteAdmin.razor.rz.scp.css */
.admin-gite-page[b-pryxnouwqi] {
    max-width: 1050px;
    margin: 0 auto;
    padding: 38px;
}


/* =========================
   HEADER
   ========================= */

.gite-header[b-pryxnouwqi] {
    margin-bottom: 28px;
}

[b-pryxnouwqi] .page-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    color: #342923 !important;
}

[b-pryxnouwqi] .page-subtitle {
    margin-top: 6px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    color: #85756c !important;
}


/* =========================
   FORM CARD
   ========================= */

.form-card[b-pryxnouwqi] {
    padding: 34px !important;
    border-radius: 16px !important;
    border: 1px solid #eadfd7;
    background: #fffdfb !important;
    box-shadow: 0 6px 25px rgba(60, 40, 30, 0.05) !important;
}


/* =========================
   CHAMPS
   ========================= */

.form-field[b-pryxnouwqi] {
    width: 100%;
    margin-bottom: 18px !important;
}

[b-pryxnouwqi] .form-field .mud-input-control {
    width: 100% !important;
}

[b-pryxnouwqi] .form-field .mud-input-outlined-border,
[b-pryxnouwqi] .number-grid .mud-input-outlined-border {
    border-color: #d7c8be !important;
    border-radius: 11px !important;
}

[b-pryxnouwqi] .form-field:hover .mud-input-outlined-border,
[b-pryxnouwqi] .number-grid .mud-input-control:hover .mud-input-outlined-border {
    border-color: #bd8d72 !important;
}

[b-pryxnouwqi] .form-field .mud-input:focus-within .mud-input-outlined-border,
[b-pryxnouwqi] .number-grid .mud-input:focus-within .mud-input-outlined-border {
    border-color: #b8552d !important;
    border-width: 1.5px !important;
}

[b-pryxnouwqi] .form-field .mud-input,
[b-pryxnouwqi] .form-field .mud-input-label,
[b-pryxnouwqi] .number-grid .mud-input,
[b-pryxnouwqi] .number-grid .mud-input-label {
    font-family: 'DM Sans', sans-serif !important;
}


/* =========================
   GRILLE CHIFFRES
   ========================= */

.number-grid[b-pryxnouwqi] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}

    .number-grid > *[b-pryxnouwqi] {
        min-width: 0;
        width: 100%;
    }


/* =========================
   SECTION PHOTOS
   ========================= */

.images-section[b-pryxnouwqi] {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid #eadfd7;
}

[b-pryxnouwqi] .section-title {
    margin-bottom: 8px !important;
    font-family: 'Playfair Display', serif !important;
    font-size: 1.55rem !important;
    font-weight: 600 !important;
    color: #342923 !important;
}

.images-section[b-pryxnouwqi]::after {
    content: "Ajoutez plusieurs photos du gîte. La première sera utilisée comme image principale.";
    display: block;
    margin-bottom: 18px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.86rem;
    color: #85756c;
}


/* =========================
   GRILLE IMAGES
   ========================= */

.images-grid[b-pryxnouwqi] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 15px;
}


/* =========================
   PHOTO
   ========================= */

.image-card[b-pryxnouwqi] {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #eadfd7;
    background: #f3ebe5;
    box-shadow: 0 4px 12px rgba(60, 40, 30, 0.06);
}

    .image-card img[b-pryxnouwqi] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* =========================
   SUPPRESSION IMAGE
   ========================= */

.delete-image[b-pryxnouwqi] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #d93636;
    color: white;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(110, 25, 20, 0.20);
    transition: transform 0.18s ease, background 0.18s ease;
}

    .delete-image:hover[b-pryxnouwqi] {
        background: #bd2929;
        transform: scale(1.06);
    }


/* =========================
   AJOUT IMAGE
   ========================= */

.add-image[b-pryxnouwqi] {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 2px dashed #d7c8be;
    border-radius: 12px;
    background: #fcf8f5;
    color: #806c60;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

    .add-image:hover[b-pryxnouwqi] {
        border-color: #b8552d;
        background: #faf0e9;
        color: #b8552d;
        transform: translateY(-1px);
    }

[b-pryxnouwqi] .add-image .mud-icon-root {
    font-size: 36px !important;
}


/* Input fichier totalement invisible */

[b-pryxnouwqi] .hidden-input {
    display: none !important;
}


/* =========================
   BOUTON SAVE
   ========================= */

.save-container[b-pryxnouwqi] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid #eadfd7;
}

[b-pryxnouwqi] .save-button {
    background-color: #b8552d !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 11px 22px !important;
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    box-shadow: 0 5px 14px rgba(184, 85, 45, 0.18) !important;
}

    [b-pryxnouwqi] .save-button:hover {
        background-color: #9e4626 !important;
        box-shadow: 0 7px 18px rgba(184, 85, 45, 0.25) !important;
    }


/* =========================
   LOADER OVERLAY
   ========================= */

.loading-overlay[b-pryxnouwqi] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 244, 239, 0.72);
    backdrop-filter: blur(3px);
}

.loading-overlay-card[b-pryxnouwqi] {
    min-width: 280px;
    padding: 10px 35px;
    border-radius: 18px;
    background: #fffdfb;
    border: 1px solid #eadfd7;
    box-shadow: 0 15px 45px rgba(60, 40, 30, 0.14);
}


/* =========================
   TABLETTE
   ========================= */

@media (max-width: 900px) {

    .admin-gite-page[b-pryxnouwqi] {
        padding: 25px;
    }

    .form-card[b-pryxnouwqi] {
        padding: 26px !important;
    }

    .number-grid[b-pryxnouwqi] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .images-grid[b-pryxnouwqi] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 600px) {

    .admin-gite-page[b-pryxnouwqi] {
        padding: 18px;
    }

    [b-pryxnouwqi] .page-title {
        font-size: 2rem !important;
    }

    .form-card[b-pryxnouwqi] {
        padding: 20px !important;
    }

    .number-grid[b-pryxnouwqi] {
        grid-template-columns: 1fr;
    }

    .images-grid[b-pryxnouwqi] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .save-container[b-pryxnouwqi] {
        display: block;
    }

    [b-pryxnouwqi] .save-button {
        width: 100%;
    }
}


/* =========================
   PETIT MOBILE
   ========================= */

@media (max-width: 420px) {

    .images-grid[b-pryxnouwqi] {
        grid-template-columns: 1fr;
    }
}
/* _content/AtelierCeramique.Web/Components/Pages/Admin/Login.razor.rz.scp.css */
.login-page[b-8n7k9eds54] {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 40px;
    background: radial-gradient( circle at 50% 30%, rgba(255, 255, 255, 0.95) 0%, rgba(250, 246, 241, 0.92) 38%, rgba(239, 231, 222, 0.95) 100% );
}


/* =========================
   CARD
   ========================= */

.login-card[b-8n7k9eds54] {
    position: relative;
    z-index: 5;
    width: 100%;
    max-width: 520px;
    padding: 48px !important;
    border-radius: 20px !important;
    background: rgba(255, 253, 250, 0.98) !important;
    border: 1px solid #d9c7bc;
    box-shadow: 0 20px 55px rgba(63, 44, 34, 0.13), 0 4px 12px rgba(63, 44, 34, 0.06) !important;
    backdrop-filter: blur(4px);
}

/* =========================
   ENTÊTE
   ========================= */

.login-header[b-8n7k9eds54] {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 38px;
}

.pottery-icon[b-8n7k9eds54] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    border-radius: 14px;
    color: #b8552d;
    background: #f8eee8;
}

    .pottery-icon[b-8n7k9eds54]  .mud-icon-root {
        font-size: 31px !important;
    }

[b-8n7k9eds54] .login-title {
    text-align: left;
    font-family: 'Playfair Display', serif !important;
    font-size: 2.75rem !important;
    font-weight: 600 !important;
    line-height: 1 !important;
    color: #302722 !important;
    margin: 0 !important;
}

[b-8n7k9eds54] .login-subtitle {
    text-align: left;
    margin-top: 9px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.73rem !important;
    font-weight: 600 !important;
    letter-spacing: 3px !important;
    color: #b8552d !important;
}

/* =========================
   SÉPARATEUR
   ========================= */

.title-separator[b-8n7k9eds54] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    margin: 25px 0 32px 0;
}

    .title-separator span[b-8n7k9eds54] {
        width: 48px;
        height: 1px;
        background: #dfcfc5;
    }

    .title-separator div[b-8n7k9eds54] {
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #b8552d;
    }


/* =========================
   CHAMPS
   ========================= */

.login-field[b-8n7k9eds54] {
    margin-bottom: 24px !important;
}

[b-8n7k9eds54] .login-field .mud-input-control {
    margin-top: 0 !important;
}

[b-8n7k9eds54] .login-field .mud-input {
    min-height: 68px;
    display: flex;
    align-items: center;
    padding-left: 6px;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    background-color: rgba(255, 255, 255, 0.45);
}


[b-8n7k9eds54] .login-field .mud-input-outlined-border {
    border-radius: 13px !important;
    border-color: #d7c8be !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}


[b-8n7k9eds54] .login-field:hover .mud-input-outlined-border {
    border-color: #bd8d72 !important;
}


[b-8n7k9eds54] .login-field .mud-input:focus-within .mud-input-outlined-border {
    border-color: #b8552d !important;
    border-width: 1.5px !important;
    box-shadow: 0 0 0 3px rgba(184, 85, 45, 0.08);
}


[b-8n7k9eds54] .login-field .mud-input-adornment {
    color: #ad5734 !important;
}


[b-8n7k9eds54] .login-field input {
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    padding-top: 19px !important;
    padding-bottom: 19px !important;
}


    [b-8n7k9eds54] .login-field input::placeholder {
        color: #746b66;
        opacity: 1;
    }


/* =========================
   ERREUR
   ========================= */

.login-error[b-8n7k9eds54] {
    margin-bottom: 18px !important;
    border-radius: 10px !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* =========================
   BOUTON
   ========================= */

[b-8n7k9eds54] .login-button {
    margin-top: 10px !important;
    height: 60px;
    border-radius: 12px !important;
    background: #b8552d !important;
    color: #ffffff !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-transform: none !important;
    letter-spacing: 0.2px !important;
    box-shadow: 0 7px 18px rgba(184, 85, 45, 0.23) !important;
    transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease !important;
}

    [b-8n7k9eds54] .login-button:hover {
        background: #9e4626 !important;
        transform: translateY(-1px);
        box-shadow: 0 10px 24px rgba(184, 85, 45, 0.29) !important;
    }

    [b-8n7k9eds54] .login-button .mud-button-label {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

[b-8n7k9eds54] .button-arrow {
    font-size: 20px !important;
}

/* =========================
   DÉCOR GAUCHE
   ========================= */

.plant-shadow[b-8n7k9eds54] {
    position: absolute;
    left: 2%;
    top: 20%;
    width: 310px;
    height: 500px;
    opacity: 0.08;
    filter: blur(7px);
    transform: rotate(-10deg);
    background: radial-gradient( ellipse at 35% 30%, #514239 0 7%, transparent 8% ), radial-gradient( ellipse at 60% 42%, #514239 0 9%, transparent 10% ), radial-gradient( ellipse at 38% 55%, #514239 0 10%, transparent 11% ), radial-gradient( ellipse at 68% 65%, #514239 0 8%, transparent 9% );
    pointer-events: none;
}


/* =========================
   VASE DÉCORATIF
   ========================= */

.ceramic-vase[b-8n7k9eds54] {
    position: absolute;
    right: -65px;
    bottom: 70px;
    width: 260px;
    height: 390px;
    border-radius: 44% 44% 32% 32% / 20% 20% 12% 12%;
    opacity: 0.42;
    background: linear-gradient( 90deg, #c6ae97, #e1d2c1 38%, #c7b09b 70%, #a9917c );
    box-shadow: inset 18px 0 28px rgba(255, 255, 255, 0.25), inset -20px 0 30px rgba(80, 57, 42, 0.12);
    pointer-events: none;
}

    .ceramic-vase[b-8n7k9eds54]::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -22px;
        transform: translateX(-50%);
        width: 115px;
        height: 50px;
        border-radius: 50%;
        background: #aa927e;
        box-shadow: inset 0 8px 10px rgba(62, 42, 31, 0.18);
    }


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 768px) {

    .login-page[b-8n7k9eds54] {
        padding: 20px;
        min-height: 100vh;
    }

    .login-card[b-8n7k9eds54] {
        max-width: 440px;
        padding: 32px 25px !important;
    }

    [b-8n7k9eds54] .login-title {
        font-size: 2.15rem !important;
    }

    [b-8n7k9eds54] .login-subtitle {
        font-size: 0.65rem !important;
        letter-spacing: 2px !important;
    }

    .login-header[b-8n7k9eds54] {
        gap: 12px;
        margin-bottom: 30px;
    }

    .pottery-icon[b-8n7k9eds54] {
        width: 64px;
        height: 64px;
        min-width: 64px;
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 14px;
        background: #f8eee8;
    }

    .login-logo[b-8n7k9eds54] {
        display: block;
        width: 48px !important;
        height: 48px !important;
        max-width: 48px !important;
        max-height: 48px !important;
        object-fit: contain;
    }

    .ceramic-vase[b-8n7k9eds54] {
        display: none;
    }

    .plant-shadow[b-8n7k9eds54] {
        opacity: 0.04;
    }
}
/* _content/AtelierCeramique.Web/Components/Pages/Admin/ModifierActualite.razor.rz.scp.css */
.admin-form-page[b-ds9jh024ng] {
    max-width: 900px;
    margin: 0 auto;
    padding: 38px;
}


/* =========================
   HEADER
   ========================= */

.form-header[b-ds9jh024ng] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-bottom: 28px;
}

[b-ds9jh024ng] .form-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    color: #342923 !important;
}

[b-ds9jh024ng] .form-subtitle {
    margin-top: 6px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    color: #85756c !important;
}


/* Bouton retour */

[b-ds9jh024ng] .form-header .mud-button-root {
    color: #806c60 !important;
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 500 !important;
    border-radius: 9px !important;
}

    [b-ds9jh024ng] .form-header .mud-button-root:hover {
        background: #f5ede8 !important;
    }


/* =========================
   CARD
   ========================= */

.form-card[b-ds9jh024ng] {
    padding: 35px !important;
    border-radius: 16px !important;
    background: #fffdfb !important;
    border: 1px solid #eadfd7;
    box-shadow: 0 6px 25px rgba(60, 40, 30, 0.05) !important;
}


/* =========================
   CHAMPS
   ========================= */

.form-field[b-ds9jh024ng] {
    margin-bottom: 20px !important;
}

[b-ds9jh024ng] .form-field .mud-input-outlined-border {
    border-color: #d7c8be !important;
    border-radius: 11px !important;
}

[b-ds9jh024ng] .form-field:hover .mud-input-outlined-border {
    border-color: #bd8d72 !important;
}

[b-ds9jh024ng] .form-field .mud-input:focus-within .mud-input-outlined-border {
    border-color: #b8552d !important;
    border-width: 1.5px !important;
}

[b-ds9jh024ng] .form-field .mud-input,
[b-ds9jh024ng] .form-field .mud-input-label {
    font-family: 'DM Sans', sans-serif !important;
}


/* Date picker */

[b-ds9jh024ng] .mud-picker-input-button {
    color: #b8552d !important;
}


/* Switch */

[b-ds9jh024ng] .mud-switch {
    font-family: 'DM Sans', sans-serif !important;
}


/* =========================
   ACTIONS
   ========================= */

.form-actions[b-ds9jh024ng] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
}

[b-ds9jh024ng] .form-actions .mud-button-root {
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
}


/* Annuler */

[b-ds9jh024ng] .form-actions .mud-button-text {
    color: #806c60 !important;
    border-radius: 9px !important;
}

    [b-ds9jh024ng] .form-actions .mud-button-text:hover {
        background: #f5ede8 !important;
    }


/* Enregistrer */

[b-ds9jh024ng] .save-button {
    background-color: #b8552d !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 11px 22px !important;
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    box-shadow: 0 5px 14px rgba(184, 85, 45, 0.18) !important;
}

    [b-ds9jh024ng] .save-button:hover {
        background-color: #9e4626 !important;
        box-shadow: 0 7px 18px rgba(184, 85, 45, 0.25) !important;
    }


/* =========================
   LOADER
   ========================= */

.loading-overlay[b-ds9jh024ng] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 244, 239, 0.72);
    backdrop-filter: blur(3px);
}

.loading-overlay-card[b-ds9jh024ng] {
    min-width: 280px;
    padding: 10px 35px;
    border-radius: 18px;
    background: #fffdfb;
    border: 1px solid #eadfd7;
    box-shadow: 0 15px 45px rgba(60, 40, 30, 0.14);
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 768px) {

    .admin-form-page[b-ds9jh024ng] {
        padding: 20px;
    }

    .form-header[b-ds9jh024ng] {
        align-items: flex-start;
        flex-direction: column;
    }

    .form-card[b-ds9jh024ng] {
        padding: 24px !important;
    }

    .form-actions[b-ds9jh024ng] {
        flex-direction: column-reverse;
    }

        .form-actions[b-ds9jh024ng]  .mud-button-root {
            width: 100%;
        }
}


[b-ds9jh024ng] .publish-switch .mud-switch-track {
    background-color: #d9c9bf !important;
}

[b-ds9jh024ng] .publish-switch.mud-checked .mud-switch-track {
    background-color: #c56a43 !important;
}

[b-ds9jh024ng] .publish-switch .mud-switch-button {
    color: #ffffff !important;
}

[b-ds9jh024ng] .publish-switch.mud-checked .mud-switch-button {
    color: #b8552d !important;
}

[b-ds9jh024ng] .publish-switch .mud-switch-label {
    font-family: 'DM Sans', sans-serif !important;
    color: #342923 !important;
}

.publish-container[b-ds9jh024ng] {
    padding: 4px 0 8px 8px;
    font-family: 'DM Sans', sans-serif;
}

[b-ds9jh024ng] .publish-container .mud-switch-track {
    opacity: 1 !important;
    background-color: #d8c8bd !important;
}

.images-section[b-ds9jh024ng] {
    margin-top: 28px;
}

[b-ds9jh024ng] .images-title {
    font-family: 'Playfair Display', serif !important;
    color: #342923 !important;
}

[b-ds9jh024ng] .images-subtitle {
    margin-top: 4px !important;
    margin-bottom: 16px !important;
    color: #85756c !important;
    font-family: 'DM Sans', sans-serif !important;
}

/* =========================
   IMAGES
   ========================= */

.images-section[b-ds9jh024ng] {
    margin-top: 34px;
    padding-top: 28px;
    border-top: 1px solid #eadfd7;
}

[b-ds9jh024ng] .images-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 1.55rem !important;
    font-weight: 600 !important;
    color: #342923 !important;
}

[b-ds9jh024ng] .images-subtitle {
    margin-top: 5px !important;
    margin-bottom: 18px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 0.9rem !important;
    color: #85756c !important;
}


/* ZONE D'UPLOAD */

.image-upload-zone[b-ds9jh024ng] {
    position: relative;
    min-height: 115px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 22px 26px;
    border: 2px dashed #d7c8be;
    border-radius: 14px;
    background: #fcf8f5;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

    .image-upload-zone:hover[b-ds9jh024ng] {
        border-color: #b8552d;
        background: #faf1eb;
        transform: translateY(-1px);
    }

[b-ds9jh024ng] .upload-icon {
    flex-shrink: 0;
    font-size: 38px !important;
    color: #b8552d !important;
}

.upload-texts[b-ds9jh024ng] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.upload-title[b-ds9jh024ng] {
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #342923;
}

.upload-help[b-ds9jh024ng] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem;
    color: #927e72;
}


/* Input invisible par-dessus toute la zone */

.image-input[b-ds9jh024ng] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}


/* TEXTE AU-DESSUS DES PREVIEWS */

.selected-images-header[b-ds9jh024ng] {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.82rem;
    font-weight: 600;
    color: #806c60;
}


/* GRILLE DES MINIATURES */

.image-preview-grid[b-ds9jh024ng] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}


/* UNE MINIATURE */

.image-preview-card[b-ds9jh024ng] {
    width: 145px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #eadfd7;
    background: #fffdfb;
    box-shadow: 0 4px 12px rgba(60, 40, 30, 0.06);
}

.image-preview[b-ds9jh024ng] {
    position: relative;
    width: 145px;
    height: 105px;
    overflow: hidden;
    background: #f5eee9;
}

    .image-preview img[b-ds9jh024ng] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* CROIX DE SUPPRESSION */

[b-ds9jh024ng] .remove-image-button {
    position: absolute !important;
    top: 5px;
    right: 5px;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    padding: 4px !important;
    background: rgba(255, 253, 251, 0.92) !important;
    color: #9e4626 !important;
    box-shadow: 0 2px 7px rgba(40, 25, 18, 0.15);
}

    [b-ds9jh024ng] .remove-image-button:hover {
        background: white !important;
    }


/* NOM DE FICHIER */

.image-preview-name[b-ds9jh024ng] {
    padding: 8px 9px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    color: #716159;
}

.existing-images-title[b-ds9jh024ng] {
    margin-top: 28px;
    margin-bottom: 12px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #806c60;
}

.main-image-badge[b-ds9jh024ng] {
    margin: 0 8px 8px 8px;
    display: inline-block;
    padding: 4px 8px;
    border-radius: 20px;
    background: #f8eee8;
    color: #b8552d;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
}
/* _content/AtelierCeramique.Web/Components/Pages/Admin/Realisations.razor.rz.scp.css */
.admin-page[b-1kixf1t9qj] {
    padding: 38px;
    max-width: 1400px;
    margin: 0 auto;
}


/* =========================
   HEADER
   ========================= */

.admin-header[b-1kixf1t9qj] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    margin-bottom: 30px;
}

[b-1kixf1t9qj] .admin-title {
    font-family: 'Playfair Display', serif !important;
    font-size: 2.5rem !important;
    font-weight: 600 !important;
    line-height: 1.15 !important;
    color: #342923 !important;
}

[b-1kixf1t9qj] .admin-subtitle {
    margin-top: 6px !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    color: #85756c !important;
}


/* =========================
   BOUTON AJOUTER
   ========================= */

[b-1kixf1t9qj] .add-button {
    background-color: #b8552d !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 11px 20px !important;
    text-transform: none !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 600 !important;
    box-shadow: 0 5px 14px rgba(184, 85, 45, 0.18) !important;
}

    [b-1kixf1t9qj] .add-button:hover {
        background-color: #9e4626 !important;
        box-shadow: 0 7px 18px rgba(184, 85, 45, 0.25) !important;
    }


/* =========================
   CARD
   ========================= */

.realisations-card[b-1kixf1t9qj] {
    overflow: hidden;
    border-radius: 14px !important;
    border: 1px solid #eadfd7;
    background: #fffdfb !important;
    box-shadow: 0 6px 25px rgba(60, 40, 30, 0.04) !important;
}


/* =========================
   TABLE
   ========================= */

[b-1kixf1t9qj] .mud-table {
    font-family: 'DM Sans', sans-serif !important;
}

[b-1kixf1t9qj] .mud-table-head {
    background: #f7f1ec;
}

[b-1kixf1t9qj] .mud-table-cell {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    vertical-align: middle !important;
}

[b-1kixf1t9qj] .mud-table-row {
    border-bottom: 1px solid #d3c3b9;
}

    [b-1kixf1t9qj] .mud-table-row:last-child {
        border-bottom: none;
    }


/* =========================
   APERÇU IMAGE
   ========================= */

.realisation-thumbnail[b-1kixf1t9qj] {
    display: block;
    width: 105px;
    height: 78px;
    object-fit: cover;
    border-radius: 9px;
    border: 1px solid #e3d6cc;
    box-shadow: 0 3px 9px rgba(60, 40, 30, 0.08);
}

.thumbnail-placeholder[b-1kixf1t9qj] {
    width: 105px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    border: 1px solid #eadfd7;
    background: #f5ede8;
    color: #aa9386;
}


/* =========================
   TITRE 
   ========================= */

.realisation-title[b-1kixf1t9qj] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    color: #342923;
}




/* =========================
   STATUT
   ========================= */

.status[b-1kixf1t9qj] {
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.82rem;
    font-weight: 600;
}

.status-published[b-1kixf1t9qj] {
    background: #e8f3ea;
    color: #397247;
}

.status-draft[b-1kixf1t9qj] {
    background: #f2ece8;
    color: #806c60;
}


/* =========================
   ACTION
   ========================= */

.actions-header[b-1kixf1t9qj] {
    text-align: center !important;
}

.actions[b-1kixf1t9qj] {
    text-align: center !important;
    white-space: nowrap;
}

.actions-container[b-1kixf1t9qj] {
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-1kixf1t9qj] .delete-button {
    color: #d32f2f !important;
    border-radius: 8px !important;
}

    [b-1kixf1t9qj] .delete-button:hover {
        color: #b71c1c !important;
        background-color: #ffebee !important;
    }


/* =========================
   VIDE
   ========================= */

.empty-state[b-1kixf1t9qj] {
    padding: 70px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    text-align: center;
    color: #85756c;
}


/* =========================
   CHARGEMENT
   ========================= */

.loading[b-1kixf1t9qj] {
    min-height: 260px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================
   OVERLAY SUPPRESSION
   ========================= */

.loading-overlay[b-1kixf1t9qj] {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(248, 244, 239, 0.72);
    backdrop-filter: blur(3px);
}

.loading-overlay-card[b-1kixf1t9qj] {
    min-width: 280px;
    padding: 10px 35px;
    border-radius: 18px;
    background: #fffdfb;
    border: 1px solid #eadfd7;
    box-shadow: 0 15px 45px rgba(60, 40, 30, 0.14);
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 768px) {

    .admin-page[b-1kixf1t9qj] {
        padding: 20px;
    }

    .admin-header[b-1kixf1t9qj] {
        align-items: stretch;
        flex-direction: column;
    }

    [b-1kixf1t9qj] .add-button {
        width: 100%;
    }

    .realisation-thumbnail[b-1kixf1t9qj],
    .thumbnail-placeholder[b-1kixf1t9qj] {
        width: 90px;
        height: 68px;
    }
}
/* _content/AtelierCeramique.Web/Components/Pages/Home.razor.rz.scp.css */
.home-page[b-8hht4pjyzq] {
    width: 100%;
    height: 100vh;
    display: flex;
    overflow: hidden;
    background: #faf7f2;
}


/* =========================
   BANDE GAUCHE
   ========================= */

.home-sidebar[b-8hht4pjyzq] {
    position: relative;
    flex: 0 0 22%;
    height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 4% 0;
    /*
       Fond crème avec vraie légère teinte terracotta
    */
    background: radial-gradient(ellipse at 5% 78%, rgba(205, 112, 68, 0.16) 0%, rgba(205, 112, 68, 0.08) 25%, transparent 52%), linear-gradient(145deg, #a89f72 0%, #f8e9df 50%, #c28565 100%);
    box-shadow: 12px 0 35px rgba(60, 40, 30, 0.06);
    overflow: hidden;
}


    /* =========================
   TACHE + PROJECTIONS
   ========================= */

    .home-sidebar[b-8hht4pjyzq]::before {
        content: "";
        position: absolute;
        width: 360px;
        height: 580px;
        left: -130px;
        bottom: -30px;
        z-index: 0;
        pointer-events: none;
        /*
       Une grosse masse de terre très diffuse
       + plusieurs vraies gouttes
    */
        background:
        /* grosse tache principale */
        radial-gradient( ellipse at 25% 48%, rgba(201, 104, 61, 0.18) 0%, rgba(215, 133, 88, 0.13) 28%, rgba(225, 160, 120, 0.07) 51%, transparent 68% ),
        /* grosses gouttes */
        radial-gradient( circle at 49% 22%, rgba(192, 91, 48, 0.32) 0 15px, transparent 16px ), radial-gradient( circle at 68% 31%, rgba(207, 112, 65, 0.26) 0 10px, transparent 11px ), radial-gradient( circle at 42% 49%, rgba(190, 87, 45, 0.29) 0 18px, transparent 19px ), radial-gradient( circle at 74% 61%, rgba(214, 129, 78, 0.27) 0 8px, transparent 9px ), radial-gradient( circle at 36% 75%, rgba(198, 97, 51, 0.24) 0 13px, transparent 14px ),
        /* petites projections */
        radial-gradient( circle at 61% 13%, rgba(185, 82, 41, 0.34) 0 4px, transparent 5px ), radial-gradient( circle at 79% 18%, rgba(205, 104, 56, 0.30) 0 5px, transparent 6px ), radial-gradient( circle at 57% 39%, rgba(194, 89, 45, 0.31) 0 4px, transparent 5px ), radial-gradient( circle at 83% 45%, rgba(218, 130, 78, 0.29) 0 6px, transparent 7px ), radial-gradient( circle at 63% 69%, rgba(190, 86, 44, 0.30) 0 4px, transparent 5px ), radial-gradient( circle at 82% 82%, rgba(208, 111, 61, 0.27) 0 5px, transparent 6px );
        transform: rotate(-8deg);
    }
    .home-sidebar[b-8hht4pjyzq]::after {
        content: "";
        position: absolute;
        width: 180px;
        height: 220px;
        top: 40px;
        right: -80px;
        z-index: 0;
        pointer-events: none;
        background: radial-gradient( ellipse at 70% 45%, rgba(210, 124, 78, 0.13) 0%, transparent 65% ), radial-gradient( circle at 38% 28%, rgba(195, 91, 47, 0.23) 0 5px, transparent 6px ), radial-gradient( circle at 51% 46%, rgba(211, 119, 69, 0.20) 0 8px, transparent 9px ), radial-gradient( circle at 29% 62%, rgba(188, 84, 43, 0.24) 0 3px, transparent 4px );
    }

    /* Texte + logo toujours devant */

    .home-sidebar > *[b-8hht4pjyzq] {
        position: relative;
        z-index: 2;
    }
.home-logo[b-8hht4pjyzq] {
    width: 95px;
    height: 95px;
    object-fit: contain;
    margin-bottom: 32px;
}

.home-sidebar h1[b-8hht4pjyzq] {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.9rem;
    font-weight: 500;
    line-height: 1.25;
    color: #44382f;
}

.identity-line[b-8hht4pjyzq] {
    width: 38px;
    height: 2px;
    margin: 27px 0;
    background: #c45b27;
}

.artist-name[b-8hht4pjyzq] {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    color: #75685f;
}


/* =========================
   ZONE PHOTO
   ========================= */

.home-visual[b-8hht4pjyzq] {
    position: relative;
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.home-background[b-8hht4pjyzq] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/home/accueil-bg.png');
    background-size: cover;
    /*
        Le cadrage se fait dans la zone photo uniquement.
        Tu pourras ajuster 55%, 58%, 60% ensuite.
    */
    background-position: center 57%;
    background-repeat: no-repeat;
    z-index: 0;
    opacity: 0.8;
}


/* =========================
   BULLES
   ========================= */

.home-bubble[b-8hht4pjyzq] {
    position: absolute;
    z-index: 10;
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    color: #44372f;
    cursor: pointer;
    box-shadow: 0 12px 25px rgba(52, 39, 31, 0.10);
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

    .home-bubble[b-8hht4pjyzq]::before {
        content: "";
        position: absolute;
        inset: -7px;
        border: 2px solid rgba(79, 59, 45, 0.58);
        border-radius: 48% 52% 47% 53% / 52% 46% 54% 48%;
        transform: rotate(5deg);
        pointer-events: none;
    }

    .home-bubble[b-8hht4pjyzq]::after {
        content: "";
        position: absolute;
        inset: -12px;
        border: 1.5px solid rgba(93, 67, 49, 0.35);
        border-radius: 53% 47% 51% 49% / 47% 54% 46% 53%;
        transform: rotate(-5deg);
        pointer-events: none;
    }

    .home-bubble:hover[b-8hht4pjyzq] {
        transform: translateY(-6px) scale(1.025);
        box-shadow: 0 20px 40px rgba(52, 39, 31, 0.16);
        filter: brightness(1.03);
    }


/* =========================
   CONTENU DES BULLES
   ========================= */

.bubble-inner[b-8hht4pjyzq] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bubble-icon[b-8hht4pjyzq] {
    width: 54px;
    height: 54px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bubble-icon-image[b-8hht4pjyzq] {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bubble-title[b-8hht4pjyzq] {
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.12;
}

.bubble-line[b-8hht4pjyzq] {
    width: 30px;
    height: 2px;
    margin-top: 16px;
    background: #c87937;
}


/* =========================
   COULEURS
   ========================= */

.bubble-atelier[b-8hht4pjyzq] {
    background: #3b6980;
    color: #fffaf3;
}

.bubble-actualites[b-8hht4pjyzq] {
    background: #bd5a2a;
    color: #fff8f2;
}

    .bubble-actualites .bubble-line[b-8hht4pjyzq] {
        background: #f1cfac;
    }

.bubble-gite[b-8hht4pjyzq] {
    background: #991c5a;
    color: #fffaf3;
}

    .bubble-gite .bubble-line[b-8hht4pjyzq] {
        background: #f0c599;
    }

.bubble-realisations[b-8hht4pjyzq] {
    background: #747454;
    color: #fffaf3;
}

    .bubble-realisations .bubble-line[b-8hht4pjyzq] {
        background: #e2b36d;
    }

.bubble-terre[b-8hht4pjyzq] {
    background: #cc862b;
}

.bubble-initiation[b-8hht4pjyzq] {
    background: #deb06f;
}

.bubble-arts[b-8hht4pjyzq] {
    background: #66684e;
    color: #fffaf3;
}

    .bubble-arts .bubble-line[b-8hht4pjyzq] {
        background: #dca45b;
    }


/* =========================
   POSITIONS DESKTOP
   ========================= */

.bubble-atelier[b-8hht4pjyzq] {
    top: 8%;
    left: 15%;
}

.bubble-actualites[b-8hht4pjyzq] {
    top: 5%;
    left: 45%;
    width: 210px;
    height: 210px;
}

.bubble-gite[b-8hht4pjyzq] {
    top: 11%;
    right: 9%;
    width: 175px;
    height: 175px;
}

    .bubble-gite .bubble-title[b-8hht4pjyzq] {
        font-size: 1.25rem;
    }

.bubble-realisations[b-8hht4pjyzq] {
    top: 39%;
    left: 3%;
    width: 215px;
    height: 215px;
}

.bubble-terre[b-8hht4pjyzq] {
    top: 36%;
    right: 16%;
    width: 225px;
    height: 225px;
}

.bubble-initiation[b-8hht4pjyzq] {
    bottom: 7%;
    left: 18%;
    width: 225px;
    height: 225px;
}

.bubble-arts[b-8hht4pjyzq] {
    bottom: 15%;
    right: 29%;
    width: 250px;
    height: 250px;
}


/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 760px) {

    /* =========================
       PAGE MOBILE
       ========================= */

    .home-page[b-8hht4pjyzq] {
        width: 100%;
        height: auto;
        min-height: 100vh;
        display: flex;
        flex-direction: column;
        overflow: visible;
    }


    /* =========================
       ENTÊTE MOBILE
       ========================= */

    .home-sidebar[b-8hht4pjyzq] {
        flex: none;
        width: 100%;
        height: auto;
        display: grid;
        grid-template-columns: 75px 1fr;
        grid-template-rows: auto auto auto;
        column-gap: 20px;
        row-gap: 10px;
        align-items: center;
        padding: 28px 30px;
        background: #faf7f2;
        box-shadow: none;
    }
        .home-sidebar[b-8hht4pjyzq]::before {
            width: 180px;
            height: 140px;
            left: auto;
            right: -45px;
            bottom: -30px;
            opacity: 0.55;
        }

    /* Logo à gauche */

    .home-logo[b-8hht4pjyzq] {
        grid-column: 1;
        grid-row: 1 / 4;
        width: 70px;
        height: 90px;
        margin: 0;
        object-fit: contain;
        align-self: center;
    }


    /* Titre à droite */

    .home-sidebar h1[b-8hht4pjyzq] {
        grid-column: 2;
        grid-row: 1;
        margin: 0;
        font-size: 1.55rem;
        line-height: 1.15;
    }


    /* Petit trait */

    .identity-line[b-8hht4pjyzq] {
        grid-column: 2;
        grid-row: 2;
        width: 38px;
        height: 2px;
        margin: 5px 0;
        background: #c45b27;
    }


    /* Nom */

    .artist-name[b-8hht4pjyzq] {
        grid-column: 2;
        grid-row: 3;
        margin: 0;
        font-size: 0.85rem;
    }


    /* =========================
       ZONE PHOTO
       ========================= */

    .home-visual[b-8hht4pjyzq] {
        position: relative;
        width: 100%;
        height: auto;
        min-height: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 28px 20px;
        padding: 42px 20px 60px;
        overflow: hidden;
    }


    .home-background[b-8hht4pjyzq] {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center 57%;
        background-repeat: no-repeat;
        z-index: 0;
    }


    /* =========================
       BULLES 2 PAR 2
       ========================= */

    .home-bubble[b-8hht4pjyzq] {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important;
        width: min(38vw, 180px) !important;
        height: min(38vw, 180px) !important;
        margin: 0 auto;
        transform: none !important;
    }

        .home-bubble:hover[b-8hht4pjyzq] {
            transform: translateY(-4px) scale(1.02) !important;
        }


    .bubble-title[b-8hht4pjyzq] {
        font-size: clamp( 1rem, 4vw, 1.25rem );
    }
    .bubble-icon[b-8hht4pjyzq] {
        width: clamp(38px, 10vw, 50px);
        height: clamp(38px, 10vw, 50px);
        margin-bottom: 8px;
    }
    

    .bubble-line[b-8hht4pjyzq] {
        width: 28px;
        margin-top: 12px;
    }

    .bubble-gite .bubble-title[b-8hht4pjyzq] {
        font-size: clamp( 1rem, 4vw, 1.2rem );
    }


    /* =========================
   ORDRE DES BULLES MOBILE
   ========================= */

    .bubble-atelier[b-8hht4pjyzq] {
        order: 1;
    }

    .bubble-actualites[b-8hht4pjyzq] {
        order: 2;
    }

    .bubble-realisations[b-8hht4pjyzq] {
        order: 3;
    }

    .bubble-terre[b-8hht4pjyzq] {
        order: 4;
    }

    .bubble-initiation[b-8hht4pjyzq] {
        order: 5;
    }

    .bubble-arts[b-8hht4pjyzq] {
        order: 6;
    }

    /* Gîte toujours en dernier et centré */
    .bubble-gite[b-8hht4pjyzq] {
        order: 7;
        grid-column: 1 / -1;
    }
}
/* _content/AtelierCeramique.Web/Components/Pages/SitePublic/ActualiteDetail.razor.rz.scp.css */
.actualite-detail-page[b-luwgxcga8h] {
    min-height: 100vh;
    background: #f7f0e6;
    color: #44382f;
}

.detail-container[b-luwgxcga8h] {
    width: min(1100px, calc(100% - 80px));
    margin: 0 auto;
    padding: 55px 0 90px;
}


/* =========================
   RETOUR
   ========================= */

.detail-back[b-luwgxcga8h] {
    display: inline-block;
    margin-bottom: 45px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    color: #8b7668;
    text-decoration: none;
    transition: color 0.2s ease;
}

    .detail-back:hover[b-luwgxcga8h] {
        color: #c96529;
    }


/* =========================
   HEADER
   ========================= */

.detail-header[b-luwgxcga8h] {
    max-width: 850px;
    margin-bottom: 42px;
}

.detail-meta[b-luwgxcga8h] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #c96529;
}

.detail-dot[b-luwgxcga8h] {
    color: #a8907d;
}

.detail-header h1[b-luwgxcga8h] {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: clamp(3rem, 6vw, 5.4rem);
    font-weight: 500;
    line-height: 1.05;
    color: #3d312a;
}

.detail-resume[b-luwgxcga8h] {
    max-width: 700px;
    margin: 24px 0 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    line-height: 1.6;
    color: #706056;
}

.detail-line[b-luwgxcga8h] {
    width: 70px;
    height: 3px;
    margin-top: 28px;
    background: #ca692b;
}


/* =========================
   IMAGE PRINCIPALE
   ========================= */

.detail-hero-image[b-luwgxcga8h] {
    width: 100%;
    max-height: 620px;
    overflow: hidden;
    margin-bottom: 50px;
    border-radius: 3px;
}

    .detail-hero-image img[b-luwgxcga8h] {
        display: block;
        width: 100%;
        height: 100%;
        max-height: 620px;
        object-fit: cover;
    }


/* =========================
   DESCRIPTION
   ========================= */

.detail-content[b-luwgxcga8h] {
    max-width: 800px;
    margin: 0 auto;
}

.detail-description[b-luwgxcga8h] {
    font-family: 'Playfair Display', serif;
    font-size: 1.1rem;
    line-height: 1.9;
    color: #55473f;
}

    .detail-description p[b-luwgxcga8h] {
        margin: 0 0 24px;
    }


/* =========================
   GALERIE
   ========================= */

.detail-gallery[b-luwgxcga8h] {
    margin-top: 75px;
}

.gallery-header[b-luwgxcga8h] {
    margin-bottom: 28px;
}

    .gallery-header > span[b-luwgxcga8h] {
        font-family: 'DM Sans', sans-serif;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 2px;
        color: #c96529;
    }

    .gallery-header h2[b-luwgxcga8h] {
        margin: 5px 0 0;
        font-family: 'Playfair Display', serif;
        font-size: 2.5rem;
        font-weight: 500;
        color: #44372f;
    }

.gallery-line[b-luwgxcga8h] {
    width: 50px;
    height: 2px;
    margin-top: 17px;
    background: #c96529;
}

.gallery-grid[b-luwgxcga8h] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.gallery-item[b-luwgxcga8h] {
    height: 350px;
    overflow: hidden;
}

    .gallery-item img[b-luwgxcga8h] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.35s ease;
    }

    .gallery-item:hover img[b-luwgxcga8h] {
        transform: scale(1.025);
    }


/* =========================
   BAS
   ========================= */

.detail-bottom[b-luwgxcga8h] {
    margin-top: 70px;
    padding-top: 30px;
    border-top: 1px solid #dfd0c2;
}

.back-button[b-luwgxcga8h] {
    font-family: 'Playfair Display', serif;
    font-size: 1.05rem;
    color: #c96529;
    text-decoration: none;
}


/* =========================
   LOADER
   ========================= */

.detail-loading[b-luwgxcga8h] {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* =========================
   NOT FOUND
   ========================= */

.detail-not-found[b-luwgxcga8h] {
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .detail-not-found h1[b-luwgxcga8h] {
        font-family: 'Playfair Display', serif;
        color: #44382f;
    }


/* =========================
   MOBILE
   ========================= */

@media (max-width: 700px) {

    .detail-container[b-luwgxcga8h] {
        width: calc(100% - 40px);
        padding: 35px 0 60px;
    }

    .detail-back[b-luwgxcga8h] {
        margin-bottom: 30px;
    }

    .detail-header h1[b-luwgxcga8h] {
        font-size: 2.8rem;
    }

    .detail-resume[b-luwgxcga8h] {
        font-size: 1.05rem;
    }

    .detail-hero-image[b-luwgxcga8h] {
        margin-bottom: 35px;
    }

    .detail-description[b-luwgxcga8h] {
        font-size: 1rem;
        line-height: 1.75;
    }

    .gallery-grid[b-luwgxcga8h] {
        grid-template-columns: 1fr;
    }

    .gallery-item[b-luwgxcga8h] {
        height: 260px;
    }
}
/* _content/AtelierCeramique.Web/Components/Pages/SitePublic/Actualites.razor.rz.scp.css */
.actualites-page[b-9wt8k2k7ea] {
    background: #f7f0e6;
    min-height: 100vh;
}

.actualites-hero[b-9wt8k2k7ea] {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 38% 62%;
    align-items: center;
    padding: 35px 60px 30px;
}

.hero-text h3[b-9wt8k2k7ea] {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 3.8rem;
    font-weight: 500;
    color: #3b322c;
}

    .hero-text h3 span[b-9wt8k2k7ea] {
        color: #d27628;
        font-style: italic;
    }

.hero-line[b-9wt8k2k7ea] {
    width: 100px;
    height: 3px;
    margin: 24px 0 35px;
    background: #d27628;
}

.hero-text p[b-9wt8k2k7ea] {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #55473e;
}

.hero-visual[b-9wt8k2k7ea] {
    position: relative;
}

    .hero-visual img[b-9wt8k2k7ea] {
        width: 100%;
        display: block;
        aspect-ratio: 16 / 9;
        object-fit: cover;
        border-radius: 4px;
    }
.hero-note-icon[b-9wt8k2k7ea] {
    width: 42px;
    height: 42px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .hero-note-icon img[b-9wt8k2k7ea] {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
.hero-note[b-9wt8k2k7ea] {
    position: absolute;
    right: -15px;
    bottom: -20px;
    width: 195px;
    height: 195px;
    border-radius: 50%;
    background: #aaa064;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    /* Contour principal */
    border: 2px solid rgba(255, 255, 255, 0.8);
    /* Plusieurs traits autour */
    box-shadow: 0 0 0 3px rgba(115, 101, 64, 0.75), 0 0 0 6px rgba(255, 255, 255, 0.55), 0 0 0 8px rgba(115, 101, 64, 0.4);
}

    /* Traits légèrement irréguliers autour du cercle */
    .hero-note[b-9wt8k2k7ea]::before,
    .hero-note[b-9wt8k2k7ea]::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
    }

    .hero-note[b-9wt8k2k7ea]::before {
        inset: -7px;
        border: 1px solid rgba(115, 101, 64, 0.7);
        transform: rotate(4deg) scaleX(1.025);
    }

    .hero-note[b-9wt8k2k7ea]::after {
        inset: -11px;
        border: 1px solid rgba(115, 101, 64, 0.45);
        transform: rotate(-5deg) scaleY(1.025);
    }

    .hero-note p[b-9wt8k2k7ea] {
        margin: 0;
        font-family: 'Playfair Display', serif;
        font-size: 0.95rem;
        line-height: 1.45;
        color: white;
    }

.actualites-grid[b-9wt8k2k7ea] {
    max-width: 1400px;
    margin: 35px auto 0;
    padding: 0 60px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
}

.actualite-card[b-9wt8k2k7ea] {
    overflow: visible;
    background: #f9f2e8;
    border: 1px solid #d8c7b6;
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .actualite-card:hover[b-9wt8k2k7ea] {
        transform: translateY(-5px);
        box-shadow: 0 14px 30px rgba(60, 40, 30, 0.10);
    }

.card-image[b-9wt8k2k7ea] {
    position: relative;
    height: 230px;
    overflow: visible;
}

    .card-image img[b-9wt8k2k7ea] {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }

.card-date[b-9wt8k2k7ea] {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 82px;
    height: 82px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #c96829;
    color: white;
    border: 2px solid rgba(255,255,255,0.8);
    box-shadow: 0 0 0 2px #9f6d45;
    font-family: 'Playfair Display', serif;
}

    .card-date strong[b-9wt8k2k7ea] {
        font-size: 1.45rem;
        line-height: 1;
    }

    .card-date span[b-9wt8k2k7ea],
    .card-date small[b-9wt8k2k7ea] {
        font-size: 0.72rem;
    }

.card-content[b-9wt8k2k7ea] {
    padding: 24px;
}

.card-category[b-9wt8k2k7ea] {
    display: block;
    margin-bottom: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #c56b2d;
}

.card-content h2[b-9wt8k2k7ea] {
    margin: 0 0 14px;
    font-family: 'Playfair Display', serif;
    font-size: 1.65rem;
    font-weight: 500;
    color: #41352d;
}

.card-content p[b-9wt8k2k7ea] {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #62534a;
}

.card-footer[b-9wt8k2k7ea] {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #c96829;
    font-family: 'Playfair Display', serif;
}

.card-arrow[b-9wt8k2k7ea] {
    font-size: 1.7rem;
}

.actualites-quote[b-9wt8k2k7ea] {
    max-width: 1100px;
    margin: 50px auto;
    padding: 20px 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    background: #efe3cf;
    color: #7a644f;
    text-align: center;
}

    .actualites-quote p[b-9wt8k2k7ea] {
        margin: 0;
        font-family: 'Playfair Display', serif;
        font-size: 1.3rem;
        font-style: italic;
        line-height: 1.5;
    }

.quote-mark[b-9wt8k2k7ea] {
    font-family: Georgia, serif;
    font-size: 4rem;
    line-height: 1;
    color: #aa9156;
}



@media (max-width: 900px) {

    .actualites-hero[b-9wt8k2k7ea] {
        grid-template-columns: 1fr;
        gap: 35px;
        padding: 35px 30px;
    }

    .hero-note[b-9wt8k2k7ea] {
        right: 15px;
    }

    .actualites-grid[b-9wt8k2k7ea] {
        grid-template-columns: repeat(2, 1fr);
        padding: 0 30px;
    }
}
.actualites-loading[b-9wt8k2k7ea] {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

.card-image-placeholder[b-9wt8k2k7ea] {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eadfce;
}

    .card-image-placeholder img[b-9wt8k2k7ea] {
        width: 70px;
        height: 70px;
        object-fit: contain;
        opacity: 0.4;
    }

@media (max-width: 600px) {

    .actualites-hero[b-9wt8k2k7ea] {
        padding: 25px 20px;
    }

    .hero-text h1[b-9wt8k2k7ea] {
        font-size: 3rem;
    }

    .hero-note[b-9wt8k2k7ea] {
        width: 150px;
        height: 150px;
        right: 10px;
        bottom: -15px;
    }

        .hero-note p[b-9wt8k2k7ea] {
            font-size: 0.8rem;
        }

    .actualites-grid[b-9wt8k2k7ea] {
        grid-template-columns: 1fr;
        padding: 0 20px;
        gap: 30px;
    }

    .card-image[b-9wt8k2k7ea] {
        height: 210px;
    }

    .actualites-quote[b-9wt8k2k7ea] {
        margin: 35px 20px;
        padding: 18px 20px;
        gap: 15px;
    }
}
/* _content/AtelierCeramique.Web/Components/Pages/SitePublic/Gite.razor.rz.scp.css */
.gite-public-page[b-v0iyrpjzum] {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 45px max(4vw, 35px) 65px;
    color: #40362f;
}


/* =========================
   HERO
   ========================= */

.gite-hero[b-v0iyrpjzum] {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(330px, 0.8fr);
    gap: 60px;
    align-items: center;
}


/* =========================
   GALERIE
   ========================= */

.gite-gallery[b-v0iyrpjzum] {
    min-width: 0;
}

.main-image[b-v0iyrpjzum] {
    width: 100%;
    aspect-ratio: 4 / 3;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: transparent;
}

    .main-image img[b-v0iyrpjzum] {
        display: block;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        object-fit: contain;
        border-radius: 45px;
    }

/* miniatures */

.thumbnails[b-v0iyrpjzum] {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.thumbnail[b-v0iyrpjzum] {
    width: 105px;
    height: 75px;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 12px;
    background: transparent;
    cursor: pointer;
    transition: border-color 0.2s ease, transform 0.2s ease;
}

    .thumbnail:hover[b-v0iyrpjzum] {
        transform: translateY(-2px);
    }

    .thumbnail.active[b-v0iyrpjzum] {
        border-color: #a98b2d;
    }

    .thumbnail img[b-v0iyrpjzum] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


/* =========================
   INTRO
   ========================= */

.gite-intro[b-v0iyrpjzum] {
    max-width: 500px;
}

.gite-kicker[b-v0iyrpjzum] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    color: #a4811d;
}

.gite-intro h1[b-v0iyrpjzum] {
    margin: 13px 0 6px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2.8rem, 4vw, 4.6rem);
    line-height: 1.03;
    font-weight: 500;
    color: #372d27;
}

.gite-intro h2[b-v0iyrpjzum] {
    margin: 22px 0 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.6rem;
    font-weight: 500;
    color: #a4811d;
}

.gite-short-description[b-v0iyrpjzum] {
    margin: 28px 0 0;
    white-space: pre-line;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: #51453e;
}


/* =========================
   PRIX
   ========================= */

.gite-price-card[b-v0iyrpjzum] {
    margin-top: 30px;
    padding: 20px 24px;
    display: grid;
    grid-template-columns: 1fr 1px 0.65fr;
    align-items: center;
    gap: 25px;
    border-radius: 22px;
    background: rgba(238, 228, 209, 0.72);
    border: 1px solid rgba(195, 173, 135, 0.22);
}

.price-block span[b-v0iyrpjzum] {
    display: block;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem;
    color: #77675c;
}

.price-block strong[b-v0iyrpjzum] {
    display: inline-block;
    margin-top: 4px;
    font-family: 'Playfair Display', serif;
    font-size: 2.25rem;
    font-weight: 500;
    color: #372d27;
}

.price-block small[b-v0iyrpjzum] {
    margin-left: 4px;
    font-family: 'DM Sans', sans-serif;
    color: #574a41;
}

.minimum-night[b-v0iyrpjzum] {
    margin-top: 5px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    color: #806f64;
}

.price-separator[b-v0iyrpjzum] {
    width: 1px;
    height: 65px;
    background: rgba(144, 121, 91, 0.18);
}

.booking-info[b-v0iyrpjzum] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 7px;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem;
    color: #51453e;
}

    .booking-info[b-v0iyrpjzum]  .mud-icon-root {
        font-size: 29px !important;
        color: #6c5e54 !important;
    }


/* =========================
   BOUTON
   ========================= */

.booking-button[b-v0iyrpjzum] {
    width: 100%;
    margin-top: 20px;
    min-height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 30px;
    background: linear-gradient( 100deg, #9e7c12, #b09024 );
    color: white;
    text-decoration: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

    .booking-button:hover[b-v0iyrpjzum] {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(125, 95, 20, 0.18);
    }


/* =========================
   INFOS
   ========================= */

.gite-info-grid[b-v0iyrpjzum] {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 25px;
}

.information-card[b-v0iyrpjzum] {
    padding: 38px;
    border-radius: 25px;
    background: rgba(255, 253, 249, 0.82);
    border: 1px solid rgba(221, 207, 192, 0.55);
    box-shadow: 0 10px 30px rgba(70, 50, 35, 0.04);
}

    .information-card h2[b-v0iyrpjzum] {
        margin: 0 0 28px;
        font-family: 'Playfair Display', Georgia, serif;
        font-size: 1.7rem;
        font-weight: 500;
        color: #3f342d;
    }


/* lignes */

.information-row[b-v0iyrpjzum] {
    min-height: 50px;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) minmax(120px, 0.7fr);
    align-items: center;
    gap: 25px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
}

.information-label[b-v0iyrpjzum] {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #5c4f47;
}

.information-row strong[b-v0iyrpjzum] {
    font-weight: 500;
    color: #342923;
}

.information-icon[b-v0iyrpjzum] {
    width: 37px;
    height: 37px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f3ecdf;
}

    .information-icon[b-v0iyrpjzum]  .mud-icon-root {
        font-size: 20px !important;
        color: #6e6055 !important;
    }


/* =========================
   SERVICES
   ========================= */

.services-grid[b-v0iyrpjzum] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px 20px;
}

.service-item[b-v0iyrpjzum] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.82rem;
    color: #4d413a;
}

.service-icon[b-v0iyrpjzum] {
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f0e7d6;
}

    .service-icon[b-v0iyrpjzum]  .mud-icon-root {
        font-size: 29px !important;
        color: #65594f !important;
    }


/* =========================
   DESCRIPTION
   ========================= */

.gite-description-section[b-v0iyrpjzum] {
    margin-top: 25px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    align-items: center;
    overflow: hidden;
    border-radius: 26px;
    background: rgba(255, 253, 249, 0.80);
    border: 1px solid rgba(221, 207, 192, 0.55);
}

.description-content[b-v0iyrpjzum] {
    padding: 50px;
}

.description-kicker[b-v0iyrpjzum] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    color: #b06331;
}

.description-content h2[b-v0iyrpjzum] {
    margin: 9px 0 15px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(2rem, 3vw, 3rem);
    font-weight: 500;
    color: #3b302a;
}

.description-line[b-v0iyrpjzum] {
    width: 60px;
    height: 2px;
    margin-bottom: 24px;
    background: #bc6a35;
}

.description-content p[b-v0iyrpjzum] {
    margin: 0;
    white-space: pre-line;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.95rem;
    line-height: 1.75;
    color: #51453e;
}

.description-image[b-v0iyrpjzum] {
    height: 100%;
    min-height: 430px;
    overflow: hidden;
    border-radius: 90px 0 0 90px / 75px 0 0 75px;
}

    .description-image img[b-v0iyrpjzum] {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
    }


/* =========================
   LOADING
   ========================= */

.gite-loading[b-v0iyrpjzum],
.gite-empty[b-v0iyrpjzum] {
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-align: center;
}

    .gite-empty h1[b-v0iyrpjzum] {
        margin: 0;
        font-family: 'Playfair Display', serif;
        color: #3b302a;
    }


/* =========================
   TABLETTE
   ========================= */

@media (max-width: 1050px) {

    .gite-hero[b-v0iyrpjzum] {
        grid-template-columns: 1fr;
    }

    .gite-intro[b-v0iyrpjzum] {
        max-width: 700px;
        margin: 0 auto;
    }

    .gite-info-grid[b-v0iyrpjzum] {
        grid-template-columns: 1fr;
    }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 700px) {

    .gite-public-page[b-v0iyrpjzum] {
        padding: 28px 20px 50px;
    }

    .gite-hero[b-v0iyrpjzum] {
        gap: 35px;
    }

    .main-image[b-v0iyrpjzum] {
        aspect-ratio: 4 / 3;
        border-radius: 28px 50px 25px 40px;
    }

    .thumbnails[b-v0iyrpjzum] {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .thumbnail[b-v0iyrpjzum] {
        flex: 0 0 85px;
        width: 85px;
        height: 65px;
    }

    .gite-intro h1[b-v0iyrpjzum] {
        font-size: 2.65rem;
    }

    .gite-price-card[b-v0iyrpjzum] {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .price-separator[b-v0iyrpjzum] {
        width: 100%;
        height: 1px;
    }

    .booking-info[b-v0iyrpjzum] {
        flex-direction: row;
        justify-content: center;
    }

    .information-card[b-v0iyrpjzum] {
        padding: 25px 20px;
    }

    .information-row[b-v0iyrpjzum] {
        grid-template-columns: 1fr;
        gap: 5px;
        padding: 10px 0;
    }

    .services-grid[b-v0iyrpjzum] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gite-description-section[b-v0iyrpjzum] {
        grid-template-columns: 1fr;
    }

    .description-content[b-v0iyrpjzum] {
        padding: 30px 24px;
    }

    .description-image[b-v0iyrpjzum] {
        min-height: 300px;
        border-radius: 45px 45px 0 0;
    }
}
/* _content/AtelierCeramique.Web/Components/Pages/SitePublic/MonAtelier.razor.rz.scp.css */
/* =========================================================
   PAGE MON ATELIER
   ========================================================= */

.atelier-public-page[b-q59gcc6u8r] {
    position: relative;
    min-height: 100vh;
    padding: 60px max(5vw, 35px) 90px;
    color: #44382f;
}


/* =========================================================
   HERO
   ========================================================= */

.atelier-hero[b-q59gcc6u8r] {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto 90px;
    display: grid;
    grid-template-columns: 0.85fr 1.35fr;
    align-items: center;
    gap: 65px;
}



/* =========================
   TEXTE HERO
   ========================= */

/* =========================
   TEXTE
   ========================= */

.atelier-hero-text[b-q59gcc6u8r] {
    position: relative;
    z-index: 2;
    padding-left: 20px;
}

.atelier-eyebrow[b-q59gcc6u8r] {
    display: block;
    margin-bottom: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #b96938;
}

.atelier-hero-text h1[b-q59gcc6u8r] {
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    /* beaucoup moins gros */
    font-size: clamp(2.8rem, 4vw, 4.3rem);
    font-weight: 500;
    line-height: 1.05;
    color: #44382f;
}

.atelier-title-line[b-q59gcc6u8r] {
    width: 75px;
    height: 2px;
    margin: 25px 0 24px;
    background: #a28b45;
}

.atelier-hero-text p[b-q59gcc6u8r] {
    max-width: 470px;
    margin: 0;
    white-space: pre-line;
    font-family: 'Playfair Display', Georgia, serif;
    /* texte moins gros */
    font-size: 0.98rem;
    line-height: 1.7;
    color: #62534a;
}



/* =========================================================
   PHOTOS HERO
   ========================================================= */

.atelier-hero-gallery[b-q59gcc6u8r] {
    width: 100%;
    min-height: 520px;
    display: grid;
    /* grosse photo + colonne petites photos */
    grid-template-columns: 1.45fr 0.85fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
}



/* =========================
   GRANDE IMAGE
   ========================= */

.atelier-main-image[b-q59gcc6u8r] {
    position: relative;
    grid-column: 1;
    grid-row: 1 / 3;
    width: 100%;
    height: 100%;
    min-height: 520px;
    overflow: hidden;
    /* On vire complètement les grosses formes rondes */
    border-radius: 4px;
    transform: none;
    box-shadow: 0 10px 28px rgba(65, 45, 32, 0.08);
}

    .atelier-main-image img[b-q59gcc6u8r] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: none;
    }


    /* léger fondu beige irrégulier sur les bords */

    .atelier-main-image[b-q59gcc6u8r]::after {
        content: "";
        position: absolute;
        inset: -2px;
        pointer-events: none;
        box-shadow: inset 12px 0 15px rgba(250, 245, 236, 0.65), inset -8px 0 13px rgba(250, 245, 236, 0.45), inset 0 10px 13px rgba(250, 245, 236, 0.35), inset 0 -12px 16px rgba(250, 245, 236, 0.55);
    }


/* =========================
   PETITES IMAGES
   ========================= */

.atelier-secondary-images[b-q59gcc6u8r] {
    display: contents;
}


/* première */

.atelier-secondary-image:first-child[b-q59gcc6u8r] {
    grid-column: 2;
    grid-row: 1;
}


/* deuxième */

.atelier-secondary-image:last-child[b-q59gcc6u8r] {
    grid-column: 2;
    grid-row: 2;
}


.atelier-secondary-image[b-q59gcc6u8r] {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 3px;
    transform: none;
    box-shadow: 0 8px 22px rgba(65, 45, 32, 0.07);
}

    .atelier-secondary-image img[b-q59gcc6u8r] {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }


    /* fondu autour des petites images */

    .atelier-secondary-image[b-q59gcc6u8r]::after {
        content: "";
        position: absolute;
        inset: -2px;
        pointer-events: none;
        box-shadow: inset 8px 0 12px rgba(250, 245, 236, 0.55), inset -8px 0 12px rgba(250, 245, 236, 0.55), inset 0 8px 12px rgba(250, 245, 236, 0.40), inset 0 -8px 12px rgba(250, 245, 236, 0.50);
    }


/* =========================================================
   TITRES DE SECTIONS
   ========================================================= */

.atelier-section-heading[b-q59gcc6u8r] {
    margin-bottom: 55px;
    text-align: center;
}

    .atelier-section-heading > span[b-q59gcc6u8r] {
        display: block;
        margin-bottom: 7px;
        font-family: 'DM Sans', sans-serif;
        font-size: 0.72rem;
        font-weight: 600;
        letter-spacing: 0.22em;
        text-transform: uppercase;
        color: #b96938;
    }

    .atelier-section-heading h2[b-q59gcc6u8r] {
        margin: 0;
        font-family: 'Playfair Display', Georgia, serif;
        font-size: clamp(2.4rem, 4vw, 4rem);
        font-weight: 500;
        color: #44382f;
    }

.atelier-heading-line[b-q59gcc6u8r] {
    width: 70px;
    height: 2px;
    margin: 18px auto 0;
    background: #a28b45;
}


/* =========================================================
   MA DEMARCHE
   ========================================================= */

.atelier-demarche[b-q59gcc6u8r] {
    position: relative;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto 110px;
}


    /* petite matière derrière la section */

    .atelier-demarche[b-q59gcc6u8r]::before {
        content: "";
        position: absolute;
        width: 330px;
        height: 250px;
        left: -210px;
        top: 80px;
        z-index: -1;
        border-radius: 38% 62% 46% 54% / 55% 37% 63% 45%;
        background: rgba(205, 125, 75, 0.11);
        transform: rotate(17deg);
    }


.atelier-demarches-grid[b-q59gcc6u8r] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 45px;
}


/* =========================
   UNE DEMARCHE
   ========================= */

.atelier-demarche-item[b-q59gcc6u8r] {
    position: relative;
    min-width: 0;
    padding: 25px 20px;
    text-align: center;
}


    /* séparation verticale */

    .atelier-demarche-item:not(:last-child)[b-q59gcc6u8r]::after {
        content: "";
        position: absolute;
        right: -22px;
        top: 20%;
        width: 1px;
        height: 60%;
        background: linear-gradient( to bottom, transparent, #d7c4b4, transparent );
    }


/* =========================
   CERCLES DEMARCHE
   ========================= */

.demarche-decoration[b-q59gcc6u8r] {
    width: 76px;
    height: 76px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 2px solid #B96656;
    border-radius: 50%;
    background: #C97867;
    box-shadow: 0 5px 13px rgba(100, 65, 40, 0.10);
}


/* Vieux rose */

.atelier-demarche-item:nth-child(4n + 2) .demarche-decoration[b-q59gcc6u8r] {
    background: #C98B91;
    border-color: #B87880;
}


/* Ocre / pêche */

.atelier-demarche-item:nth-child(4n + 3) .demarche-decoration[b-q59gcc6u8r] {
    background: #D99A68;
    border-color: #C78656;
}


/* Mauve argile */

.atelier-demarche-item:nth-child(4n + 4) .demarche-decoration[b-q59gcc6u8r] {
    background: #3b6980;
    border-color: #2A4B5C;
}


/* =========================
   IMAGE DANS LE CERCLE
   ========================= */

.demarche-icon-image[b-q59gcc6u8r] {
    display: block;
    width: 46px;
    height: 46px;
    object-fit: contain;
}


/* =========================
   TEXTE
   ========================= */

.atelier-demarche-item h3[b-q59gcc6u8r] {
    margin: 0 0 12px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 500;
    color: #493c34;
}

.atelier-demarche-item p[b-q59gcc6u8r] {
    max-width: 250px;
    margin: 0 auto;
    white-space: pre-line;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.86rem;
    line-height: 1.65;
    color: #75665d;
}


/* =========================================================
   GALERIE
   ========================================================= */

.atelier-galerie[b-q59gcc6u8r] {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto 110px;
}


/* =========================
   MOSAIQUE
   ========================= */

.atelier-gallery-grid[b-q59gcc6u8r] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-rows: 210px;
    gap: 17px;
}


/* =========================
   IMAGE
   ========================= */

.atelier-gallery-image[b-q59gcc6u8r] {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    background: #eee3d8;
    box-shadow: 0 7px 20px rgba(65, 45, 32, 0.08);
}

    .atelier-gallery-image img[b-q59gcc6u8r] {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        object-position: center;
        transition: transform 0.5s ease, filter 0.5s ease;
    }

    .atelier-gallery-image:hover img[b-q59gcc6u8r] {
        transform: scale(1.045);
    }


    /* =========================
   MOSAIQUE ASYMETRIQUE
   ========================= */

    .atelier-gallery-image:nth-child(6n + 1)[b-q59gcc6u8r] {
        grid-row: span 2;
        border-radius: 6px 25px 6px 25px;
    }

    .atelier-gallery-image:nth-child(6n + 4)[b-q59gcc6u8r] {
        grid-column: span 2;
    }

    .atelier-gallery-image:nth-child(6n + 5)[b-q59gcc6u8r] {
        border-radius: 25px 6px 25px 6px;
    }


    /* léger voile organique */

    .atelier-gallery-image[b-q59gcc6u8r]::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        box-shadow: inset 0 0 25px rgba(249, 241, 232, 0.10);
    }


/* =========================================================
   CITATION
   ========================================================= */

.atelier-citation[b-q59gcc6u8r] {
    position: relative;
    width: min(900px, 90%);
    margin: 20px auto 40px;
    padding: 55px 80px;
    text-align: center;
    border-top: 1px solid #d9c6b6;
    border-bottom: 1px solid #d9c6b6;
}

.citation-mark[b-q59gcc6u8r] {
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translateX(-50%);
    font-family: Georgia, serif;
    font-size: 5rem;
    line-height: 1;
    color: rgba(185, 105, 56, 0.23);
}

.atelier-citation blockquote[b-q59gcc6u8r] {
    position: relative;
    z-index: 1;
    margin: 0;
    white-space: pre-line;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: clamp(1.35rem, 2.2vw, 2rem);
    font-style: italic;
    line-height: 1.55;
    color: #594a41;
}

.citation-decoration[b-q59gcc6u8r] {
    width: 45px;
    height: 5px;
    margin: 27px auto 0;
    border-radius: 50%;
    background: #a28b45;
    transform: rotate(-2deg);
}


/* =========================================================
   LOADING / VIDE
   ========================================================= */

/* =========================
   LOADING
   ========================= */

.atelier-loading[b-q59gcc6u8r] {
    min-height: 650px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.atelier-empty h2[b-q59gcc6u8r] {
    margin: 0 0 8px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.3rem;
    color: #44382f;
}

.atelier-empty p[b-q59gcc6u8r] {
    margin: 0;
    font-family: 'DM Sans', sans-serif;
}

.demarche-icon-image[b-q59gcc6u8r] {
    width: 46px;
    height: 46px;
    object-fit: contain;
    display: block;
}
/* =========================================================
   TABLETTE
   ========================================================= */

@media (max-width: 1100px) {

    .atelier-hero[b-q59gcc6u8r] {
        grid-template-columns: 0.9fr 1.1fr;
        gap: 40px;
        margin-bottom: 85px;
    }

    .atelier-hero-gallery[b-q59gcc6u8r] {
        min-height: 470px;
    }

    .atelier-main-image[b-q59gcc6u8r] {
        height: 420px;
    }

    .atelier-secondary-image[b-q59gcc6u8r] {
        height: 190px;
    }


    .atelier-demarches-grid[b-q59gcc6u8r] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 35px 25px;
    }

    .atelier-demarche-item[b-q59gcc6u8r]::after {
        display: none;
    }


    .atelier-gallery-grid[b-q59gcc6u8r] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .atelier-gallery-image:nth-child(6n + 4)[b-q59gcc6u8r] {
        grid-column: span 1;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 760px) {

    .atelier-public-page[b-q59gcc6u8r] {
        padding: 30px 20px 60px;
    }

    .atelier-hero[b-q59gcc6u8r] {
        display: flex;
        flex-direction: column;
        gap: 35px;
        margin-bottom: 70px;
    }

    .atelier-hero-text[b-q59gcc6u8r] {
        width: 100%;
        padding: 0;
    }

        .atelier-hero-text h1[b-q59gcc6u8r] {
            font-size: 2.8rem;
        }

    .atelier-title-line[b-q59gcc6u8r] {
        margin: 20px 0;
    }

    .atelier-hero-text p[b-q59gcc6u8r] {
        max-width: 100%;
        font-size: 0.92rem;
        line-height: 1.65;
    }


    /* =========================
       COLLAGE MOBILE
       ========================= */

    .atelier-hero-gallery[b-q59gcc6u8r] {
        width: 100%;
        min-height: 0;
        display: grid;
        grid-template-columns: 1.35fr 0.8fr;
        grid-template-rows: 145px 145px;
        gap: 8px;
    }

    .atelier-main-image[b-q59gcc6u8r] {
        grid-column: 1;
        grid-row: 1 / 3;
        min-height: 0;
        height: 298px;
    }

    .atelier-secondary-images[b-q59gcc6u8r] {
        display: contents;
    }

    .atelier-secondary-image:first-child[b-q59gcc6u8r] {
        grid-column: 2;
        grid-row: 1;
    }

    .atelier-secondary-image:last-child[b-q59gcc6u8r] {
        grid-column: 2;
        grid-row: 2;
    }

    .atelier-secondary-image[b-q59gcc6u8r] {
        height: 145px;
        min-height: 0;
    }
}

/* =========================================================
   PETIT MOBILE
   ========================================================= */

@media (max-width: 430px) {

    .atelier-public-page[b-q59gcc6u8r] {
        padding-left: 16px;
        padding-right: 16px;
    }

    .atelier-hero-text h1[b-q59gcc6u8r] {
        font-size: 3rem;
    }


    /* on conserve le collage mais plus compact */

    .atelier-main-image[b-q59gcc6u8r] {
        height: 300px;
    }

    .atelier-secondary-image[b-q59gcc6u8r] {
        height: 145px;
    }


    .atelier-gallery-grid[b-q59gcc6u8r] {
        grid-auto-rows: 140px;
    }
}
/* _content/AtelierCeramique.Web/Components/Pages/SitePublic/Realisations.razor.rz.scp.css */
.realisations-page[b-dl1hojucfr] {
    min-height: 100vh;
    padding: 55px max(4vw, 30px) 70px;
    background: #faf7f2;
    color: #44382f;
}


/* =========================
   HEADER
   ========================= */

.realisations-header[b-dl1hojucfr] {
    max-width: 850px;
    margin: 0 auto 50px;
    text-align: center;
}

[b-dl1hojucfr] .realisations-title {
    font-family: 'Playfair Display', serif !important;
    font-size: clamp(3rem, 5vw, 4.8rem) !important;
    font-weight: 500 !important;
    color: #3e322b !important;
}

.title-decoration[b-dl1hojucfr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 18px 0 24px;
}

    .title-decoration span[b-dl1hojucfr] {
        width: 48px;
        height: 1px;
        background: #d5b9a7;
    }

.title-logo[b-dl1hojucfr] {
    width: 30px;
    height: 30px;
    object-fit: contain;
    opacity: 0.85;
}

[b-dl1hojucfr] .realisations-subtitle {
    max-width: 650px;
    margin: 0 auto !important;
    font-family: 'DM Sans', sans-serif !important;
    font-size: 1rem !important;
    line-height: 1.7 !important;
    color: #7b6d64 !important;
}


/* =========================
   GALERIE
   ========================= */

.realisations-grid[b-dl1hojucfr] {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.realisation-card[b-dl1hojucfr] {
    overflow: hidden;
    border-radius: 14px;
    background: #eee3d7;
    box-shadow: 0 7px 22px rgba(60, 40, 30, 0.06);
}

.realisation-image[b-dl1hojucfr] {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
}

    .realisation-image img[b-dl1hojucfr] {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: cover;
        transition: transform 0.45s ease, filter 0.45s ease;
    }


/* =========================
   HOVER
   ========================= */

.realisation-overlay[b-dl1hojucfr] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 25px;
    background: linear-gradient( 180deg, rgba(40, 30, 23, 0) 42%, rgba(40, 30, 23, 0.72) 100% );
    opacity: 0;
    transition: opacity 0.3s ease;
}

.realisation-overlay-content[b-dl1hojucfr] {
    transform: translateY(10px);
    transition: transform 0.3s ease;
}

.realisation-overlay h2[b-dl1hojucfr] {
    margin: 0;
    font-family: 'Playfair Display', serif;
    font-size: 1.5rem;
    font-weight: 500;
    color: #fffaf5;
}

.realisation-line[b-dl1hojucfr] {
    width: 35px;
    height: 2px;
    margin-top: 11px;
    background: #dc8a4d;
}

.realisation-card:hover .realisation-image img[b-dl1hojucfr] {
    transform: scale(1.045);
    filter: brightness(0.93);
}

.realisation-card:hover .realisation-overlay[b-dl1hojucfr] {
    opacity: 1;
}

.realisation-card:hover .realisation-overlay-content[b-dl1hojucfr] {
    transform: translateY(0);
}


/* =========================
   CONTACT
   ========================= */

.realisations-contact[b-dl1hojucfr] {
    width: 100%;
    max-width: 1450px;
    margin: 50px auto 0;
    padding: 30px 45px;
    display: flex;
    align-items: center;
    gap: 22px;
    border-radius: 16px;
    background: linear-gradient( 90deg, #f0e5d8, #f7efe6 );
    border: 1px solid #e4d5c6;
}

.contact-icon[b-dl1hojucfr] {
    width: 58px;
    height: 58px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c87645;
    border-radius: 50%;
}

    .contact-icon img[b-dl1hojucfr] {
        width: 32px;
        height: 32px;
        object-fit: contain;
    }

.contact-content[b-dl1hojucfr] {
    flex: 1;
}

    .contact-content h2[b-dl1hojucfr] {
        margin: 0;
        font-family: 'Playfair Display', serif;
        font-size: 1.7rem;
        font-weight: 500;
        color: #3f332c;
    }

    .contact-content p[b-dl1hojucfr] {
        margin: 4px 0 0;
        font-family: 'DM Sans', sans-serif;
        color: #7d6d63;
    }

.contact-button[b-dl1hojucfr] {
    flex-shrink: 0;
    padding: 11px 20px;
    border-radius: 10px;
    background: #b8552d;
    color: white;
    font-family: 'DM Sans', sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease;
}

    .contact-button:hover[b-dl1hojucfr] {
        background: #9e4626;
        transform: translateY(-1px);
    }


/* =========================
   ETATS
   ========================= */

.realisations-loading[b-dl1hojucfr] {
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.realisations-empty[b-dl1hojucfr],
.realisations-error[b-dl1hojucfr] {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    color: #85756c;
}


/* =========================
   TABLETTE
   ========================= */

@media (max-width: 1100px) {

    .realisations-grid[b-dl1hojucfr] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}


/* =========================
   PETITE TABLETTE
   ========================= */

@media (max-width: 800px) {

    .realisations-page[b-dl1hojucfr] {
        padding: 40px 24px 55px;
    }

    .realisations-grid[b-dl1hojucfr] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
    }

    .realisations-contact[b-dl1hojucfr] {
        padding: 25px;
        flex-wrap: wrap;
    }
}


/* =========================
   MOBILE
   ========================= */

@media (max-width: 550px) {

    .realisations-page[b-dl1hojucfr] {
        padding: 32px 18px 45px;
    }

    [b-dl1hojucfr] .realisations-title {
        font-size: 2.7rem !important;
    }

    .realisations-header[b-dl1hojucfr] {
        margin-bottom: 35px;
    }

    .realisations-grid[b-dl1hojucfr] {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .realisation-image[b-dl1hojucfr] {
        aspect-ratio: 4 / 3;
    }

    /*
        Sur mobile pas de hover :
        on laisse le titre visible.
    */

    .realisation-overlay[b-dl1hojucfr] {
        opacity: 1;
        padding: 20px;
        background: linear-gradient( 180deg, rgba(40, 30, 23, 0) 48%, rgba(40, 30, 23, 0.68) 100% );
    }

    .realisation-overlay-content[b-dl1hojucfr] {
        transform: none;
    }

    .realisation-overlay h2[b-dl1hojucfr] {
        font-size: 1.35rem;
    }

    .realisations-contact[b-dl1hojucfr] {
        flex-direction: column;
        align-items: flex-start;
        padding: 25px;
        margin-top: 35px;
    }

    .contact-button[b-dl1hojucfr] {
        width: 100%;
        text-align: center;
    }
}
/* _content/AtelierCeramique.Web/Components/Shared/CoursPublic.razor.rz.scp.css */
.cours-public-page[b-b76156xjfu] {
    min-height: 100vh;
    padding: 45px max(4vw, 35px) 65px;
    background: #faf5ec;
    color: #44382f;
}


/* =========================
   HERO
   ========================= */

.cours-hero[b-b76156xjfu] {
    width: 100%;
    max-width: 1450px;
    margin: 0 auto 55px;
    display: grid;
    grid-template-columns: 0.75fr 1.65fr;
    align-items: center;
    gap: 45px;
}

.cours-hero-text[b-b76156xjfu] {
    padding-left: 20px;
}

    .cours-hero-text h1[b-b76156xjfu] {
        margin: 0;
        display: flex;
        flex-direction: column;
        font-family: 'Playfair Display', Georgia, serif;
        font-size: clamp(3rem, 5vw, 5.2rem);
        line-height: 0.98;
        font-weight: 500;
        color: #44382f;
    }

        .cours-hero-text h1 span[b-b76156xjfu] {
            margin-top: 8px;
            font-family: 'Playfair Display', Georgia, serif;
            font-style: italic;
            font-weight: 400;
            color: #a28b45;
        }

.hero-line[b-b76156xjfu] {
    width: 95px;
    height: 2px;
    margin: 35px 0 28px;
    background: #a28b45;
}

.cours-hero-text p[b-b76156xjfu] {
    max-width: 430px;
    margin: 0;
    white-space: pre-line;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.18rem;
    line-height: 1.65;
    color: #594c43;
}


/* =========================
   IMAGE HERO COURS
   Format paysage + fondu
   ========================= */

.cours-hero-image[b-b76156xjfu] {
    position: relative;
    width: 100%;
    /* Force le format paysage */
    aspect-ratio: 16 / 9;
    overflow: hidden;
}


    /* IMAGE */

    .cours-hero-image img[b-b76156xjfu] {
        display: block;
        width: 100%;
        height: 100%;
        /*
       Remplit entièrement le format paysage.
       Une photo verticale sera donc coupée.
    */
        object-fit: cover;
        /*
       On garde le centre de la photo.
    */
        object-position: center center;
        /* =========================
       FONDU SUR LES BORDS
       ========================= */

        -webkit-mask-image: linear-gradient( to right, transparent 0%, rgba(0, 0, 0, 0.25) 5%, rgba(0, 0, 0, 0.75) 13%, #000 24%, #000 90%, rgba(0, 0, 0, 0.75) 96%, transparent 100% ), linear-gradient( to bottom, #000 0%, #000 78%, rgba(0, 0, 0, 0.65) 88%, transparent 100% );
        -webkit-mask-composite: source-in;
        mask-image: linear-gradient( to right, transparent 0%, rgba(0, 0, 0, 0.25) 5%, rgba(0, 0, 0, 0.75) 13%, #000 24%, #000 90%, rgba(0, 0, 0, 0.75) 96%, transparent 100% ), linear-gradient( to bottom, #000 0%, #000 78%, rgba(0, 0, 0, 0.65) 88%, transparent 100% );
        mask-composite: intersect;
    }

/* =========================
   OFFRES
   ========================= */

.cours-offres[b-b76156xjfu] {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.offres-heading[b-b76156xjfu] {
    margin-bottom: 35px;
    text-align: center;
}

    .offres-heading h2[b-b76156xjfu] {
        margin: 0;
        font-family: 'Playfair Display', Georgia, serif;
        font-size: clamp(2rem, 3vw, 3.2rem);
        font-weight: 500;
        color: #493d35;
    }

.offres-heading-line[b-b76156xjfu] {
    width: 75px;
    height: 2px;
    margin: 18px auto 0;
    background: #d17a36;
}


/* =========================
   GRILLE
   ========================= */

.offres-grid[b-b76156xjfu] {
    display: grid;
    grid-template-columns: repeat(4, minmax(260px, 1fr));
    justify-content: center;
    align-items: stretch;
    gap: 24px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

    /* 1 offre : centrée */
    .offres-grid:has(.offre-card:only-child)[b-b76156xjfu] {
        grid-template-columns: minmax(280px, 360px);
    }


    /* 2 offres : centrées */
    .offres-grid:has(.offre-card:nth-child(2):last-child)[b-b76156xjfu] {
        grid-template-columns: repeat(2, minmax(280px, 360px));
    }


    /* 3 offres : centrées */
    .offres-grid:has(.offre-card:nth-child(3):last-child)[b-b76156xjfu] {
        grid-template-columns: repeat(3, minmax(280px, 360px));
    }


/* =========================
   CARD
   ========================= */

.offre-card[b-b76156xjfu] {
    position: relative;
    min-width: 0;
    margin-top: 42px;
    padding: 68px 28px 32px;
    border: 3px solid #cf6d32;
    border-radius: 18px 18px 10px 10px;
    background: rgba(255, 252, 247, 0.82);
    text-align: center;
    box-shadow: 0 7px 22px rgba(70, 45, 30, 0.05);
}


    /* alternance couleurs */

    .offre-card:nth-child(4n + 2)[b-b76156xjfu] {
        border-color: #979064;
    }

    .offre-card:nth-child(4n + 3)[b-b76156xjfu] {
        border-color: #dfa23f;
    }

    .offre-card:nth-child(4n + 4)[b-b76156xjfu] {
        border-color: #c96831;
    }


/* =========================
   CERCLE
   ========================= */

.offre-decoration[b-b76156xjfu] {
    position: absolute;
    top: -49px;
    left: 50%;
    transform: translateX(-50%);
    width: 98px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px double #cf6d32;
    border-radius: 50%;
    background: #d67b39;
    color: white;
    box-shadow: 0 0 0 5px #faf5ec;
}

.offre-card:nth-child(4n + 2) .offre-decoration[b-b76156xjfu] {
    border-color: #878158;
    background: #979064;
}

.offre-card:nth-child(4n + 3) .offre-decoration[b-b76156xjfu] {
    border-color: #d4952d;
    background: #e1a23c;
}

.offre-card:nth-child(4n + 4) .offre-decoration[b-b76156xjfu] {
    border-color: #bd5929;
    background: #cb692f;
}

[b-b76156xjfu] .offre-decoration-icon {
    font-size: 41px !important;
    color: white !important;
}


/* =========================
   CONTENU OFFRE
   ========================= */

.offre-card-content h3[b-b76156xjfu] {
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.55rem;
    line-height: 1.25;
    font-weight: 500;
    color: #4a3d35;
}

.offre-sous-titre[b-b76156xjfu] {
    margin-top: 6px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.08rem;
    color: #c5672f;
}

.offre-infos-principales[b-b76156xjfu] {
    min-height: 54px;
    margin-top: 21px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 5px 9px;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1rem;
    color: #746454;
}

    .offre-infos-principales span:not(:last-child)[b-b76156xjfu]::after {
        content: " /";
        margin-left: 7px;
    }

    .offre-infos-principales strong[b-b76156xjfu] {
        font-weight: 500;
        color: #8c704e;
    }

.offre-description[b-b76156xjfu] {
    margin: 22px 0 0;
    white-space: pre-line;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 0.95rem;
    line-height: 1.55;
    color: #584b42;
}

.offre-personnes[b-b76156xjfu] {
    margin-top: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.8rem;
    color: #7b685d;
}

    .offre-personnes[b-b76156xjfu]  .mud-icon-root {
        color: #cb743b !important;
        font-size: 20px !important;
    }

.offre-separator[b-b76156xjfu] {
    width: 45px;
    height: 1px;
    margin: 25px auto 18px;
    background: #d58b53;
}

.offre-informations[b-b76156xjfu] {
    white-space: pre-line;
    font-family: 'DM Sans', sans-serif;
    font-size: 0.78rem;
    line-height: 1.55;
    color: #786a60;
}


/* =========================
   NOTE DU BAS
   ========================= */

.cours-bottom-note[b-b76156xjfu] {
    width: min(900px, 100%);
    margin: 55px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 24px 30px;
    border-top: 1px solid #d6c3af;
    border-bottom: 1px solid #d6c3af;
    text-align: center;
}

.bottom-note-decoration[b-b76156xjfu] {
    color: #a28b45;
    font-size: 1.5rem;
}

.cours-bottom-note p[b-b76156xjfu] {
    margin: 0;
    font-family: 'Playfair Display', Georgia, serif;
    font-style: italic;
    font-size: 1rem;
    color: #695a50;
}


/* =========================
   VIDE / LOADING
   ========================= */

.cours-loading[b-b76156xjfu],
.cours-empty[b-b76156xjfu] {
    min-height: 650px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
    color: #85756c;
}

    .cours-empty h2[b-b76156xjfu] {
        margin: 5px 0 0;
        font-family: 'Playfair Display', Georgia, serif;
        color: #44382f;
    }

    .cours-empty p[b-b76156xjfu] {
        margin: 0;
        font-family: 'DM Sans', sans-serif;
    }


/* =========================
   TABLETTE
   ========================= */

@media (max-width: 1150px) {

    .offres-grid[b-b76156xjfu],
    .offres-grid:has(.offre-card:only-child)[b-b76156xjfu],
    .offres-grid:has(.offre-card:nth-child(2):last-child)[b-b76156xjfu],
    .offres-grid:has(.offre-card:nth-child(3):last-child)[b-b76156xjfu] {
        grid-template-columns: repeat(2, minmax(260px, 360px));
        justify-content: center;
        gap: 35px 24px;
    }

        /* Si une seule offre, une seule colonne */
        .offres-grid:has(.offre-card:only-child)[b-b76156xjfu] {
            grid-template-columns: minmax(260px, 360px);
        }

    .cours-hero[b-b76156xjfu] {
        grid-template-columns: 0.9fr 1.3fr;
    }
}

.offre-decoration-image[b-b76156xjfu] {
    width: 55px;
    height: 55px;
    object-fit: contain;
    display: block;
}
/* =========================
   MOBILE
   ========================= */

@media (max-width: 760px) {

    .cours-public-page[b-b76156xjfu] {
        padding: 28px 20px 50px;
    }

    .cours-hero[b-b76156xjfu] {
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-bottom: 45px;
    }

    .cours-hero-text[b-b76156xjfu] {
        width: 100%;
        padding: 0;
    }

        .cours-hero-text h1[b-b76156xjfu] {
            font-size: 3rem;
        }

        .cours-hero-text p[b-b76156xjfu] {
            font-size: 1.05rem;
        }

    .hero-line[b-b76156xjfu] {
        margin: 25px 0 22px;
    }

    .cours-hero-image[b-b76156xjfu] {
        aspect-ratio: 4 / 3;
    }

    .offres-heading[b-b76156xjfu] {
        margin-bottom: 25px;
    }

    .offres-grid[b-b76156xjfu],
    .offres-grid:has(.offre-card:only-child)[b-b76156xjfu],
    .offres-grid:has(.offre-card:nth-child(2):last-child)[b-b76156xjfu],
    .offres-grid:has(.offre-card:nth-child(3):last-child)[b-b76156xjfu] {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .offre-card[b-b76156xjfu] {
        margin-top: 42px;
        padding: 65px 24px 28px;
    }

    .cours-bottom-note[b-b76156xjfu] {
        margin-top: 45px;
        padding: 20px;
        align-items: flex-start;
    }
}
/* _content/AtelierCeramique.Web/Components/Shared/PotteryLoader.razor.rz.scp.css */
.pottery-loader[b-k7ugv698rd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 20px;
}

.pottery-loader-items[b-k7ugv698rd] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    height: 70px;
}

.pottery-item[b-k7ugv698rd] {
    display: block;
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
    object-fit: contain;
    flex: 0 0 auto;
    animation: pottery-wave-b-k7ugv698rd 1.1s ease-in-out infinite;
}

.pottery-item-1[b-k7ugv698rd] {
    animation-delay: 0s;
}

.pottery-item-2[b-k7ugv698rd] {
    animation-delay: 0.15s;
    width: 42px !important;
    height: 58px !important;
    max-width: 42px !important;
    max-height: 58px !important;
}

.pottery-item-3[b-k7ugv698rd] {
    animation-delay: 0.30s;
}

.pottery-loader-text[b-k7ugv698rd] {
    font-family: 'DM Sans', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #806c60;
}

@keyframes pottery-wave-b-k7ugv698rd {
    0%, 60%, 100% {
        transform: translateY(0);
    }

    30% {
        transform: translateY(-12px);
    }
}
