body {
  font-family: sans-serif;
  background: #f4f4f4;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
h1 { margin-bottom: 1rem; text-align: center; }
.box {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 500px;
  width: 100%;
}
label {
  display: block;
  margin-top: 1rem;
}
input, select, button {
  width: 100%;
  padding: 0.6rem;
  margin-top: 0.3rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
button {
  margin-top: 1rem;
  background: #007bff;
  color: white;
  border: none;
}
button:hover {
  background: #0056b3;
}
.output {
  margin-top: 1rem;
  font-weight: bold;
  background: #eee;
  padding: 1rem;
  border-radius: 8px;
  text-align: center;
}
/* accueil  */

.tools {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin-top: 2rem;
}
.card {
  background: white;
  padding: 1.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 240px;
  text-align: center;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #000000;
}
.card:hover {
  transform: scale(1.05);
  background-color: #E12F6C;
  color: white;
}

footer {
  margin-top: 2rem;
  font-size: 0.9rem;
  text-align: center;
  color: #666;
}
nav{
  /* width: 69%; */
  text-align: center;
  margin-bottom: 30px;
}
nav a {
 margin-right: 1rem;
  
  color: #000000;
  text-decoration: none;
  padding: 5px 0;
  line-height: 30px;
  transition: 0.2s;
}
nav a:hover {
  color: #E12F6C;
}
footer a{
  color: #000000;
}
label {
  display: block;
  margin-top: 1rem;
}
input, select, button, textarea {
  width: 100%;
  padding: 0.6rem;
  margin-top: 0.3rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.box {
  background: white;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 600px;
  width: 100%;
}
/* .card a {
  text-decoration: none;
  color: #007bff;
  font-weight: bold;
} */