.actualites {
  padding: 40px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  margin-bottom: 25px;
  color: #333;
}

.actus-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.actu-item {
  width: 300px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s ease;
}

.actu-item:hover {
  transform: translateY(-5px);
}

.actu-item img {
  width: 100%;
  height: auto;
  display: block;
}

.actu-title {
  font-size: 1rem;
  margin: 15px;
  color: #0077cc;
  text-decoration: none;
}

.actu-item a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.actu-item a:hover .actu-title {
  text-decoration: underline;
}

.actu-description h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
  color: #333;
}

.actu-description p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.actu-description .btn {
  background-color: #0077cc;
  border: none;
}

.actu-description .btn:hover {
  background-color: #005fa3;
}

.don-section {
  background: #f8f9fa;
  padding: 60px 20px;
  text-align: center;
}

.don-section .section-title h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}

.don-section .section-title p {
  color: #555;
  max-width: 700px;
  margin: 0 auto 40px;
}

.don-card {
  background: #fff;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.don-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.don-logo {
  max-width: 100px;
  margin-bottom: 15px;
}

.paypal-logo {
  max-width: 120px;
}

.don-card h3 {
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.don-card p {
  color: #666;
  font-size: 0.95rem;
  margin-bottom: 15px;
}

.don-infos {
  background: #f1f1f1;
  border-radius: 8px;
  padding: 10px;
  font-size: 0.9rem;
  margin-bottom: 15px;
  text-align: left;
}

.don-infos strong {
  color: #333;
}

.btn-don {
  display: inline-block;
  background: #0077cc;
  color: #fff;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-don:hover {
  background: #005fa3;
  text-decoration: none;
}
#don {
  margin-top: 80px;
}
