/* Sticky footer pour toutes les pages */
html, body {
  height: 100%;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.footer-sticky {
  margin-top: auto;
  width: 100%;
  background: #c5c7cc;
  border-top: 2px solid #bfa046;
  color: #ffe066;
  text-align: center;
  padding: 18px 0 8px 0;
  font-size: 1rem;
  box-shadow: 0 -2px 12px #000a;
}

.custom-card {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px !important;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 8px 32px #0003;
}





/* Titre WoW */
h1, .wow-title {
  font-family: 'Morpheus', serif;
  color: #ffd700;
  text-shadow: 2px 2px 12px #000, 0 0 8px #bfa046;
}

/* Tableau admin events */
.table-admin-events thead th, .table-admin-events thead td, .table-admin-events thead {
  background: #23334d !important;
  color: #ffd700;
  border-bottom: 2px solid #bfa046;
}
.table-admin-events tbody tr:nth-child(even) {
  background: #e9f0fa;
}
.table-admin-events tbody tr:nth-child(odd) {
  background: #f7f7fa;
}
.table-admin-events tbody tr:hover {
  background: #fffbe6 !important;
  box-shadow: 0 0 8px #ffd70044;
}
.table-admin-events td, .table-admin-events th {
  border: 1px solid #bfa046 !important;
}

/* Boutons WoW */
.btn-primary {
  background: linear-gradient(90deg, #23334d 0%, #3a5a8c 100%);
  border: 1px solid #bfa046;
  color: #ffd700;
  font-weight: bold;
  text-shadow: 1px 1px 4px #000;
}
.btn-primary:hover, .btn-primary:focus {
  background: linear-gradient(90deg, #3a5a8c 0%, #23334d 100%);
  color: #fffbe6;
}
.btn-outline-info {
  border-color: #3a5a8c;
  color: #23334d;
  background: #e9f0fa;
}
.btn-outline-info:hover {
  background: #23334d;
  color: #ffd700;
}
.btn-outline-secondary {
  border-color: #bfa046;
  color: #bfa046;
  background: #fffbe6;
}
.btn-outline-secondary:hover {
  background: #bfa046;
  color: #fffbe6;
}

/* Inputs focus */
input:focus, .form-control:focus {
  border-color: #bfa046;
  box-shadow: 0 0 0 2px #ffd70044;
}

/* Styles spécifiques déplacés depuis index.php */
.mode-emploi-bg {
  border: 2px solid #ffd700;
  background: rgba(20, 20, 20, 0.97);
  box-shadow: 0 0 30px #000a;
}
html, body {
  height: 100%;
  min-height: 100vh;
  background: linear-gradient(120deg, #181a1f 0%, #23272e 100%), url('../images/01.avif') no-repeat center center fixed;
  background-blend-mode: multiply;
  background-size: cover;
  margin: 0;
  padding: 0;
}
body {
  min-height: 100vh;
  height: 100%;
  display: flex;
  flex-direction: column;
}
main.container-fluid {
  flex: 1 0 auto;
  min-height: 0;
  padding-bottom: 0;
  background: transparent !important;
}
.footer {
  flex-shrink: 0;
}
.wow-bg {
  background: rgba(20, 20, 20, 0.92);
  border: 2px solid #ffd700;
  box-shadow: 0 0 30px #000a;
  margin: 0 auto;
}
.wow-footer {
  background: rgba(10, 10, 10, 0.95);
  border-top: 2px solid #ffd700;
  box-shadow: 0 -2px 10px #000a;
}
@font-face {
  font-family: 'Morpheus';
  src: local('Morpheus'), url('https://wow.zamimg.com/fonts/morpheus.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 767px) {
  .wow-bg {
    padding: 1.2rem !important;
    max-width: 98vw !important;
  }
  .mode-emploi-bg {
    margin-top: 1.2rem !important;
    margin-bottom: 1.2rem !important;
    max-width: 98vw !important;
    min-width: unset !important;
    padding: 1.2rem !important;
  }
  h1, .display-4, .display-5 {
    font-size: 1.3rem !important;
  }
  h2 {
    font-size: 1.1rem !important;
  }
  .lead {
    font-size: 1rem !important;
  }
  .btn-lg, .btn, .btn-primary, .btn-success {
    font-size: 1rem !important;
    padding: 0.6rem 1.2rem !important;
  }
  img[alt="WoW Logo"] {
    max-width: 120px !important;
  }
  .row.justify-content-center.align-items-stretch {
    flex-direction: column !important;
    gap: 0.5rem !important;
  }
  .col-lg-7, .col-lg-5 {
    max-width: 100% !important;
    flex: 0 0 100% !important;
  }
}
.alert,
.alert-info,
.alert-warning {
  background: rgba(30,30,30,0.95) !important;
  color: #ffd700 !important;
  border: 1px solid #ffd700 !important;
  font-family: 'Morpheus',serif;
  box-shadow: 0 0 8px #000a;
}
.alert b, .alert-info b, .alert-warning b {
  color: #ffd700 !important;
}
.alert a {
  color: #fff !important;
  text-decoration: underline;
}