body {
  margin: 0;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background: #1e3799;
  color: #333;
  overflow-x: hidden;
  overflow-y: auto;
}

.h1 {
  text-align: center;
  font-size: 4em;
  margin-bottom: 10px;
  margin-top: 10px;
}

.magic {
  color: #f0f2f5; 
  font-weight: bold;
  font-family: 'Arial', sans-serif;
  text-shadow: 3px 3px 5px #999;
}

.sys {
  color: #0f2b56; 
  font-style: italic;
  font-family: 'Arial', sans-serif;
  text-shadow: 3px 3px 3px #ccc;
  background-color: #fff;
  margin-bottom: 15px;
}

.intro {
      background-color: #b3e5fc;
      flex-wrap: wrap;
      font-size: 20px;
      justify-content: space-between;
      box-shadow: 4px 4px 10px #fff;
  border-radius: 10px;
  border: 3px solid gray;
      width: 95%;
      box-sizing: border-box;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 30px;
      padding: 40px;
      margin: auto;
      margin-bottom: 20px;
      margin-top: 20px;
      }
    .lien {
      margin-top: 20px;
      color: #fff;
    }
    .container {
      background-color: #b3e5fc;
      flex-wrap: wrap;
      justify-content: space-between;
      border-radius: 15px;
      width: 95%;
      box-sizing: border-box;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
      gap: 30px;
      padding: 40px;
      margin: auto;
      margin-bottom: 20px;
    }

    .card {
      font-size: 14px;
      text-align: left;
      flex: 1 1 30%;
      min-width: 280px;
      padding: 20px;
      border-radius: 15px;
      box-sizing: border-box;
      background: linear-gradient(135deg, #1f1f2e, #2c2c3e);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
      transition: transform 0.3s ease;
    }

    .card:hover {
      transform: translateY(-5px);
    }

    .card h2 {
      font-size: 20px;
      color: #fff;
      margin-top: 0;
    }

    .card p {
      color: #ccc;
    }

    .card ul {
      padding-left: 20px;
      color: #bbb;
    }
.footer-links {
  font-size: 14px;
}
.footer {
  background-color: #222;
  color: #eee;
  padding: 30px 15px 10px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.linkFooter {
  color: #fff;
  font-size: 18px;
}
.linkFooter li {
  color: #fff;
}
.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  height: 260px;
  margin: auto;
}

.footer-section {
  flex: 1 1 300px;
  margin: 10px;
}

.footer-title {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 4px;
  color: #00d2ff;
}

.footer-text {
  color: #FFF;
  font-size: 14px;
  line-height: 1.4;
}

.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 6px;
}

.footer-links a {
  color: #eee;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
  color: #00d2ff;
}
.prgF {
  color: #fff;
}
.footer-bottom {
  text-align: center;
  padding: 7px 0;
  border-top: 1px solid #fff;
  font-size: 10px;
  color: #fff;
  margin-top: 10px;
}

    .badge {
      display: inline-block;
      background: #fff;
      color: #000;
      border-radius: 20px;
      padding: 5px 15px;
      font-size: 14px;
      margin: 10px 5px 10px 10px;
    }
    @media (max-width: 768px) {
   .intro {
    font-size: 18px;
    text-align: left;
   }
   .intro1 {
    margin-left: 0;
   }
   .footer-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: space-between;
  max-width: 1200px;
  height: 800px;
  margin: auto;
}
   .card {
    margin-left: 0;
    margin-right: 40px;
   }
}