Formulaire
.custom-form input,
.custom-form textarea {
width: 100%;
padding: 10px;
margin-bottom: 15px;
border: 1px solid #ddd;
border-radius: 6px;
}
.custom-form button {
background: #111;
color: white;
padding: 12px;
border: none;
border-radius: 6px;
width: 100%;
cursor: pointer;
}
.custom-form button:hover {
background: #333;
}

