/* -------------------------*/
/* Formulaire contact */
/* -------------------------*/

/* ------------------------- */
/* Formulaire de contact */
/* ------------------------- */

form {
  max-width: 700px;
  margin: 2rem auto;
  background-color: #fff;
  padding: 2rem 2.5rem;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  border: 1px solid #eee;
  text-align: left;
}

form input,
form textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 1.5rem;
  padding: 0.8rem;
  border-radius: 8px;
  border: 1px solid #bbb;
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  color: #222;
  background-color: #fafafa;
}

form textarea {
  resize: vertical;
  min-height: 100px;
}

form button[type="submit"] {
  display: block;
  background-color: black;
  color: white;
  font-size: 1rem;
  padding: 0.8rem 2rem;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 auto;
}

form button[type="submit"]:hover {
  background-color: #333;
  transform: translateY(-2px);
}






/* boutton insta*/

.insta-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  font-family: 'Merriweather', serif;
  font-size: 1.1rem;
  color: #fff;
  background: linear-gradient(45deg, #b08a2a, #d4b56a);
  border: none;
  border-radius: 30px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
}

.insta-button:hover {
  background: linear-gradient(45deg, #d4b56a, #b08a2a);
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.25);
}

.insta-logo {
  stroke: #fff; /* Logo blanc sur fond doré */
}

.boutoni{
text-align: center;
}

/*pieds de page*/

.footer {
  text-align: center;
  padding: 15px;
  background-color: #f5f5f5;
  font-size: 14px;
  color: #555;
}

.footer a {
  color: #555;
  text-decoration: none;
  margin-left: 5px;
}

.footer a:hover {
  color: #000;
}
