* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  color: #222;
  background-color: #fafafa;
  line-height: 1.6;
}

h2 {
  color: rgb(61, 61, 61);
}

h3, h4, p {
  color: #777;
}

.thematique-h2 {
  font-size: 24px;
}

#apercu .subtitle {
  margin: 10px 0 20px 0;
  color: #d1555f;
  font-weight: 700;
  font-size: 15px;
}

.apercu-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 30px;
}

#apercu .apercu-image {
  height: 150px;
  width: auto;
  max-width: 150px;
  border-radius: 12px;
  margin-right: 45px;
}

.apercu-title {
  font-size: 28px;
  margin: 0;
  margin-top: 0px;
}

section h3 {
  font-weight: 600;
}

.more-info-link {
  text-align: right;
  margin-top: 20px;
}

.more-info-link a {
  color: #e63946;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.more-info-link a:hover {
  color: #c5303d;
  text-decoration: underline;
}

header {
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 60px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  z-index: 1000;
}

header .logo {
  height: 50px;
  margin-right: auto;
}

header nav {
  display: flex;
  gap: 20px;
}

header nav a {
  margin: 0 12px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

header nav a:hover {
  color: #e63946;
}

.topic-content ul li {
  color: #777;
}

.hero {
  position: relative;
  height: 100vh;
  background: url("../images/bannier.jpg") center/cover no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}

.hero-content {
  position: relative;
  max-width: 700px;
  color: #fff;
  z-index: 1;
}

.hero h1 {
  font-size: 2rem;
  margin-bottom: 15px;
  line-height: 1.3;
}

.hero p {
  margin-bottom: 25px;
  color: #f2f2f2;
}

.cta-btn {
  display: inline-block;
  background-color: #e63946;
  color: #fff !important;
  padding: 12px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  background-color: #c5303d;
  transform: scale(1.05);
}

.small-btn {
  display: inline-block;
  background-color: #e63946;
  color: #fff !important;
  text-decoration: none;
  border-radius: 8px;
  padding: 8px 16px;
  margin-top: 20px;
}

.section {
  padding: 50px 10px;
  text-align: center;
  max-width: 1200px;
  margin: auto;
}

.cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 40px;
}

.card {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px;
  flex: 1 1 250px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.chart-container {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: 50px auto;
  height: 450px;
}

.chart-placeholder {
  height: 300px;
  background-color: #e9ecef;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  margin-top: 30px;
}

.filters {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  align-items: center;
}

.dashboard-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.card {
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.stats-row {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.stat-box {
  flex: 1;
  min-width: 220px;
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 10px;
}

.percentage {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e63946;
}

.summary-stats {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}

.stat-card {
  flex: 1;
  min-width: 220px;
  text-align: center;
}

.main-stat {
  font-size: 2rem;
  font-weight: bold;
}

.female-color {
  color: #e63946;
}

.male-color {
  color: #457b9d;
}

.info-line {
  display: flex;
  align-items: center;
}

.info-line p {
  margin: 0;
  display: flex;
  align-items: center;
  margin: 1rem;
}

.icon.trend-icon {
  font-size: 16px;
  color: #6c63ff;
  display: inline-block;
  margin-left: 18px;
}

.legend {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-top: 1rem;
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.color-box {
  width: 15px;
  height: 15px;
  border-radius: 3px;
}

.color-box.female {
  background-color: #e63946;
}

.color-box.male {
  background-color: #457b9d;
}

footer {
  text-align: center;
  padding: 40px;
  font-size: 14px;
  color: #555;
  background-color: #f1f1f1;
}

form.contact-form {
  background-color: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  width: 90%;
  margin: 50px auto;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #333;
  font-size: 14px;
}

input,
textarea {
  width: 100%;
  padding: 12px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 14px;
  font-family: inherit;
  transition: all 0.3s ease;
}

input:focus,
textarea:focus {
  border-color: #e63946;
  box-shadow: 0 0 5px rgba(230, 57, 70, 0.2);
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

.btn-envoi {
  display: inline-block;
  background: #e63946;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.btn-envoi:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background: linear-gradient(135deg, #f77f00, #e63946);
}

@media (max-width: 768px) {
  .cards {
    flex-direction: column;
  }
  header nav {
    flex-direction: column;
    align-items: center;
  }
  .hero h1 {
    font-size: 1.5rem;
  }
}
.cards {
  display: flex;
  justify-content: center;
}

/*# sourceMappingURL=styles.css.map */
