#header {
  background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)),
              url('..//images/header-gestion.png') center/cover no-repeat;
  height: 80px; /* hauteur du header */
  transition: 0.3s;
}

#header .logo h1,
#header .navmenu ul li a {
  color: #fff;
}

#header {
  backdrop-filter: blur(5px);
}

.page-title h1,
.page-title p {
  color: #fff;
}

/* Section spacing */
.about-section {
  padding: 60px 0;
}

/* Image container */
.image-box {
  overflow: hidden;
  border-radius: 10px;
}


/* Image effet */
.image-box img {
  width: 100%;
  transition: transform 0.5s ease;
}

/* Zoom au survol */
.image-box:hover img {
  transform: scale(1.1);
}

/* Texte */
.content-box p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.missions-section {
  position: relative;
  background: url('../images/header-gestion.png') center/cover no-repeat;
  min-height: 500px;
  padding: 80px 0;
}




.missions-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
}

.mission-list {
  list-style: none;
  padding: 0;
}

.mission-list li {
  margin-bottom: 15px;
  padding-left: 25px;
  position: relative;
  font-size: 15px;
}

.mission-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #00c853; /* vert OAGIS */
  font-size: 14px;
}
.missions-section h2,
.missions-section p,
.missions-section li {
  color: #fff;
}

/* Améliorer les listes */
.mission-list {
  list-style: none;
  padding-left: 0;
}

.mission-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Belle puce personnalisée */
.mission-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #00ffcc; /* couleur moderne (tu peux changer) */
  font-weight: bold;
}

.about-section {
  background: #fff;
}

.about-section h2 {
  color: #111;
}

.about-section p {
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Image stylée */
.about-section img {
  max-height: 400px;
  object-fit: cover;
}
