/*
Theme Name: ATK Gestion v2
Theme URI: https://atkgestion.fr
Author: Aurélie Tourkevitch
Description: Thème WordPress vitrine one-page ATK Gestion avec charte graphique intégrée.
Version: 2.0
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');

body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  background: #ffffff;
  color: #333;
}

header {
  background: #1B3F8F;
  color: #fff;
  text-align: center;
  padding: 3rem 1rem;
}

header img {
  max-width: 200px;
  margin-bottom: 1rem;
}

nav {
  background: #1B3F8F;
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0.8rem;
}

nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

nav a:hover {
  color: #FFD810;
}

section {
  padding: 4rem 10%;
}

section:nth-child(even) {
  background: #f9f9f9;
}

h2 {
  color: #1B3F8F;
  margin-bottom: 1rem;
}

h3 {
  color: #FFD810;
  margin-top: 1.5rem;
}

ul {
  padding-left: 1.2rem;
}

footer {
  text-align: center;
  padding: 2rem;
  background: #1B3F8F;
  color: #fff;
  font-size: 0.9rem;
}
