.fc-conseiller-form {
margin: 40px auto;
padding: 40px 32px 32px 32px;
background: #fff;
border-radius: 18px;
box-shadow: 0 8px 24px rgba(0,0,0,0.13);
border: 1px solid #eee;
font-family: "Segoe UI", "Roboto", Arial, sans-serif;
}

.fc-form-group {
margin-bottom: 28px;
}

.fc-form-group label {
display: block;
margin-bottom: 7px;
font-weight: 600;
font-size: 1rem;
color: #444;
}

.fc-form-group input[type="file"] {
background: #f5f5f5;
padding: 10px 5px;
border-radius: 4px;
border: 1px solid #ddd;
font-size: 15px;
}

.fc-form-group input[type="date"],
.fc-form-group input[type="text"],
.fc-form-group input[type="email"],
.fc-form-group input[type="number"],
.fc-form-group textarea,
.fc-form-control {
width: 100%;
padding: 12px 10px;
border: 1px solid #c8d3e2;
border-radius: 4px;
font-size: 16px;
margin-top: 6px;
background: #f7faff;
transition: border-color 0.2s;
}
.fc-form-group input:focus, .fc-form-group textarea:focus {
border-color: #0073aa;
background: #f1f8fd;
outline: none;
}

.fc_form-section {
width: 100%;
margin-bottom: 32px;
padding: 28px 24px 24px 24px;
border: 1px solid #e4eaf1;
border-radius: 10px;
background-color: #f6faff !important;
box-shadow: 0 2px 10px rgba(0,113,170,0.04);
}

.fc_form-section h2 {
color: #0a3452 !important;
font-size: 1.45rem;
margin-bottom: 18px;
border-bottom: 2px solid #0073aa;
padding-bottom: 8px;
letter-spacing: 0.01em;
font-weight: 700;
}

.fc-signature-pad {
border: 2px dashed #b3d8ef;
border-radius: 6px;
margin: 18px 0 8px 0;
position: relative;
background: #f7fbfd;
box-shadow: 0 2px 8px rgba(0,113,170,0.03);
}
#fc-signature-canvas {
display: block;
width: 100%;
min-height: 150px;
max-height: 220px;
background-color: #f9f9f9;
touch-action: none;
border-radius: 6px;
}

.fc-signature-actions {
margin-bottom: 16px;
}

.fc-btn {
padding: 9px 18px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 15px;
margin-right: 12px;
font-weight: 500;
transition: background 0.15s, box-shadow 0.15s;
}

.fc-btn-primary {
background-color: #0073aa;
color: #fff;
box-shadow: 0 2px 8px rgba(0,113,170,0.08);
}
.fc-btn-primary:hover {
background-color: #00577a;
}

.fc-btn-secondary {
background-color: #6c757d;
color: white;
}
.fc-btn-secondary:hover {
background-color: #444a50;
}

.fc-form-submit {
margin-top: 32px;
text-align: right;
}

.fc_uploaded_files {
list-style: none;
padding-left: 0;
margin-top: 12px;
margin-bottom: 0;
}
.fc_uploaded_files li {
margin-bottom: 8px;
font-size: 15px;
color: #236;
display: flex;
align-items: center;
}
.fc_uploaded_files a {
color: #0073aa;
text-decoration: underline;
margin-right: 10px;
}
.fc_uploaded_files a.delete-file {
color: #ff5555;
text-decoration: none;
margin-left: 7px;
font-size: 13px;
}
.fc_uploaded_files a.delete-file:hover {
color: #b90000;
}

.fc-signature-preview img {
border: 1px solid #b3d8ef;
border-radius: 6px;
max-width: 320px;
max-height: 120px;
margin-bottom: 12px;
box-shadow: 0 2px 8px rgba(0,113,170,0.07);
}

.fc-alert {
padding: 15px;
margin-bottom: 22px;
border-radius: 4px;
border: 1px solid #c3e6cb;
font-size: 15px;
background-color: #d4edda;
color: #155724;
}

.fc-pdf-link {
color: #0c5460;
text-decoration: underline;
font-weight: bold;
margin-left: 10px;
}
.fc-pdf-link:hover {
color: #062c33;
}

@media (max-width: 600px) {
.fc-conseiller-form {
padding: 14px 2vw;
border-radius: 10px;
}
.fc_form-section {
padding: 14px 5px;
}
.fc-form-group input, .fc-form-group textarea, .fc-form-control {
font-size: 15px;
padding: 10px 7px;
}
.fc_form-section h2 {
font-size: 1.11rem;
padding-bottom: 5px;
}
}