body {
  font-family: Arial, Helvetica, sans-serif;
  background:#eef2f5;
  color:#222;
  margin:0;
}
h1 {
  background:#2c6faa;
  color:#fff;
  padding:12px;
  text-align:center;
}
h2 {
  color:#2c6faa;
  text-align:center;
}
.section {
  margin: 0 auto 30px auto;
  max-width: 1100px;
}
table {
  border-collapse: collapse;
  width: 90%;
  background: #fff;
  margin: 0 auto 20px auto;
}
th, td {
  border:1px solid #555;
  padding:6px;
  text-align:center;
}
th {
  background:#dde6ef;
}
.icon { font-size:40px; }

.bar-container {
  width:100%;
  background:#ddd;
  height:14px;
}
.bar {
  height:14px;
  background:#4da3ff;
}

/*==================== ICÔNES moon phase====================*/

.image-container {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 10px;
}

.image-container img {
    height: 24px;   /* taille image */
    width: auto;
}

/*==================== FOOTER ====================*/

.footer {
  position: relative;
  background: rgba(245, 245, 245, 0.95);
  text-align: center;
  padding: 15px 10px;
  color: #333;
  border-top: 1px solid #ccc;
  animation: fadeInFooter 0.6s ease-out;
}

.footer a {
  color: #0078d7;
  font-weight: 600;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer-regle {
  font-size: 14px;
  margin: 5px 0;
  line-height: 1.4em;
}

.footer-min_texte {
  font-size: 11px;
  margin: 3px 0;
}

.footer-logo {
  margin-top: 8px;
}

/* Animation du footer */
@keyframes fadeInFooter {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Animation d’apparition */
@keyframes fadeInFooter {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Empêche le contenu d’être masqué par le footer */
body {
  margin-bottom: 110px;
}

@media (max-width: 768px) {
  .footer {
    font-size: 13px;
    padding: 10px;
  }

  .footer-regle {
    font-size: 12px;
  }

  .footer-min_texte {
    font-size: 10px;
  }

  .footer-logo img {
    width: 70px;
    height: auto;
  }
}

@media (max-width: 480px) {
  .footer {
    padding: 8px;
  }

  .footer-regle {
    font-size: 11px;
  }

  .footer-min_texte {
    font-size: 9px;
  }

  .footer a {
    display: block;
    margin-bottom: 5px;
  }
}
