/* -------- STYLE GLOBAL -------- */
body {
  margin: 0;
  padding: 0;
  font-family: "Arial", Helvetica, sans-serif;
  background-color: grey; /* fond clair comme la plaquette */
  color: #333; /* texte foncé pour lisibilité */
  line-height: 1.6;
  background-color: rgb(159, 191, 211);
}

.background {
  background-color: grey;
  max-width: 800px; /* limite la largeur */
  margin: 40px auto; /* centre le bloc */
  padding: 20px;
  border-radius: 10px;
}



/* -------- LOGO -------- */
.Logo_smart_CFA {
    margin-left: 400px;
    margin-top: 400px;
}

/* -------- TITRES -------- */
h1 {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 10px 0;
  color: #0a2a43; /* bleu foncé élégant */
  text-transform: uppercase;
}

.titre_party{
  color: white !important;
}


h2 {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 20px 0;
  color:white;
}

/* -------- PARAGRAPHES -------- */
p {
  max-width: 800px;
  margin: 10px auto;
  padding: 0 20px;
  text-align: justify;
  color: white;
}

/* -------- LISTES -------- */
ul {
  max-width: 800px;
  margin: 20px auto;
  padding-left: 40px;
  text-align: left;
  color:white;
}

li {
  margin-bottom: 12px;
  color:white;
}

.mon-texte{
    margin-left: 400px;
    margin-bottom: 400px;
}
/* -------- BLOCS LOGOS -------- */
.logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 30px auto;
  padding: 15px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  max-width: 850px;
}

.bandeau {
  height: 60px;
  object-fit: contain;
}
/* Derniere page */

   .overlay {
      background: rgba(255, 255, 255, 0.8);
      border-radius: 15px;
      max-width: 600px;
      margin: 80px auto;
      padding: 30px;
      text-align: center;
      box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    }

    .overlay h1 {
      margin-bottom: 20px;
      font-size: 1.8rem;
    }

    .overlay p {
      margin: 10px 0;
      font-size: 1.2rem;
      font-weight: bold;
    }

    .overlay a {
      color: #000;
      text-decoration: none;
      font-weight: bold;
    }

    .footer {
      text-align: center;
      font-size: 0.8rem;
      color: #111;
      margin: auto 20px 20px 20px;
      background: rgba(255, 255, 255, 0.8);
      padding: 10px;
      border-radius: 10px;
    }

    .footer a {
      color: #000;
      text-decoration: none;
    }