/* Richard Silbermann Orchestra - Modernized Stylesheet */

/* ============================================
   Base Styles
   ============================================ */
* {
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  background-color: #f6f6e5;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

table {
  border-spacing: 5px;
  vertical-align: middle;
}

td {
  vertical-align: middle;
}

/* ============================================
   Navigation Menu Buttons (formerly mark elements)
   ============================================ */
.nav-menu {
  text-align: center;
  padding: 10px 0;
}

.nav-btn {
  display: inline-block;
  padding: 8px 16px;
  margin: 2px;
  text-decoration: none;
  font-family: 'Courier New', Courier, monospace;
  font-size: 16px;
  font-weight: bold;
  transition: opacity 0.2s ease, transform 0.1s ease;
}

.nav-btn:hover {
  opacity: 0.85;
  transform: translateY(-1px);
}

/* Nav button color variants */
.nav-accueil {
  background-color: #C0392B;
  color: white;
}

.nav-album {
  background-color: #E74C3C;
  color: white;
}

.nav-musiciens {
  background-color: #B8D946;
  color: white;
}

.nav-pedagogie {
  background-color: #F39C12;
  color: white;
}

.nav-contact {
  background-color: #D35400;
  color: white;
}

/* Legacy support for custom mark elements (backwards compatibility) */
mark {
  background-color: #f6f6e5;
  color: #006633;
  font-weight: bold;
}

mark1 {
  background-color: #E74C3C;
  color: white;
  padding: 8px 16px;
}

mark2 {
  background-color: #e1412f;
  color: black;
  padding: 8px 16px;
}

mark3 {
  background-color: #f0c354;
  color: black;
  padding: 8px 16px;
}

mark4 {
  background-color: #F39C12;
  color: white;
  padding: 8px 16px;
}

mark5 {
  background-color: #D35400;
  color: white;
  padding: 8px 16px;
}

mark6 {
  background-color: #C0392B;
  color: white;
  padding: 8px 16px;
}

mark6green {
  background-color: #B8D946;
  color: white;
  padding: 8px 16px;
}

mark7 {
  background-color: #82e0aa;
  color: black;
  padding: 8px 16px;
}

/* ============================================
   Links
   ============================================ */
a {
  text-decoration: none;
  color: #2247f2;
}

a:visited {
  color: #044b3f;
}

a:hover {
  color: #22aff2;
}

/* ============================================
   Typography
   ============================================ */
strong, strong a {
  color: #d72526;
}

em {
  color: #333;
}

p, ul, li {
  font-family: 'Courier New', Courier, monospace;
}

.titremus {
  text-align: left;
  font-family: Impact, 'Arial Black', sans-serif;
  color: #636363;
  font-size: 24px;
  font-weight: lighter;
  margin: 20px 0 10px 0;
}

h1 {
  text-align: left;
  font-family: Impact, 'Arial Black', sans-serif;
  color: #636363;
  font-size: 24px;
  font-weight: lighter;
  margin: 15px 0;
}

h2 {
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  color: #cd1610;
  font-size: 20px;
  font-weight: lighter;
}

h3 {
  color: #037717;
  font-family: 'Courier New', Courier, monospace;
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 10px 0;
}

h4 {
  color: #333;
  font-family: 'Courier New', Courier, monospace;
  font-size: 16px;
  font-weight: lighter;
}

h5 {
  color: #333;
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  font-weight: bold;
}

h6 {
  color: #333;
  font-family: 'Courier New', Courier, monospace;
  font-size: 12px;
  font-weight: lighter;
}

/* ============================================
   Layout
   ============================================ */
div {
  margin-left: 50px;
}

.content-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================
   Images
   ============================================ */
img {
  max-width: 100%;
  height: auto;
}

/* Clickable musician images */
a img[align="left"], a img[align="right"] {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border-radius: 5px;
}

a img[align="left"]:hover, a img[align="right"]:hover {
  transform: scale(1.02);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Clickable musician names */
.titremus a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s ease;
}

.titremus a:hover {
  color: #C0392B;
}

/* ============================================
   Audio/Video
   ============================================ */
audio, video {
  max-width: 100%;
  border-radius: 5px;
}

/* ============================================
   Footer - Subtle/Discrete
   ============================================ */
#footer {
  clear: both;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0;
  padding: 20px;
  border-top: 1px solid #ddd;
  text-align: center;
  background: transparent;
}

#footer p {
  color: #666;
  margin: 0 0 10px 0;
  font-size: 13px;
}

#footer .social-links {
  margin-bottom: 15px;
}

#footer .social-links a {
  display: inline-block;
  margin: 0 6px;
  transition: opacity 0.2s ease;
  opacity: 0.7;
}

#footer .social-links a:hover {
  opacity: 1;
}

#footer .social-links img {
  width: 28px;
  height: 28px;
  vertical-align: middle;
}

#footer ul.pied {
  list-style-type: none;
  margin: 0;
  padding: 10px 0 0;
}

#footer ul.pied li {
  display: inline-block;
  font-size: 11px;
  color: #999;
  margin: 0 10px;
}

#footer ul.pied li a {
  color: #999;
  text-decoration: none;
  transition: color 0.2s ease;
}

#footer ul.pied li a:hover {
  color: #666;
}

/* ============================================
   Section Headers
   ============================================ */
.section-title {
  font-family: Impact, 'Arial Black', sans-serif;
  color: #636363;
  font-size: 24px;
  font-weight: lighter;
  padding: 15px 0;
  margin: 30px 0 20px;
  border-bottom: 2px solid #e74c3c;
}

/* ============================================
   Event Cards
   ============================================ */
.event-card {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.event-card img {
  border-radius: 5px;
}

/* ============================================
   Archive Section
   ============================================ */
.archive-section {
  background: #f0f0e0;
  padding: 20px;
  margin-top: 30px;
  border-radius: 8px;
  border-left: 4px solid #95a5a6;
}

.archive-section .section-title {
  color: #7f8c8d;
  border-bottom-color: #95a5a6;
}

/* ============================================
   Utility Classes
   ============================================ */
.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.clear {
  clear: both;
}

/* ============================================
   Back Link (Retour à la page des MUSICIENS)
   ============================================ */
.back-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #C0392B;
  color: white !important;
  text-decoration: none;
  border-radius: 5px;
  font-family: 'Courier New', Courier, monospace;
  font-size: 14px;
  font-weight: bold;
  transition: background-color 0.2s ease, transform 0.1s ease;
}

.back-link:hover {
  background-color: #a93226;
  transform: translateY(-2px);
  color: white !important;
}

.back-link:visited {
  color: white !important;
}
