:root{
  --pink:#ec4f9b;
  --pink-dark:#d93d87;
  --turq:#2fc1c8;
  --soft:#fff4f8;
  --soft-2:#fff7f2;
  --line:#ffd5e5;
  --ink:#11213b;
  --muted:#667085;
  --gold:#ffe2a0;
  --shadow:0 12px 35px rgba(17,33,59,.08);
  --shadow-lg:0 18px 50px rgba(17,33,59,.13);
  --radius:22px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{margin:0;font-family:Segoe UI,Arial,sans-serif;color:var(--ink);background:linear-gradient(180deg,var(--soft) 0%,var(--soft-2) 100%);min-height:100vh}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%}
button,input,textarea,select{font:inherit}
button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid rgba(47,193,200,.6);outline-offset:3px}

.skip-link{position:fixed;left:12px;top:-80px;background:#fff;color:var(--ink);padding:12px 16px;border-radius:12px;z-index:1000;box-shadow:var(--shadow)}
.skip-link:focus{top:12px}

.top{max-width:1280px;margin:0 auto;padding:10px 20px 8px;border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);backdrop-filter:blur(12px);position:sticky;top:0;z-index:50}
.header-row{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:64px}
.brand{display:flex;gap:12px;align-items:center;min-width:0}
.brand img{width:62px;height:62px;object-fit:cover;border-radius:50%;box-shadow:0 6px 18px #0001;display:block}
.brand h1,.brand-title{margin:0;color:var(--pink);font-size:clamp(23px,2.2vw,30px);line-height:1.05}
.brand p{margin:2px 0 0;color:#555;line-height:1.25;font-size:14px}

.quick{position:absolute;right:20px;top:16px;display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.quick a,.btn,button{border:0;border-radius:999px;background:var(--pink);color:white;padding:9px 15px;font-weight:700;cursor:pointer;transition:transform .2s ease,filter .2s ease,box-shadow .2s ease;min-height:40px}
.quick a:hover,.btn:hover,button:hover{transform:translateY(-1px);filter:brightness(.98);box-shadow:0 8px 20px rgba(236,79,155,.18)}
.quick .turq{background:var(--turq)}
.quick .ghost{background:white;color:var(--pink);border:1px solid var(--line)}

nav{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}
nav a,.chip{padding:8px 12px;border:1px solid var(--line);border-radius:999px;background:#fff6fa;transition:.2s;min-height:38px;display:inline-flex;align-items:center}
nav a:hover,.chip:hover{background:#ffeaf3;transform:translateY(-1px)}
.chip.active{background:var(--pink);color:white;border-color:var(--pink)}


.mobile-header-actions{display:flex;align-items:center;gap:8px;margin-left:auto}
.mobile-cart-link{display:none;align-items:center;justify-content:center;gap:4px;min-width:44px;height:44px;padding:0 9px;border-radius:14px;background:white;border:1px solid var(--line);color:var(--pink);font-weight:800;text-decoration:none}
.mobile-cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:var(--pink);color:white;font-size:12px;line-height:1}
.mobile-cart-count[hidden]{display:none}

.menu-toggle{display:none;width:44px;height:44px;padding:0;border-radius:14px;background:white;border:1px solid var(--line);align-items:center;justify-content:center;flex-direction:column;gap:5px;flex:0 0 auto}
.menu-toggle span{width:22px;height:2px;background:var(--pink);border-radius:999px}
.mobile-panel{display:none}

main{max-width:1280px;margin:0 auto;padding:18px 20px}
.hero,.panel{background:white;border:1px solid #f2ded6;border-radius:var(--radius);padding:22px;box-shadow:var(--shadow);margin-bottom:18px}
.hero{position:relative;overflow:hidden}
.hero:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-70px;top:-80px;background:radial-gradient(circle,rgba(236,79,155,.18),transparent 70%);pointer-events:none}
.hero h2{font-size:clamp(25px,4vw,34px);color:var(--pink);margin:0 0 8px;line-height:1.18;max-width:900px}
.hero p{font-size:18px;margin:0;color:var(--muted)}
.filters{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0 18px;overflow:visible;padding:2px 0}
.filters .chip{white-space:nowrap;flex:0 0 auto}

.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:22px}
.card{background:white;border-radius:var(--radius);padding:14px;border:1px solid #f3dfd9;box-shadow:0 10px 28px rgba(0,0,0,.06);transition:.25s;overflow:hidden;height:100%}
.card>a{display:flex;flex-direction:column;height:100%}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.card:hover .photo img{transform:scale(1.04)}
.card h3{font-size:21px;margin:16px 2px 6px;line-height:1.25}
.card p{color:var(--muted);line-height:1.5;margin:0 2px 12px}
.card .price{margin-top:auto;padding-top:10px}
.photo{width:100%;aspect-ratio:4/5;height:auto;border-radius:16px;overflow:hidden;background:#fff0f6;display:flex;align-items:center;justify-content:center;position:relative}
.photo img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:.35s ease}
.placeholder{color:#999}
.badge{display:inline-block;background:#fff0c5;border-radius:14px;padding:6px 10px;margin:4px 4px 4px 0;font-size:13px}
.warn{background:var(--gold)}
.price{display:block;color:var(--pink);font-size:26px;font-weight:800}
.old{text-decoration:line-through;color:#999;font-size:18px;margin-left:6px}

.breadcrumbs{font-size:14px;color:var(--muted);margin:0 0 16px;gap:6px}
.breadcrumbs a{padding:0;border:0;background:transparent;min-height:auto}
.product{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(340px,.9fr);gap:28px;align-items:start}
.product-gallery{min-width:0}
.big{width:100%;max-height:680px;aspect-ratio:1/1;object-fit:cover;object-position:center;border-radius:20px;background:#fff;box-shadow:var(--shadow);touch-action:pan-y}
.thumbs{display:flex;gap:10px;flex-wrap:nowrap;margin-top:12px;overflow-x:auto;padding:2px 2px 8px;-webkit-overflow-scrolling:touch}
.thumb-button{border:2px solid transparent;background:transparent;padding:0;border-radius:14px;min-width:auto;min-height:auto;flex:0 0 auto;box-shadow:none}
.thumb-button:hover{transform:none;box-shadow:none}
.thumb-button.active{border-color:var(--pink)}
.thumb-button img{width:88px;height:88px;object-fit:cover;border-radius:11px;display:block}
.product-info{position:sticky;top:125px}
.product-info h2{font-size:clamp(28px,4vw,38px);margin-top:0;color:var(--pink)}
.product-info .price{font-size:32px}
.product-meta{display:grid;gap:4px;margin:16px 0}
.trust-box{background:#f7fffe;border:1px solid #c8eff1;border-radius:16px;padding:14px;margin:16px 0;color:#315b60}
.order-anchor{scroll-margin-top:110px}
.mobile-buy-bar{display:none}

.form{display:grid;gap:12px}
.form.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.form label{font-weight:650;display:grid;gap:6px}
.form textarea{min-height:100px;grid-column:1/-1;resize:vertical}
input,textarea,select{width:100%;padding:14px;border:1px solid #d7dce2;border-radius:12px;background:white;min-height:48px}
input:focus,textarea:focus,select:focus{border-color:var(--turq);box-shadow:0 0 0 3px rgba(47,193,200,.12);outline:none}
.form button{width:100%;font-size:16px}
button:disabled{opacity:.5;cursor:not-allowed}
.small{font-size:13px;color:#666}
.error{color:#b00020}
.narrow{max-width:420px;margin:auto}

.admin{display:grid;grid-template-columns:250px minmax(0,1fr);gap:22px}
.admin aside{background:white;border:1px solid #f2ded6;border-radius:18px;padding:18px;align-self:start;position:sticky;top:125px}
.admin aside a{display:block;padding:10px;border-radius:12px}
.admin aside a:hover{background:#fdecf3}
.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.stats div{background:#fff0f6;border-radius:18px;padding:20px;text-align:center}
.stats b{display:block;font-size:30px;color:var(--pink)}
.table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;border-radius:16px}
table{width:100%;border-collapse:collapse;background:white;border-radius:16px;overflow:hidden;min-width:720px}
td,th{padding:12px;border-bottom:1px solid #f1e1de;text-align:left}
.mini{width:55px;height:55px;border-radius:10px;object-fit:cover}
.danger{background:#d94b4b}
.row{display:flex;align-items:center;justify-content:space-between;gap:12px}
.step{display:flex;gap:18px}
.step img{width:240px;max-width:40%;border-radius:16px;object-fit:cover}

footer{max-width:1280px;margin:20px auto;padding:20px 24px;background:white;border:1px solid #f2ded6;border-radius:18px;line-height:1.6}
.back-to-top{position:fixed;right:18px;bottom:18px;width:48px;height:48px;padding:0;border-radius:50%;z-index:40;box-shadow:var(--shadow-lg);font-size:22px}

@media(max-width:980px){
  .desktop-navigation{display:none}
  .menu-toggle{display:flex}
  .mobile-cart-link{display:inline-flex}
  .mobile-panel{display:block;position:fixed;inset:82px 12px auto 12px;background:white;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-lg);padding:12px;max-height:calc(100vh - 100px);overflow:auto}
  .mobile-panel[hidden]{display:none}
  .mobile-panel nav{display:grid;gap:8px;margin:0}
  .mobile-panel nav a{justify-content:center;width:100%;background:#fff7fa}
  .product{grid-template-columns:1fr}
  .product-info{position:static}
  .admin{grid-template-columns:1fr}
  .admin aside{position:static;overflow-x:auto;white-space:nowrap;padding:10px}
  .admin aside a{display:inline-block}
  .filters{flex-wrap:nowrap;overflow-x:auto;padding:2px 2px 8px;scrollbar-width:thin;-webkit-overflow-scrolling:touch}
}

@media(max-width:700px){
  .top{padding:10px 14px 8px;position:sticky}
  .brand{gap:10px}
  .brand img{width:56px;height:56px}
  .brand h1,.brand-title{font-size:23px}
  .brand p{font-size:12px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
  .mobile-panel{inset:74px 10px auto 10px}
  main{padding:14px 12px 96px}
  .hero,.panel{padding:18px;border-radius:18px}
  .hero h2{font-size:25px}
  .hero p{font-size:16px}
  .grid{grid-template-columns:1fr;gap:16px}
  .card{padding:10px;border-radius:18px}
  .card h3{font-size:22px}
  .photo{aspect-ratio:1/1.08}
  .product{gap:16px}
  .big{border-radius:16px;max-height:none}
  .thumb-button img{width:72px;height:72px}
  .product-info h2{font-size:29px}
  .form.two{grid-template-columns:1fr}
  .stats{grid-template-columns:1fr 1fr}
  .stats div{padding:14px}
  .stats b{font-size:25px}
  .step{display:block}
  .step img{max-width:100%;width:100%;margin-bottom:12px}
  .row{align-items:flex-start;flex-direction:column}
  footer{margin:12px;padding:18px;border-radius:16px}
  .mobile-buy-bar{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:45;background:rgba(255,255,255,.97);border-top:1px solid var(--line);padding:10px max(12px,env(safe-area-inset-right)) calc(10px + env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left));gap:10px;align-items:center;box-shadow:0 -8px 25px rgba(17,33,59,.08)}
  .mobile-buy-bar .price{font-size:21px;white-space:nowrap}
  .mobile-buy-bar .btn{flex:1;text-align:center;padding:12px 14px}
  .back-to-top{bottom:82px}
}

@media(max-width:420px){
  .brand p{display:none}
  .brand h1,.brand-title{font-size:21px}
  .brand img{width:50px;height:50px}
  .mobile-panel{inset:68px 8px auto 8px}
  .stats{grid-template-columns:1fr}
  .price{font-size:24px}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important;animation:none!important}
}


/* =========================================================
   V19.5 - MOBILE + GRILLE PRODUITS
   ========================================================= */

/*
 * Empêche un élément de forcer la page à être plus large
 * que l'écran du téléphone.
 */
html,
body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

main {
  width: 100%;
  min-width: 0;
}

/*
 * Le bandeau reste horizontal et défilable au doigt.
 */
.filters {
  max-width: 100%;
}

@media (max-width: 700px) {

  /*
   * Affichage catalogue compact :
   * 3 produits par ligne comme sur la collection Automne.
   */
  .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  .card {
    min-width: 0;
    padding: 7px;
    border-radius: 14px;
  }

  .card .photo {
    height: auto;
    aspect-ratio: 4 / 5;
    border-radius: 11px;
  }

  .card h3 {
    font-size: 14px;
    line-height: 1.15;
    margin: 8px 0 5px;
    overflow-wrap: anywhere;
  }

  .card p {
    font-size: 11px;
    line-height: 1.35;
  }

  .card .badge {
    font-size: 9px;
    padding: 4px 6px;
    margin: 2px 2px 2px 0;
  }

  .card .price {
    font-size: 18px;
  }

  /*
   * Navigation catégories :
   * surtout pas de retour à la ligne.
   */
  .filters {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    gap: 6px;
    padding: 2px 2px 8px;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  .filters .chip {
    flex: 0 0 auto;
    white-space: nowrap;
  }
}


/*
 * Téléphones très étroits :
 * on conserve 2 colonnes pour éviter des fiches illisibles.
 */
@media (max-width: 390px) {
  .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* =========================================================
   V15.8 - ADMIN MOBILE
   Base identique à la production + sécurités anti-débordement
   ========================================================= */

.admin,
.admin-content,
.admin aside,
.admin-content > *,
.panel {
    min-width: 0;
    max-width: 100%;
}

.admin-content {
    width: 100%;
    overflow: hidden;
}

/* Les tableaux restent scrollables DANS leur zone,
   jamais la page entière. */
.admin-content .table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Formulaires et médias ne peuvent pas élargir l'écran. */
.admin-content input,
.admin-content select,
.admin-content textarea,
.admin-content img {
    max-width: 100%;
}

@media (max-width:980px) {

    .admin {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .admin aside {
        position: static !important;

        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;

        width: 100% !important;
        max-width: 100% !important;

        margin: 0 0 14px !important;
        padding: 8px !important;

        overflow-x: auto !important;
        overflow-y: hidden !important;

        white-space: nowrap !important;

        -webkit-overflow-scrolling: touch !important;
        touch-action: pan-x !important;

        border-radius: 15px !important;
    }

    .admin aside h2 {
        display: none !important;
    }

    .admin aside a {
        display: inline-flex !important;
        flex: 0 0 auto !important;

        align-items: center !important;

        min-height: 40px !important;

        padding: 8px 11px !important;

        white-space: nowrap !important;
    }

    .admin-content {
        width: 100% !important;
        max-width: 100% !important;

        margin: 0 auto !important;
        padding: 0 !important;

        overflow: visible !important;
    }
}

@media (max-width:700px) {

    main {
        width: 100% !important;
        max-width: 100% !important;

        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .admin-content h1,
    .admin-content h2,
    .admin-content h3 {
        max-width: 100%;
        overflow-wrap: anywhere;
    }

    .admin-content .panel {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;

        padding: 15px !important;
    }

    .admin-content .form.two {
        grid-template-columns: 1fr !important;
    }

    .admin-content .stats,
    .admin-content .metric-grid {
        grid-template-columns: 1fr 1fr !important;
        width: 100% !important;
    }
}

@media (max-width:420px) {

    .admin-content .stats,
    .admin-content .metric-grid {
        grid-template-columns: 1fr !important;
    }
}


/* =========================================================
   V15.9 - ADMIN PRODUITS MOBILE
   ========================================================= */

@media (max-width:980px){

    .admin-content table{
        min-width:900px !important;
        width:900px !important;
    }

    .admin-content .table-wrap{
        display:block !important;

        width:100% !important;
        max-width:100% !important;

        overflow-x:scroll !important;
        overflow-y:visible !important;

        -webkit-overflow-scrolling:touch !important;
        touch-action:pan-x !important;

        overscroll-behavior-x:contain !important;

        padding-bottom:10px !important;
    }

    .admin-content .table-wrap::-webkit-scrollbar{
        height:10px;
    }

    .admin-content .table-wrap::-webkit-scrollbar-thumb{
        background:#ec4f9b;
        border-radius:999px;
    }

    .admin-content th,
    .admin-content td{
        white-space:nowrap !important;
    }

    .admin-content td:last-child,
    .admin-content th:last-child{
        min-width:220px !important;
    }
}

@media (max-width:700px){

    .admin-content table{
        min-width:860px !important;
        width:860px !important;
    }

    .admin-content .table-wrap{
        margin-left:0 !important;
        margin-right:0 !important;
        padding-bottom:12px !important;
    }
}


/* =========================================================
   V15.10 - ADMIN PRODUITS MOBILE EN CARTES
   ========================================================= */

.admin-products-mobile{
    display:none;
}

.admin-product-actions{
    display:flex;
    align-items:center;
    gap:7px;
    flex-wrap:wrap;
}

.admin-product-actions form{
    margin:0;
}

.admin-action-edit{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:8px 12px;
    border-radius:999px;
    border:1px solid var(--line);
    background:white;
    color:var(--pink);
    font-weight:700;
}

@media(max-width:700px){

    .admin-products-desktop{
        display:none !important;
    }

    .admin-products-mobile{
        display:grid !important;
        grid-template-columns:1fr !important;
        gap:12px !important;
        width:100% !important;
    }

    .admin-products-head{
        flex-direction:row !important;
        align-items:center !important;
        justify-content:space-between !important;
        gap:10px !important;
    }

    .admin-products-head h2{
        margin:0 !important;
    }

    .admin-products-head .btn{
        flex:0 0 auto !important;
        font-size:13px !important;
        padding:9px 12px !important;
    }

    .admin-product-card{
        width:100% !important;

        background:white;

        border:1px solid #f2ded6;
        border-radius:16px;

        padding:12px;

        box-shadow:
            0 5px 18px rgba(17,33,59,.06);
    }

    .admin-product-card-top{
        display:grid;
        grid-template-columns:82px minmax(0,1fr);
        gap:12px;
        align-items:start;
    }

    .admin-product-card-image{
        width:82px;
        height:82px;

        border-radius:12px;

        object-fit:cover;
        object-position:center;

        background:#fff1f6;
    }

    .admin-product-placeholder{
        display:flex;
        align-items:center;
        justify-content:center;

        color:#999;
        font-size:12px;
    }

    .admin-product-card-info{
        display:flex;
        flex-direction:column;
        gap:4px;

        min-width:0;

        font-size:13px;
    }

    .admin-product-card-info strong{
        font-size:16px;
        line-height:1.25;

        overflow-wrap:anywhere;
    }

    .admin-product-price{
        color:var(--pink);
        font-size:17px;
        font-weight:800;
    }

    .admin-product-card-actions{
        display:grid;
        grid-template-columns:1fr 1fr 1fr;

        gap:7px;

        margin-top:12px;
    }

    .admin-product-card-actions form{
        margin:0;
        width:100%;
    }

    .admin-product-card-actions button,
    .admin-product-card-actions a{
        display:flex;
        align-items:center;
        justify-content:center;

        width:100%;
        min-height:44px;

        padding:8px 5px;

        border-radius:10px;

        font-size:12px;
        font-weight:800;

        text-align:center;
    }

    .admin-mobile-edit{
        background:#fff;
        color:var(--pink);

        border:1px solid var(--line);
    }

}

@media(max-width:390px){

    .admin-product-card-actions{
        grid-template-columns:1fr;
    }

}

/* =========================================================
   V15.11 - BOUTON PARTAGER
   ========================================================= */

.site-share-v15{
    appearance:none;
    border:1px solid var(--line);
    background:#fff;
    color:var(--pink);

    min-height:42px;
    padding:8px 13px;

    border-radius:999px;

    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:6px;

    font-family:inherit;
    font-size:14px;
    font-weight:800;

    cursor:pointer;
}

.site-share-v15:hover{
    background:#fff3f7;
}

.site-share-icon-v15{
    font-size:18px;
    line-height:1;
}

@media(max-width:700px){

    .site-share-v15{
        width:42px;
        height:42px;
        min-width:42px;
        min-height:42px;

        padding:0;

        border-radius:50%;
    }

    .site-share-text-v15{
        display:none;
    }

    .site-share-icon-v15{
        font-size:20px;
    }

}

/* =========================================================
   V15.12 - PARTAGER GLOBAL
   ========================================================= */

.site-share-v15{
    border:1px solid var(--line) !important;
    background:#fff !important;
    color:var(--pink) !important;

    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;

    font-weight:800 !important;

    cursor:pointer !important;
}

.site-share-desktop-v15{
    min-height:40px !important;
    padding:8px 14px !important;
    border-radius:999px !important;
}

.mobile-share-link{
    width:44px !important;
    height:44px !important;

    min-width:44px !important;
    min-height:44px !important;

    padding:0 !important;

    border-radius:14px !important;

    font-size:20px !important;
}

@media(max-width:980px){
    .site-share-desktop-v15{
        display:none !important;
    }
}

@media(min-width:981px){
    .mobile-share-link{
        display:none !important;
    }
}


/* =========================================================
   V15.13 - PANNEAU DE PARTAGE
   ========================================================= */

body.share-open-v15{
    overflow:hidden;
}

.share-sheet-v15{
    position:fixed;
    inset:0;
    z-index:10000;
}

.share-sheet-v15[hidden]{
    display:none !important;
}

.share-backdrop-v15{
    position:absolute;
    inset:0;

    width:100%;
    height:100%;

    margin:0;
    padding:0;

    border:0;
    border-radius:0;

    background:rgba(15,23,42,.42);
}

.share-panel-v15{
    position:absolute;

    left:50%;
    bottom:18px;

    transform:translateX(-50%);

    width:min(520px,calc(100% - 24px));

    padding:18px;

    background:#fff;

    border-radius:22px;

    box-shadow:
        0 20px 60px rgba(0,0,0,.25);
}

.share-head-v15{
    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:12px;

    margin-bottom:15px;
}

.share-head-v15 strong{
    font-size:20px;
}

.share-close-v15{
    width:40px;
    height:40px;

    min-width:40px;
    min-height:40px;

    padding:0;

    border-radius:50%;

    background:#fff1f6;
    color:var(--pink);

    font-size:25px;
}

.share-options-v15{
    display:grid;
    grid-template-columns:
        repeat(3,minmax(0,1fr));

    gap:10px;
}

.share-option-v15{
    min-width:0;
    min-height:82px;

    padding:10px 6px;

    display:flex;
    flex-direction:column;

    align-items:center;
    justify-content:center;

    gap:7px;

    border:1px solid #f2d5e1;
    border-radius:15px;

    background:#fff8fb;
    color:#382f34;

    font-size:13px;
    font-weight:800;

    text-align:center;
}

.share-option-v15 span{
    font-size:24px;
}

button.share-option-v15{
    width:100%;
    color:#382f34;
}

.share-url-v15{
    margin:14px 0 0;

    color:#7b6b72;

    font-size:11px;

    text-align:center;

    overflow-wrap:anywhere;
}

@media(max-width:420px){

    .share-panel-v15{
        bottom:8px;

        width:calc(100% - 16px);

        padding:15px;
    }

    .share-options-v15{
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

    .share-option-v15{
        min-height:74px;
    }
}


/* V15.14 - véritable pictogramme partage */

.share-icon-official-v15{
    display:block;

    fill:none;
    stroke:currentColor;

    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.mobile-share-link .share-icon-official-v15{
    width:22px;
    height:22px;
}

.site-share-desktop-v15{
    gap:7px !important;
}

.site-share-desktop-v15 .share-icon-official-v15{
    width:19px;
    height:19px;
}

.share-option-icon-v15{
    display:flex;
    align-items:center;
    justify-content:center;
}

.share-option-icon-v15 .share-icon-official-v15{
    width:25px;
    height:25px;
}


/* =========================================================
   V15.16 - SCROLL HORIZONTAL CATEGORIES MOBILE
   ========================================================= */

@media(max-width:800px){

    /* Conteneur des catégories sous "Nos créations" */
    .category-tabs,
    .collections-tabs,
    .home-category-tabs,
    .filters-row,
    .category-scroll{
        display:flex !important;
        flex-wrap:nowrap !important;

        width:100% !important;
        max-width:100% !important;

        overflow-x:auto !important;
        overflow-y:hidden !important;

        -webkit-overflow-scrolling:touch !important;

        overscroll-behavior-x:contain !important;
        touch-action:pan-x !important;

        gap:8px !important;

        padding-left:10px !important;
        padding-right:18px !important;
        padding-bottom:8px !important;

        scrollbar-width:none !important;
    }

    .category-tabs::-webkit-scrollbar,
    .collections-tabs::-webkit-scrollbar,
    .home-category-tabs::-webkit-scrollbar,
    .filters-row::-webkit-scrollbar,
    .category-scroll::-webkit-scrollbar{
        display:none !important;
    }

    .category-tabs > *,
    .collections-tabs > *,
    .home-category-tabs > *,
    .filters-row > *,
    .category-scroll > *{
        flex:0 0 auto !important;
        white-space:nowrap !important;
    }

    /* Important : aucun parent ne doit couper le scroll */
    .home-products,
    .creations-section,
    #nos-creations{
        overflow:visible !important;
    }

}


/* =========================================================
   V15.17 - CATEGORIES MOBILE : DEPART COMPLETEMENT A GAUCHE
   ========================================================= */

@media(max-width:800px){

    .category-tabs,
    .collections-tabs,
    .home-category-tabs,
    .filters-row,
    .category-scroll{

        justify-content:flex-start !important;
        align-items:center !important;

        margin-left:0 !important;
        margin-right:0 !important;

        padding-left:14px !important;
        padding-right:24px !important;

        scroll-padding-left:14px !important;

        box-sizing:border-box !important;
    }

    .category-tabs > *,
    .collections-tabs > *,
    .home-category-tabs > *,
    .filters-row > *,
    .category-scroll > *{

        margin-left:0 !important;
        margin-right:0 !important;

        flex-shrink:0 !important;
    }

}


/* =========================================================
   V15.18 - TELEPHONE EN MODE ORDINATEUR
   On garde les onglets horizontalement scrollables
   sans modifier le vrai desktop PC.
   ========================================================= */

@media screen and (max-device-width: 900px){

    .category-tabs,
    .collections-tabs,
    .home-category-tabs,
    .filters-row,
    .category-scroll{

        display:flex !important;
        flex-wrap:nowrap !important;

        justify-content:flex-start !important;
        align-items:center !important;

        width:100% !important;
        max-width:100% !important;

        overflow-x:auto !important;
        overflow-y:hidden !important;

        -webkit-overflow-scrolling:touch !important;
        overscroll-behavior-x:contain !important;
        touch-action:pan-x !important;

        gap:8px !important;

        margin-left:0 !important;
        margin-right:0 !important;

        padding-left:14px !important;
        padding-right:24px !important;
        padding-bottom:8px !important;

        box-sizing:border-box !important;

        scrollbar-width:none !important;
    }

    .category-tabs::-webkit-scrollbar,
    .collections-tabs::-webkit-scrollbar,
    .home-category-tabs::-webkit-scrollbar,
    .filters-row::-webkit-scrollbar,
    .category-scroll::-webkit-scrollbar{
        display:none !important;
    }

    .category-tabs > *,
    .collections-tabs > *,
    .home-category-tabs > *,
    .filters-row > *,
    .category-scroll > *{
        flex:0 0 auto !important;
        white-space:nowrap !important;

        margin-left:0 !important;
        margin-right:0 !important;
    }

}

/* =========================================================
   V15.19 - VRAI TELEPHONE MEME EN MODE ORDINATEUR
   ========================================================= */

html.real-phone-v15 .category-tabs,
html.real-phone-v15 .collections-tabs,
html.real-phone-v15 .home-category-tabs,
html.real-phone-v15 .filters-row,
html.real-phone-v15 .category-scroll{
    display:flex !important;
    flex-wrap:nowrap !important;

    justify-content:flex-start !important;
    align-items:center !important;

    width:100% !important;
    max-width:100% !important;

    overflow-x:auto !important;
    overflow-y:hidden !important;

    -webkit-overflow-scrolling:touch !important;
    touch-action:pan-x !important;

    gap:8px !important;

    margin:0 !important;
    padding:0 24px 8px 14px !important;

    scrollbar-width:none !important;
}

html.real-phone-v15 .category-tabs::-webkit-scrollbar,
html.real-phone-v15 .collections-tabs::-webkit-scrollbar,
html.real-phone-v15 .home-category-tabs::-webkit-scrollbar,
html.real-phone-v15 .filters-row::-webkit-scrollbar,
html.real-phone-v15 .category-scroll::-webkit-scrollbar{
    display:none !important;
}

html.real-phone-v15 .category-tabs > *,
html.real-phone-v15 .collections-tabs > *,
html.real-phone-v15 .home-category-tabs > *,
html.real-phone-v15 .filters-row > *,
html.real-phone-v15 .category-scroll > *{
    flex:0 0 auto !important;
    white-space:nowrap !important;
}

/* Empêche un parent desktop de couper le début */
html.real-phone-v15 #nos-creations,
html.real-phone-v15 .creations-section,
html.real-phone-v15 .home-products{
    overflow:visible !important;
}

/* =========================================================
   V15.20 - BANDEAU CATEGORIES ACCUEIL
   Correction du vrai élément : nav.filters
   ========================================================= */

/* Téléphone normal */
@media screen and (max-width:800px){

    .home-v15 nav.filters{
        display:flex !important;
        flex-wrap:nowrap !important;
        justify-content:flex-start !important;
        align-items:center !important;

        width:100% !important;
        max-width:100% !important;

        overflow-x:auto !important;
        overflow-y:hidden !important;

        -webkit-overflow-scrolling:touch !important;
        overscroll-behavior-x:contain !important;
        touch-action:pan-x !important;

        gap:8px !important;

        margin:18px 0 26px !important;
        padding:0 18px 8px 14px !important;

        box-sizing:border-box !important;
        scrollbar-width:none !important;
    }

    .home-v15 nav.filters::-webkit-scrollbar{
        display:none !important;
    }

    .home-v15 nav.filters > .chip{
        flex:0 0 auto !important;
        flex-shrink:0 !important;
        white-space:nowrap !important;
        margin:0 !important;
    }
}

/* Vrai téléphone lorsque le navigateur est en "mode ordinateur" */
html.real-phone-v15 .home-v15 nav.filters{
    display:flex !important;
    flex-wrap:nowrap !important;
    justify-content:flex-start !important;
    align-items:center !important;

    width:100% !important;
    max-width:100% !important;

    overflow-x:auto !important;
    overflow-y:hidden !important;

    -webkit-overflow-scrolling:touch !important;
    overscroll-behavior-x:contain !important;
    touch-action:pan-x !important;

    gap:8px !important;

    margin:18px 0 26px !important;
    padding:0 18px 8px 14px !important;

    box-sizing:border-box !important;
    scrollbar-width:none !important;
}

html.real-phone-v15 .home-v15 nav.filters::-webkit-scrollbar{
    display:none !important;
}

html.real-phone-v15 .home-v15 nav.filters > .chip{
    flex:0 0 auto !important;
    flex-shrink:0 !important;
    white-space:nowrap !important;
    margin:0 !important;
}



/* =========================================================
   V18 - SEO SCROLL FIX
   Les pages SEO doivent toujours pouvoir défiler verticalement.
   Le bandeau horizontal de l'accueil n'est pas modifié.
   ========================================================= */

html:has(.seo-page-v18),
body:has(.seo-page-v18){
    min-height:100% !important;
    height:auto !important;
    max-height:none !important;
    overflow-y:auto !important;
    overscroll-behavior-y:auto !important;
}

body:has(.seo-page-v18){
    position:static !important;
    touch-action:pan-y pinch-zoom !important;
}

.seo-page-v18{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    min-height:0 !important;
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
    touch-action:pan-y pinch-zoom !important;
    overscroll-behavior-y:auto !important;
}

.seo-page-v18 .hero,
.seo-page-v18 .panel,
.seo-page-v18 .grid{
    height:auto !important;
    max-height:none !important;
}

.seo-links-v18{
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    margin-top:12px;
}

.seo-links-v18 a{
    display:inline-flex;
    align-items:center;
    padding:9px 12px;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    text-decoration:none;
    font-weight:600;
}

@media(max-width:800px){

    html:has(.seo-page-v18),
    body:has(.seo-page-v18){
        overflow-x:hidden !important;
        overflow-y:auto !important;
        height:auto !important;
        position:static !important;
        touch-action:pan-y pinch-zoom !important;
    }

    .seo-page-v18{
        overflow:visible !important;
        touch-action:pan-y pinch-zoom !important;
    }

    .seo-page-v18 .grid{
        overflow:visible !important;
    }
}



/* V19 - ADMIN SEO SCROLL FIX */

.admin-content:has(.admin-seo-v19){
    overflow:visible !important;
    height:auto !important;
    max-height:none !important;
    min-height:0 !important;
}

.admin-seo-v19{
    display:block !important;
    width:100% !important;
    min-width:0 !important;
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
    touch-action:pan-y pinch-zoom !important;
}

.admin-seo-v19 .panel{
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
}

.admin-seo-v19 .table-wrap{
    width:100% !important;
    max-width:100% !important;
    overflow-x:auto !important;
    overflow-y:visible !important;
    -webkit-overflow-scrolling:touch !important;
    touch-action:pan-x pan-y pinch-zoom !important;
}

@media(max-width:800px){

    body:has(.admin-seo-v19){
        overflow-y:auto !important;
        height:auto !important;
        max-height:none !important;
        touch-action:pan-y pinch-zoom !important;
    }

    .admin-content:has(.admin-seo-v19),
    .admin-seo-v19{
        overflow:visible !important;
        height:auto !important;
        max-height:none !important;
        touch-action:pan-y pinch-zoom !important;
    }

    .admin-seo-v19 .table-wrap{
        overflow-x:auto !important;
        overflow-y:visible !important;
        touch-action:pan-x pan-y pinch-zoom !important;
    }
}



/* V20 - ADMIN SEO REAL PHONE + DESCRIPTIONS */

.v20-description-list{
    display:grid;
    gap:14px;
}

.v20-description-card{
    border:1px solid var(--line);
    border-radius:16px;
    background:#fff;
    padding:15px;
}

.v20-description-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}

.v20-description-columns{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
    margin:12px 0;
}

.v20-description-columns > div{
    border:1px solid #f1e1e5;
    border-radius:12px;
    padding:12px;
    min-width:0;
}

.v20-description-columns h4{
    margin-top:0;
}

/*
 * POINT IMPORTANT V20
 *
 * real-phone-v15 est ajouté lorsqu'il s'agit physiquement
 * d'un téléphone, y compris quand Chrome est en mode
 * "Site pour ordinateur".
 *
 * La correction ne dépend donc plus de max-width:800px.
 */

html.real-phone-v15,
html.real-phone-v15 body{
    height:auto !important;
    max-height:none !important;
    min-height:100% !important;
    overflow-y:auto !important;
}

html.real-phone-v15 body:has(.admin-seo-v19){
    position:static !important;
    overflow-x:hidden !important;
    overflow-y:auto !important;
    touch-action:pan-y pinch-zoom !important;
    overscroll-behavior-y:auto !important;
}

html.real-phone-v15 .admin:has(.admin-seo-v19),
html.real-phone-v15 .admin-content:has(.admin-seo-v19),
html.real-phone-v15 .admin-seo-v19{
    height:auto !important;
    max-height:none !important;
    min-height:0 !important;
    overflow:visible !important;
    touch-action:pan-y pinch-zoom !important;
}

html.real-phone-v15 .admin-seo-v19 .panel{
    height:auto !important;
    max-height:none !important;
    overflow:visible !important;
}

html.real-phone-v15 .admin-seo-v19 .table-wrap{
    overflow-x:auto !important;
    overflow-y:visible !important;

    -webkit-overflow-scrolling:touch !important;

    touch-action:pan-x pan-y pinch-zoom !important;
}

html.real-phone-v15 .admin-seo-v19 table{
    touch-action:pan-x pan-y pinch-zoom !important;
}

/*
 * Menu horizontal admin :
 * il reste horizontal mais n'empêche plus le geste vertical
 * lorsque l'utilisateur commence à faire défiler la page.
 */
html.real-phone-v15 .admin aside{
    overflow-x:auto !important;
    overflow-y:hidden !important;
    touch-action:pan-x pan-y pinch-zoom !important;
}

@media(max-width:800px){

    .v20-description-columns{
        grid-template-columns:1fr;
    }

}



/* V21.1 - PERFORMANCE SEO */

/*
 * Accélère le rendu initial sans modifier la mise en page.
 */
.home-v15 .product-showcase,
.home-v15 .home-story,
.home-v15 .daily-card{
    content-visibility:auto;
    contain-intrinsic-size:auto 600px;
}

/*
 * Contraste renforcé uniquement pour les petits textes
 * fonctionnels qui étaient les plus susceptibles d'être
 * signalés par les audits.
 */
.small,
.breadcrumbs{
    opacity:1 !important;
    color:#5a454d;
}

/*
 * Accessibilité clavier.
 * Invisible tant que le clavier n'est pas utilisé.
 */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible{
    outline:2px solid currentColor;
    outline-offset:2px;
}

