/* ========================================
   CSS - DÉPORTÉS-INTERNÉS RÉSISTANTS 14-18
   Basé sur le thème morts-pour-la-france-premiere-guerre
======================================== */

/* ========================================
   1. LAYOUT PRINCIPAL
======================================== */

.deportes-section {
  background: #f8fafc;
  padding: 3rem 0;
  min-height: 70vh;
}

.deportes-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* ========================================
   2. SECTION INTRODUCTION
======================================== */

.intro-section {
  text-align: center;
  margin-bottom: 2rem;
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.intro-section h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #2d3748;
  margin-bottom: 1rem;
}

.intro-text {
  font-size: 1.1rem;
  color: #4a5568;
  line-height: 1.6;
}

.intro-text strong {
  color: #a76107;
  font-weight: 700;
}

/* ========================================
   3. SECTION LICENCE
======================================== */

.license-section {
  background: #fef7e7;
  border: 1px solid #f7d794;
  border-radius: 12px;
  padding: 2rem;
  margin-top: 3rem;
}

.license-container h3 {
  font-size: 1.4rem;
  font-weight: 700;
  color: #744210;
  margin-bottom: 1rem;
}

.license-content p {
  color: #744210;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.license-content a {
  color: #a76107;
  text-decoration: underline;
}

.license-simple {
  text-align: center;
  padding: 1rem;
  margin: 2rem auto;
  max-width: 800px;
  font-size: 0.9rem;
  color: #6b7280;
  border-top: 1px solid #e5e7eb;
  background: #f9fafb;
  border-radius: 8px;
}

.license-simple a {
  color: #6b7280;
  text-decoration: underline;
}

.license-simple a:hover {
  color: #374151;
}