body {
  font-family: "Poppins", Arial, sans-serif;
  background: #fffdf5;
  color: #333;
  margin: 0;
  padding: 20px;
}

.devis-container {
  background: #fff;
  max-width: 900px;
  margin: auto;
  border: 1px solid #f2e2a0;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.05);
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #f2e2a0;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

header img {
  height: 70px;
}

.company-info h1 {
  color: #b78c0a;
  margin: 0;
  font-size: 1.8rem;
}

.client-info h2 {
  color: #b78c0a;
  border-bottom: 1px solid #f2e2a0;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.devis-details table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
}

.devis-details th,
.devis-details td {
  border: 1px solid #f2e2a0;
  padding: 10px;
  text-align: center;
}

.devis-details th {
  background-color: #fdf8e5;
}

.total-label {
  text-align: right;
  font-weight: bold;
  background: #fff8d2;
}

.total-value {
  font-weight: bold;
  color: #b78c0a;
  font-size: 1.1rem;
}

.conditions {
  margin-top: 30px;
  font-size: 0.95rem;
}

.conditions h3 {
  color: #b78c0a;
  margin-bottom: 10px;
}

.conditions ul {
  list-style: disc;
  padding-left: 20px;
}

footer {
  text-align: center;
  margin-top: 40px;
  font-size: 0.85rem;
  color: #666;
}

body {
  font-family: "Poppins", Arial, sans-serif;
  background: #fdfcf5;
  color: #333;
  margin: 0;
  padding: 0;
}

.devis-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
}

.form-container {
  background: #fff;
  max-width: 600px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
  padding: 40px;
  border: 1px solid #f2e2a0;
}

h1 {
  text-align: center;
  color: #b78c0a;
  margin-bottom: 10px;
}

p {
  text-align: center;
  margin-bottom: 30px;
}

.form-group {
  margin-bottom: 20px;
}

.form-row {
  display: flex;
  gap: 20px;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

input, select, textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 1rem;
  transition: border-color 0.3s;
}

input:focus, select:focus, textarea:focus {
  border-color: #b78c0a;
  outline: none;
}

button {
  width: 100%;
  background: #b78c0a;
  color: white;
  font-size: 1.1rem;
  padding: 12px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.3s;
}

button:hover {
  background: #9c6f08;
}

.checkbox {
  font-size: 0.9rem;
}

#responseMessage {
  text-align: center;
  margin-top: 15px;
  font-weight: 600;
}
