:root{--ink:#172323;--muted:#667171;--line:#dfe5e3;--paper:#fff;--canvas:#f3f6f5;--brand:#00414b;--brand-soft:#e8f1f1;--orange:#ef6500;--danger:#b42318;--success:#08783e;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--canvas)}*{box-sizing:border-box}body{margin:0;background:var(--canvas);color:var(--ink)}a{color:inherit}button,input,select{font:inherit}.topbar{height:76px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 32px;background:var(--paper);border-bottom:1px solid var(--line)}.brand,.account{display:flex;align-items:center;gap:12px}.brand>span:last-child,.account>span{display:flex;flex-direction:column;gap:2px}.brand small,.account small{font-size:12px;color:var(--muted)}.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:var(--brand);color:#fff;font-weight:700}.account>a{color:var(--brand);font-size:13px;font-weight:700;text-decoration:none}.layout{display:grid;grid-template-columns:240px minmax(0,1fr)}.sidebar{min-height:calc(100vh - 76px);padding:26px 18px;background:var(--paper);border-right:1px solid var(--line)}.sidebar nav{display:grid;gap:5px;margin-bottom:24px}.sidebar nav a{padding:11px 12px;border-radius:8px;text-decoration:none;color:var(--muted);font-size:14px}.sidebar nav a:hover,.sidebar nav a.active{background:var(--brand-soft);color:var(--brand);font-weight:700}.content,.admin-content{width:100%;max-width:1230px;margin:0 auto;padding:38px 42px 60px}.welcome{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:30px}.welcome h1{margin:0;font-size:clamp(28px,4vw,40px)}.welcome p{margin:8px 0 0;color:var(--muted)}.eyebrow{margin:0 0 7px!important;color:var(--orange)!important;font-size:12px!important;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.badge{display:inline-flex;padding:8px 12px;border-radius:999px;background:var(--brand-soft);color:var(--brand);font-size:12px;font-weight:700;white-space:nowrap}.portal-section{margin-top:30px}.section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:13px}.section-heading h2,.panel h2{margin:0;font-size:18px}.section-heading p{margin:4px 0 0;color:var(--muted);font-size:13px}.cards-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.link-card{min-height:92px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:12px;padding:16px;border:1px solid var(--line);border-radius:12px;background:var(--paper);text-decoration:none;box-shadow:0 1px 2px rgba(0,31,35,.04);transition:.15s}.link-card:hover{transform:translateY(-1px);border-color:#a9bcba;box-shadow:0 7px 20px rgba(0,31,35,.07)}.link-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:9px;background:var(--brand-soft);color:var(--brand);font-size:12px;font-weight:800}.link-copy{min-width:0;display:flex;flex-direction:column;gap:5px}.link-copy strong{font-size:14px}.link-copy small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:11px}.arrow{color:#94a09f}.primary,.outline,.ghost,.success-button{border-radius:8px;padding:10px 14px;border:1px solid transparent;cursor:pointer;font-weight:700}.primary{background:var(--brand);color:#fff}.outline{background:var(--paper);color:var(--brand);border-color:var(--brand)}.ghost{background:transparent;color:var(--muted);border-color:var(--line)}.success-button{background:#e8f5ee;color:var(--success);border-color:#c3e5d2}.full{width:100%}.small{padding:6px 9px;font-size:12px}.button-link{display:inline-flex;text-decoration:none}.security-note{margin:16px 4px 0;color:var(--muted);font-size:11px;line-height:1.5}.alert{margin:16px 0;padding:12px 14px;border-radius:8px;font-size:13px}.alert.success{background:#e8f5ee;color:var(--success)}.alert.error{background:#feeceb;color:var(--danger)}.empty,.panel{padding:24px;border:1px solid var(--line);border-radius:12px;background:var(--paper)}.empty{text-align:center}.empty h2{margin-top:0}.muted{color:var(--muted)}.login-body{min-height:100vh;display:grid;place-items:center;padding:16px}.login-card{width:min(430px,100%);padding:32px;border:1px solid var(--line);border-radius:14px;background:var(--paper);box-shadow:0 12px 36px rgba(0,31,35,.08)}.login-card.wide{width:min(560px,100%)}.login-card h1{margin:0 0 8px}.login-card>.brand-mark{margin-bottom:20px}.form-stack{display:grid;gap:14px;margin-top:22px}.form-stack label{display:grid;gap:6px;color:var(--muted);font-size:12px;font-weight:700}.form-stack input,.form-stack select{width:100%;padding:10px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink)}.form-row{display:grid;grid-template-columns:1fr 2fr;gap:12px}dialog{width:min(520px,calc(100% - 30px));padding:0;border:0;border-radius:14px;box-shadow:0 20px 70px rgba(0,31,35,.24)}dialog::backdrop{background:rgba(0,25,29,.55)}.modal-card{padding:24px}.modal-head{display:flex;justify-content:space-between;gap:20px}.modal-head h2{margin:0}.icon-button{width:36px;height:36px;border:0;border-radius:50%;background:var(--canvas);font-size:22px;cursor:pointer}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:16px}.panel{margin-bottom:16px}.panel-head{display:flex;align-items:center;gap:10px}.table-panel{padding:0;overflow:hidden}.table-panel>h2,.table-panel>.panel-head,.table-panel>p{margin:0;padding:20px 22px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}th,td{padding:12px 16px;border-top:1px solid var(--line);text-align:left;font-size:13px}th{color:var(--muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.inline-actions{display:flex;gap:6px}
@media(max-width:900px){.layout{grid-template-columns:190px minmax(0,1fr)}.cards-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content,.admin-content{padding:30px 24px}.admin-grid{grid-template-columns:1fr}}
@media(max-width:680px){.topbar{height:auto;padding:14px 16px}.brand>span:last-child,.account>span{display:none}.layout{display:block}.sidebar{min-height:0;padding:12px 14px;border-right:0;border-bottom:1px solid var(--line)}.sidebar nav{display:flex;overflow-x:auto;margin-bottom:10px}.sidebar nav a{white-space:nowrap}.security-note{display:none}.content,.admin-content{padding:26px 16px}.welcome{margin-bottom:24px}.welcome>.badge{display:none}.cards-grid{grid-template-columns:1fr}.form-row{grid-template-columns:1fr}}
.email-editor{display:flex;gap:6px}.email-editor input{min-width:240px;padding:7px 9px;border:1px solid var(--line);border-radius:7px}

.link-icon{overflow:hidden;padding:5px}
.supplier-logo{display:block;width:100%;height:100%;object-fit:contain}
.icon-fallback{width:100%;height:100%;place-items:center}
.form-stack textarea{width:100%;padding:10px 11px;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);font:inherit;resize:vertical}

/* Menu gauche + liens centre + outils droite */
.content{max-width:none}
.portal-main-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:28px;align-items:start}
.links-column{min-width:0}
.tools-sidebar{position:sticky;top:96px}
.tools-panel{padding:18px;border:1px solid var(--line);border-radius:12px;background:var(--paper);box-shadow:0 1px 2px rgba(0,31,35,.04)}
.tools-panel .section-heading{margin-bottom:12px}
.tools-list{display:grid;gap:10px}
.tool-card{min-height:76px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1px solid var(--line);border-radius:10px;background:var(--canvas);text-decoration:none;transition:.15s}
.tool-card:hover{transform:translateY(-1px);border-color:#a9bcba;background:var(--paper);box-shadow:0 5px 14px rgba(0,31,35,.06)}
.tool-card .link-copy strong{font-size:13px}
.tool-card .link-copy small{font-size:10px}
@media(max-width:1100px){.portal-main-grid{grid-template-columns:minmax(0,1fr) 260px;gap:18px}}
@media(max-width:900px){.portal-main-grid{grid-template-columns:1fr}.tools-sidebar{position:static;order:-1}.tools-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.tools-list{grid-template-columns:1fr}}

.preview-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;padding:13px 16px;border:1px solid #f0c36a;border-radius:10px;background:#fff8e8}
.preview-banner>div{display:flex;flex-direction:column;gap:3px}
.preview-banner strong{font-size:14px}
.preview-banner span{font-size:12px;color:var(--muted)}
@media(max-width:680px){.preview-banner{align-items:flex-start;flex-direction:column}}

/* Favoris personnels + ordre personnel par glisser-déposer */
.favorites-section{margin-top:0;padding:16px;border:1px solid #ead39b;border-radius:12px;background:#fffaf0}
.favorites-section .section-heading{margin-bottom:12px}
.card-shell{position:relative;min-width:0}
.card-shell>.link-card{height:100%;padding-right:58px}
.favorite-button{position:absolute;right:29px;top:8px;z-index:3;width:27px;height:27px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.92);color:#9aa4a3;font-size:20px;line-height:27px;cursor:pointer;box-shadow:0 1px 4px rgba(0,31,35,.08)}
.favorite-button:hover,.favorite-button.active{color:#d99a00}
.favorite-button:disabled{opacity:.5;cursor:wait}
.drag-handle{position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:3;width:18px;text-align:center;color:#a1acab;font-size:16px;cursor:grab;user-select:none;letter-spacing:-3px}
.card-shell.dragging{opacity:.42}
.card-shell.dragging .drag-handle{cursor:grabbing}
.sortable-grid .card-shell{transition:transform .08s}
@media(max-width:680px){
  .card-shell>.link-card{padding-right:55px}
  .favorite-button{right:27px}
}

.favorites-sortable .card-shell[draggable="true"]{cursor:grab}
.favorites-sortable .card-shell.dragging{cursor:grabbing}

/* Nombre de favoris par ligne : 3 / 4 / 5 / 6 */
.favorites-heading{align-items:center}
.favorites-columns-control{display:flex;align-items:center;gap:9px}
.favorites-columns-control>span{font-size:11px;color:var(--muted);font-weight:700;white-space:nowrap}
.segmented-control{display:flex;padding:3px;border:1px solid var(--line);border-radius:9px;background:var(--paper)}
.segmented-control button{min-width:30px;height:28px;padding:0 8px;border:0;border-radius:6px;background:transparent;color:var(--muted);font-size:12px;font-weight:700;cursor:pointer}
.segmented-control button:hover{background:var(--brand-soft);color:var(--brand)}
.segmented-control button.active{background:var(--brand);color:#fff}
.segmented-control button:disabled{opacity:.55;cursor:wait}

.favorites-grid{display:grid;gap:10px}
.favorites-cols-3 .favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.favorites-cols-4 .favorites-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.favorites-cols-5 .favorites-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.favorites-cols-6 .favorites-grid{grid-template-columns:repeat(6,minmax(0,1fr))}

/* 3 favoris : présentation complète */
.favorites-cols-3 .favorites-grid .link-card{min-height:90px}

/* 4 favoris : légèrement plus compact */
.favorites-cols-4 .favorites-grid .link-card{min-height:82px;padding:12px 52px 12px 12px;grid-template-columns:38px minmax(0,1fr) auto;gap:9px}
.favorites-cols-4 .favorites-grid .link-icon{width:38px;height:38px}
.favorites-cols-4 .favorites-grid .link-copy strong{font-size:13px}
.favorites-cols-4 .favorites-grid .link-copy small{font-size:10px}

/* 5 et 6 favoris : compact, lisible et sans surcharge */
.favorites-cols-5 .favorites-grid .link-card,
.favorites-cols-6 .favorites-grid .link-card{
    min-height:70px;
    padding:10px 44px 10px 9px;
    grid-template-columns:34px minmax(0,1fr);
    gap:8px;
}
.favorites-cols-5 .favorites-grid .link-icon,
.favorites-cols-6 .favorites-grid .link-icon{width:34px;height:34px;border-radius:8px;padding:4px}
.favorites-cols-5 .favorites-grid .link-copy,
.favorites-cols-6 .favorites-grid .link-copy{gap:2px}
.favorites-cols-5 .favorites-grid .link-copy strong,
.favorites-cols-6 .favorites-grid .link-copy strong{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:12px;
}
.favorites-cols-5 .favorites-grid .link-copy small,
.favorites-cols-6 .favorites-grid .link-copy small{display:none}
.favorites-cols-5 .favorites-grid .arrow,
.favorites-cols-6 .favorites-grid .arrow{display:none}
.favorites-cols-5 .favorites-grid .favorite-button,
.favorites-cols-6 .favorites-grid .favorite-button{right:20px;top:7px;width:23px;height:23px;font-size:17px;line-height:23px}
.favorites-cols-5 .favorites-grid .drag-handle,
.favorites-cols-6 .favorites-grid .drag-handle{right:4px;font-size:14px}

/* Sur écran plus étroit, on réduit automatiquement le nombre visuel de colonnes */
@media(max-width:1450px){
  .favorites-cols-6 .favorites-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
}
@media(max-width:1250px){
  .favorites-cols-5 .favorites-grid,
  .favorites-cols-6 .favorites-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}
@media(max-width:1050px){
  .favorites-cols-4 .favorites-grid,
  .favorites-cols-5 .favorites-grid,
  .favorites-cols-6 .favorites-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:900px){
  .favorites-cols-3 .favorites-grid,
  .favorites-cols-4 .favorites-grid,
  .favorites-cols-5 .favorites-grid,
  .favorites-cols-6 .favorites-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:680px){
  .favorites-heading{align-items:flex-start;gap:12px}
  .favorites-columns-control{align-self:flex-end}
  .favorites-cols-3 .favorites-grid,
  .favorites-cols-4 .favorites-grid,
  .favorites-cols-5 .favorites-grid,
  .favorites-cols-6 .favorites-grid{grid-template-columns:1fr}
}

/* Quand les favoris deviennent étroits, on bascule le nom sous l’icône */
.favorites-cols-5 .favorites-grid .card-shell > .link-card,
.favorites-cols-6 .favorites-grid .card-shell > .link-card{
    grid-template-columns:1fr;
    justify-items:center;
    align-content:center;
    text-align:center;
    gap:6px;
    padding:12px 34px 10px 34px;
}

.favorites-cols-5 .favorites-grid .card-shell > .link-card .link-icon,
.favorites-cols-6 .favorites-grid .card-shell > .link-card .link-icon{
    width:38px;
    height:38px;
    margin:0 auto;
}

.favorites-cols-5 .favorites-grid .card-shell > .link-card .link-copy,
.favorites-cols-6 .favorites-grid .card-shell > .link-card .link-copy{
    align-items:center;
    text-align:center;
    width:100%;
}

.favorites-cols-5 .favorites-grid .card-shell > .link-card .link-copy strong,
.favorites-cols-6 .favorites-grid .card-shell > .link-card .link-copy strong{
    width:100%;
    white-space:normal;
    overflow:visible;
    text-overflow:clip;
    line-height:1.15;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    word-break:break-word;
}

.favorites-cols-5 .favorites-grid .card-shell > .link-card .link-copy small,
.favorites-cols-6 .favorites-grid .card-shell > .link-card .link-copy small{
    display:none;
}

.favorites-cols-5 .favorites-grid .card-shell > .link-card .arrow,
.favorites-cols-6 .favorites-grid .card-shell > .link-card .arrow{
    display:none;
}

/* En 4 colonnes, on ne passe en disposition verticale que si l’écran rétrécit */
@media(max-width:1150px){
  .favorites-cols-4 .favorites-grid .card-shell > .link-card{
      grid-template-columns:1fr;
      justify-items:center;
      align-content:center;
      text-align:center;
      gap:6px;
      padding:12px 34px 10px 34px;
  }

  .favorites-cols-4 .favorites-grid .card-shell > .link-card .link-icon{
      margin:0 auto;
  }

  .favorites-cols-4 .favorites-grid .card-shell > .link-card .link-copy{
      align-items:center;
      text-align:center;
      width:100%;
  }

  .favorites-cols-4 .favorites-grid .card-shell > .link-card .link-copy strong{
      width:100%;
      white-space:normal;
      overflow:visible;
      text-overflow:clip;
      line-height:1.15;
      display:-webkit-box;
      -webkit-line-clamp:2;
      -webkit-box-orient:vertical;
      word-break:break-word;
  }

  .favorites-cols-4 .favorites-grid .card-shell > .link-card .link-copy small,
  .favorites-cols-4 .favorites-grid .card-shell > .link-card .arrow{
      display:none;
  }
}

/* Propositions de changement de liens */
.optional-label{font-weight:400;color:var(--muted)}
.proposal-type{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}
.proposal-type.add{background:#e8f5ee;color:#08783e}
.proposal-type.edit{background:#eaf1fb;color:#245b9b}
.proposal-type.delete{background:#feeceb;color:var(--danger)}
.proposal-change{min-width:280px;max-width:480px}
.proposal-change>div{margin:2px 0}
.change-row{display:grid;grid-template-columns:72px minmax(0,1fr);gap:2px 8px;align-items:start}
.change-row span{grid-row:1 / span 2;color:var(--muted);font-size:10px;text-transform:uppercase;font-weight:700}
.change-row del{color:#9a5f5a;font-size:11px;overflow-wrap:anywhere}
.change-row strong{font-size:11px;overflow-wrap:anywhere}
.danger-text{color:var(--danger)}

/* Notifications de propositions */
.admin-nav-link{display:flex!important;align-items:center;justify-content:space-between;gap:8px}
.nav-notification-badge{
    min-width:20px;
    height:20px;
    padding:0 6px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#d92d20;
    color:#fff;
    font-size:11px;
    font-weight:800;
    line-height:1;
}
.audience-badge{
    display:inline-flex;
    align-items:center;
    padding:5px 8px;
    border-radius:999px;
    background:var(--brand-soft);
    color:var(--brand);
    font-size:11px;
    font-weight:700;
    white-space:nowrap;
}

/* Navigation rapide dans l'administration */
html{scroll-behavior:smooth}
.admin-section-nav{
    position:sticky;
    top:10px;
    z-index:20;
    display:flex;
    flex-wrap:wrap;
    gap:7px;
    margin:0 0 18px;
    padding:9px;
    border:1px solid var(--line);
    border-radius:12px;
    background:rgba(255,255,255,.96);
    box-shadow:0 5px 18px rgba(0,31,35,.07);
    backdrop-filter:blur(8px)
}
.admin-section-nav a{
    display:inline-flex;
    align-items:center;
    gap:7px;
    padding:8px 11px;
    border-radius:8px;
    color:var(--brand);
    text-decoration:none;
    font-size:12px;
    font-weight:700;
    white-space:nowrap
}
.admin-section-nav a:hover{background:var(--brand-soft)}
#ajouter-lien,#creer-utilisateur,#propositions,#liens-configures,#utilisateurs{scroll-margin-top:76px}
.admin-section-head{justify-content:space-between}
.back-to-admin-menu{color:var(--brand);text-decoration:none;font-size:11px;font-weight:700}
.back-to-admin-menu:hover{text-decoration:underline}
@media(max-width:680px){
    .admin-section-nav{top:4px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:thin}
}

/* Recherche portail dans le menu gauche */
.sidebar-search{margin:0 0 14px;padding-top:2px}
.sidebar-search>label{display:block;margin:0 0 6px 2px;color:var(--muted);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.07em}
.search-input-wrap{position:relative;display:flex;align-items:center}
.search-input-wrap>span{position:absolute;left:10px;color:#879392;font-size:14px;pointer-events:none}
.search-input-wrap input{
    width:100%;
    height:39px;
    padding:8px 32px 8px 30px;
    border:1px solid var(--line);
    border-radius:9px;
    background:#fff;
    color:var(--ink);
    font-size:12px;
    outline:none
}
.search-input-wrap input:focus{border-color:#8ca9a8;box-shadow:0 0 0 3px rgba(0,65,75,.07)}
.search-input-wrap button{
    position:absolute;
    right:6px;
    width:25px;
    height:25px;
    padding:0;
    display:none;
    place-items:center;
    border:0;
    border-radius:50%;
    background:transparent;
    color:var(--muted);
    font-size:17px;
    cursor:pointer
}
.search-input-wrap button.visible{display:grid}
.search-count{min-height:15px;margin:4px 2px 0;color:var(--muted);font-size:10px}
.search-hidden,.search-section-hidden{display:none!important}

/* Le contenu commence immédiatement sous l'en-tête : suppression du bloc Bonjour */
.content{padding-top:24px}

/* Recherche administration */
.admin-section-nav{justify-content:space-between;align-items:center}
.admin-nav-links{display:flex;flex-wrap:wrap;gap:7px}
.admin-search{position:relative;display:flex;align-items:center;min-width:250px}
.admin-search>span{position:absolute;left:10px;color:#879392;pointer-events:none}
.admin-search input{
    width:100%;
    height:34px;
    padding:7px 30px 7px 29px;
    border:1px solid var(--line);
    border-radius:8px;
    background:#fff;
    color:var(--ink);
    font-size:12px;
    outline:none
}
.admin-search input:focus{border-color:#8ca9a8;box-shadow:0 0 0 3px rgba(0,65,75,.07)}
.admin-search button{
    position:absolute;
    right:5px;
    width:24px;
    height:24px;
    display:none;
    place-items:center;
    padding:0;
    border:0;
    border-radius:50%;
    background:transparent;
    color:var(--muted);
    font-size:16px;
    cursor:pointer
}
.admin-search button.visible{display:grid}

@media(max-width:900px){
    .admin-section-nav{align-items:stretch}
    .admin-search{min-width:210px;flex:1}
}
@media(max-width:680px){
    .sidebar-search{margin:8px 0 10px}
    .admin-section-nav{display:grid;grid-template-columns:1fr;gap:8px}
    .admin-nav-links{flex-wrap:nowrap;overflow-x:auto}
    .admin-search{min-width:0;width:100%}
}

/* Garder l'en-tête et le menu gauche visibles pendant le défilement */
.topbar{
    position:sticky;
    top:0;
    z-index:50;
}

.sidebar{
    position:sticky;
    top:76px;
    align-self:start;
    height:calc(100vh - 76px);
    overflow-y:auto;
    z-index:30;
}

/* Le menu d'administration reste juste sous l'en-tête */
.admin-section-nav{
    top:86px;
}

/* Le panneau outils reste aligné sous l'en-tête */
.tools-sidebar{
    top:96px;
}

@media(max-width:680px){
    .topbar{
        position:sticky;
        top:0;
    }

    .sidebar{
        position:static;
        height:auto;
        overflow:visible;
    }

    .admin-section-nav{
        top:72px;
    }
}
