body {
  font-family: sans-serif;
  background-image: url("image/_.jpg");
  margin: 0;
}

.site-header {
  padding: 20px;
  text-align: center;
}

.nav {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  text-decoration: none;
}

.nav a :hover {
  color: #333;
  font-weight: bold;
}

.btn {
  background: #007bff;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
}

.presentation {
  text-align: center;
  color: #000;
  padding: 20px;
  margin: 20px;
  color: #ccc;
}
.presentation-img {
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 15px;
  color: #ccc;
}
.produit-h2 {
  text-align: center;
  background-color: #ccc;
  margin: 20px;
  padding: 20px;
}

.nav-produit {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
  color: black;
}

.container-produits {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.produit {
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 15px;

  background-color: #ccc;
}

.nos-services {
  padding: 20px;
  margin: 20px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.service-item {
  padding: 20px;
  width: 200px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  box-shadow: 0 5px 15px;
  background-color: #ccc;
}

.container {
  display: flex;
  gap: 20px;
  padding: 20px;
}

.formulaire input,
.formulaire textarea {
  width: 90%;
  padding: 10px;
  border-radius: 6px;
  border: none;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 15px;
}

button {
  background: #007bff;
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
}

footer {
  display: flex;
  text-align: center;

  color: white;
  padding: 20px;
}

.formulaire {
  width: 500px;

  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.formulaire h3 {
  text-align: center;
  margin-bottom: 25px;
  color: #333;
}

.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 15px;
}

.form-group label {
  font-weight: bold;
  margin-bottom: 5px;
}

.formulaire input,
.formulaire textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  transition: 0.3s;
}

.formulaire textarea {
  height: 120px;
}

.formulaire input:focus,
.formulaire textarea:focus {
  border-color: #007bff;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.3);
  outline: none;
}

.formulaire button {
  margin-top: 10px;
  padding: 12px;
  border: none;
  background: #007bff;
  color: white;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: 0.3s;
}

.formulaire button:hover {
  background: #0056b3;
}

.contact-section {
  display: flex;
  justify-content: center;

  gap: 40px;
  padding: 40px;

  flex-wrap: wrap;
}

.coordonnees {
  width: 30%;
  padding: 10px;
  border-radius: 8px;

  box-shadow: 0 5px 15px;
}

.formulaire {
  padding: 0px;
  border-radius: 8px;
  box-shadow: 0 5px 15px;
  background-color: #ccc;
}
.services {
  text-align: center;

  padding: 20px;
  margin: 20px;
}
.service-client {
  display: flex;
  justify-content: center;
  background: #333;
  padding: 15px;
  width: 200px;
}

.liens ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
}
.service {
  display: flex;
  justify-content: center;
  background-color: #ccc;
  padding: 15px;
  width: 200px;
}

.container {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.service-h3 {
  text-align: center;
  color: #201e1e;
  margin: 20px;
  padding: 10px;
  background-color: #ccc;
}
.lien-service ul {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 0;
}
.site-header {
  background-color: #ccc;
  padding: 10px;
}
.presentation-site {
  background-color: #a58c8c;
}

.service-header {
  text-align: center;
  color: #201e1e;
  margin: 20px;
  padding: 10px;
  background-color: #ccc;
  display: block;
}

.lien-footer {
  width: 200px;
}

.lien-footer ul {
  list-style: none;
}
.coordonnees {
  /* width: 300px; */
  padding: 20px;
  border-radius: 8px;
  background-color: #ccc;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
