Test de Contact

Formulaire de Test de Contact

Ce formulaire est destiné aux tests automatiques. Les messages sont envoyés à notre équipe technique.


.test-contact-form {
max-width: 600px;
margin: 20px auto;
padding: 30px;
background: #f9f9f9;
border-radius: 10px;
box-shadow: 0 2px 10px rgba(0,0,0,0.1);
font-family: -apple-system, BlinkMacSystemFont, « Segoe UI », Roboto, sans-serif;
}

.test-contact-form h2 {
color: #333;
margin-bottom: 10px;
text-align: center;
font-size: 24px;
}

.test-contact-form p {
text-align: center;
color: #666;
margin-bottom: 30px;
font-size: 14px;
}

.form-group {
margin-bottom: 20px;
}

.form-group label {
display: block;
margin-bottom: 8px;
font-weight: 600;
color: #333;
font-size: 14px;
}

.form-group input,
.form-group textarea {
width: 100%;
padding: 12px 15px;
border: 2px solid #ddd;
border-radius: 6px;
font-size: 14px;
font-family: inherit;
transition: border-color 0.3s ease, box-shadow 0.3s ease;
box-sizing: border-box;
}

.form-group input:focus,
.form-group textarea:focus {
outline: none;
border-color: #007cba;
box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

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

.btn-submit {
background: linear-gradient(135deg, #007cba, #005a87);
color: white;
padding: 14px 30px;
border: none;
border-radius: 6px;
font-size: 16px;
font-weight: 600;
cursor: pointer;
transition: all 0.3s ease;
width: 100%;
text-transform: none;
}

.btn-submit:hover {
background: linear-gradient(135deg, #005a87, #004060);
transform: translateY(-1px);
box-shadow: 0 4px 12px rgba(0, 124, 186, 0.3);
}

.btn-submit:active {
transform: translateY(0);
}

.contact-success {
background: #d4edda;
color: #155724;
padding: 16px;
border-radius: 6px;
margin-top: 20px;
border: 1px solid #c3e6cb;
font-weight: 500;
}

.contact-error {
background: #f8d7da;
color: #721c24;
padding: 16px;
border-radius: 6px;
margin-top: 20px;
border: 1px solid #f5c6cb;
font-weight: 500;
}

.contact-info {
background: #d1ecf1;
color: #0c5460;
padding: 16px;
border-radius: 6px;
margin-top: 20px;
border: 1px solid #bee5eb;
font-size: 13px;
}

@media (max-width: 600px) {
.test-contact-form {
margin: 10px;
padding: 20px;
}
}

Call Now Button