.sav17cf-wrapper {
  background: #fff;
  border-radius: 30px;
  width: 100%;
  max-width: 950px;  /* Largeur desktop adaptée à ton site */
  margin: 40px auto 0 auto;
  padding: 42px 34px 34px 34px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.13);
  font-family: 'Montserrat', Arial, sans-serif;
  border: 1.5px solid #eee;
  box-sizing: border-box;
}
.sav17cf-form { margin: 0; }
.sav17cf-row { display: flex; gap: 16px; }
.sav17cf-row > div { flex: 1; }
.sav17cf-form label {
  display: block;
  color: #222;
  font-weight: 700;
  margin-bottom: 7px;
  font-size: 1.01em;
}
.sav17cf-form input[type="text"],
.sav17cf-form input[type="email"],
.sav17cf-form input[type="tel"],
.sav17cf-form input[type="file"],
.sav17cf-form textarea {
  width: 100%;
  font-size: 1em;
  padding: 12px 13px;
  border: 1.5px solid #d32f2f;
  border-radius: 16px;
  background: #fafbfc;
  color: #222;
  font-family: 'Montserrat', Arial, sans-serif;
  font-weight: 500;
  transition: border 0.17s;
  margin-bottom: 14px;
}
.sav17cf-form input[type="text"]:focus,
.sav17cf-form input[type="email"]:focus,
.sav17cf-form input[type="tel"]:focus,
.sav17cf-form textarea:focus {
  border-color: #b71c1c;
  outline: none;
  background: #fff;
}
.sav17cf-form textarea {
  min-height: 66px;
  resize: vertical;
  margin-bottom: 2px;
}
.sav17cf-counter {
  color: #d32f2f;
  font-size: 0.97em;
  text-align: right;
  font-weight: 600;
  margin-top: 3px;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}
.sav17cf-checkbox label {
  display: flex;
  font-weight: 400;
  font-size: 0.98em;
  align-items: flex-start;
  gap: 8px;
  color: #222;
}
.sav17cf-checkbox a {
  color: #d32f2f;
  font-weight: 600;
  text-decoration: underline;
}
.sav17cf-submit {
  width: 100%;
  background: #d32f2f;
  color: #fff;
  font-weight: 900;
  font-size: 1.13em;
  border: none;
  border-radius: 18px;
  padding: 15px 0;
  cursor: pointer;
  margin-top: 8px;
  box-shadow: 0 2px 10px rgba(211,47,47,0.10);
  letter-spacing: 0.01em;
  transition: background 0.17s, color 0.17s;
}
.sav17cf-submit:hover {
  background: #a31515;
}
.sav17cf-success, .sav17cf-error {
  padding: 14px 10px 13px 10px;
  border-radius: 9px;
  margin-bottom: 15px;
  font-weight: 600;
  text-align: center;
  font-size: 1.04em;
  letter-spacing: 0.01em;
}
.sav17cf-success { background: #eaffb7; color: #2e6500; border: 1.5px solid #c5f530;}
.sav17cf-error   { background: #fff4db; color: #b36200; border: 1.5px solid #ffd600;}

@media (max-width: 1050px) {
  .sav17cf-wrapper { max-width: 98vw; padding: 22px 2vw 20px 2vw;}
}
@media (max-width: 600px) {
  .sav17cf-wrapper { padding: 13px 1vw; border-radius: 20px;}
  .sav17cf-row { flex-direction: column; gap: 0; }
  .sav17cf-submit { font-size: 1em; padding: 13px 0; }
}
.sav17cf-form select {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1em;
  padding: 12px 13px;
  border: 1.5px solid #d32f2f;
  border-radius: 12px;
  background: #fafbfc;
  color: #222;
  font-weight: 500;
  margin-bottom: 14px;
  width: 100%;
}
.sav17cf-form select:focus {
  border-color: #b71c1c;
  outline: none;
  background: #fff;
}

.sav17cf-form select, .sav17cf-select {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1em;
  padding: 12px 13px;
  border: 1.5px solid #d32f2f;
  border-radius: 12px;
  background: #fafbfc;
  color: #222;
  font-weight: 500;
  margin-bottom: 14px;
  width: 100%;
}
.sav17cf-form select:focus {
  border-color: #b71c1c;
  outline: none;
  background: #fff;
}
.sav17cf-file-btn {
  display: inline-block;
  background: #d32f2f;
  color: #fff;
  border: none;
  border-radius: 14px;
  padding: 7px 22px;
  font-weight: bold;
  margin-top: 7px;
  margin-bottom: 7px;
  cursor: pointer;
  transition: background .15s;
}
.sav17cf-file-btn:hover { background: #a31515; }
.sav17cf-fileitem {
  background: #fafbfc;
  border: 1px solid #eee;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 12px;
  margin-bottom: 5px;
  font-size: .99em;
}
.sav17cf-delfile {
  background: #ffc107;
  color: #222;
  border: none;
  border-radius: 7px;
  padding: 2px 9px;
  cursor: pointer;
  margin-left: 15px;
  font-size: 0.97em;
}
.sav17cf-delfile:hover { background: #ffa000;}
