/* Navigation classique premium */

.site-header{
  position: sticky;
  top: 0;
  z-index: 50;
  background: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  backdrop-filter: none;
  box-shadow: none;
}

.site-header-inner{
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: nowrap;
}

/* Marque */
.brand-wrap{
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  min-width: max-content;
}

.brand-mark{
  width: 34px;
  height: 34px;
  border-radius: 0;
  background: #1f2937;
  box-shadow: none;
  flex: 0 0 auto;
}

.brand-text{
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.1;
}

.brand-title{
  font-size: 0.98rem;
  font-weight: 600;
  color: #1f2937;
  letter-spacing: 0;
}

.brand-subtitle{
  color: #6b7280;
  font-size: 0.78rem;
  font-weight: 400;
}

/* Navigation publique */
.nav-shell{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex: 1;
  min-width: 0;
}

.nav-pill{
  display: flex;
  align-items: center;
  gap: 26px;
  flex-wrap: nowrap;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.nav-pill a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  color: #374151;
  font-size: 0.96rem;
  font-weight: 400;
  letter-spacing: 0;
  transition: color .18s ease;
  text-decoration: none;
  white-space: nowrap;
}

.nav-pill a:hover{
  background: transparent;
  color: #111827;
}

.nav-pill a.active{
  background: transparent;
  color: #111827;
  font-weight: 500;
}

.nav-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border-radius: 0;
  background: #22b8c7;
  color: #ffffff;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  box-shadow: none;
  border: none;
  white-space: nowrap;
}

.nav-cta:hover{
  background: #1ca6b3;
  color: #ffffff;
}

/* Navigation admin */
.admin-bar{
  display: flex;
  align-items: center;
  gap: 22px;
  flex: 1;
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.admin-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #6b7280;
  font-size: 0.84rem;
  font-weight: 500;
}

.admin-nav{
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: nowrap;
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}

.admin-nav a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  padding: 0;
  border-radius: 0;
  color: #374151;
  font-size: 0.95rem;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.admin-nav a:hover{
  background: transparent;
  color: #111827;
}

.admin-nav a.active{
  background: transparent;
  color: #111827;
  font-weight: 600;
}

.admin-user{
  display: flex;
  align-items: center;
  gap: 12px;
  color: #6b7280;
  font-size: 0.9rem;
  font-weight: 400;
  white-space: nowrap;
}

.admin-logout{
  margin: 0;
}

.admin-logout .btn,
.admin-logout button{
  min-height: 36px;
  padding: 0 14px;
  border-radius: 0;
  box-shadow: none;
}

/* Suppression globale des arrondis et effets nav */
.site-header *,
.site-header *::before,
.site-header *::after{
  border-radius: 0 !important;
}

/* Responsive */
@media (max-width: 1180px){
  .site-header-inner{
    min-height: auto;
    padding-top: 14px;
    padding-bottom: 14px;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .nav-shell,
  .admin-bar{
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 18px;
  }

  .nav-pill,
  .admin-nav{
    flex-wrap: wrap;
    gap: 18px;
  }
}

@media (max-width: 720px){
  .brand-subtitle{
    display: none;
  }

  .nav-pill,
  .admin-nav{
    width: 100%;
    gap: 14px 18px;
  }

  .nav-pill a,
  .admin-nav a{
    font-size: 0.92rem;
  }

  .nav-cta{
    min-height: 36px;
    padding: 0 14px;
  }

  .admin-user{
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* Footer aligné sur le design de la navigation */

.site-footer{
  background:#ffffff;
  border-top:1px solid #e5e7eb;
  margin-top:48px;
}

.site-footer-inner{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:28px;
  padding-top:18px;
  padding-bottom:18px;
  flex-wrap:nowrap;
}

.footer-brand{
  min-width:max-content;
}

.footer-brand-wrap{
  text-decoration:none;
}

.footer-nav{
  display:flex;
  align-items:center;
  gap:26px;
  flex-wrap:nowrap;
  min-width:0;
}

.footer-nav a{
  display:inline-flex;
  align-items:center;
  color:#374151;
  font-size:0.94rem;
  font-weight:400;
  text-decoration:none;
  white-space:nowrap;
  transition:color .18s ease;
}

.footer-nav a:hover{
  color:#111827;
}

.footer-meta{
  display:flex;
  align-items:center;
  gap:18px;
  min-width:max-content;
}

.footer-cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:38px;
  padding:0 18px;
  background:#22b8c7;
  color:#ffffff;
  font-size:0.92rem;
  font-weight:500;
  text-decoration:none;
  border:0;
  border-radius:0;
  white-space:nowrap;
}

.footer-cta:hover{
  background:#1ca6b3;
  color:#ffffff;
}

.footer-copy{
  color:#6b7280;
  font-size:0.88rem;
  white-space:nowrap;
}

@media (max-width: 1180px){
  .site-footer-inner{
    align-items:flex-start;
    flex-wrap:wrap;
    gap:18px;
  }

  .footer-nav{
    width:100%;
    flex-wrap:wrap;
    gap:14px 18px;
  }

  .footer-meta{
    width:100%;
    justify-content:space-between;
    flex-wrap:wrap;
  }
}

@media (max-width: 720px){
  .site-footer{
    margin-top:36px;
  }

  .site-footer-inner{
    padding-top:16px;
    padding-bottom:16px;
  }

  .footer-nav a{
    font-size:0.92rem;
  }

  .footer-copy{
    font-size:0.84rem;
  }
}
}