#filtres-container {
position: absolute !important;
overflow: hidden;
top: 5% !important;
left: 50%;
transform: translateX(-50%) !important;
z-index: 999999;
background-color: white;
padding: 20px;
border: 1px solid #ddd;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
width: 90%;
max-width: 400px;
display: none; }
#filtres-container .filter-row {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin-bottom: 10px;
}
#filtres-container label {
width: 40%;
text-align: left;
margin-right: 5px;
}
#filtres-container select, #filtres-container input {
width: 55%;
margin-top: 0;
margin-right: 5px;
padding: 5px;
box-sizing: border-box;
}
.button-group {
display: flex;
gap: 10px;
justify-content: flex-start;
}
#filter-button, #cancel-button {
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
}
#filter-button {
background-color: #28a745;
color: white;
} #cancel-button {
background-color: #dc3545;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
} #filtres-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5);
z-index: 9998;
display: none; }
@media screen and (max-width: 768px) {
#filtres-container {
position: fixed !important; top: 0% !important; left: 50% !important; transform: translateX(-50%) !important;
width: 90% !important; max-width: 400px !important; z-index: 999999 !important;
background-color: white !important;
padding: 10px 20px !important; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
overflow: hidden;
max-height: 90vh !important; }
#filtres-container .filter-row {
flex-direction: column;
margin-bottom: 10px;
z-index: 999598;
}
#filtres-container label, #filtres-container select, #filtres-container input {
width: 100%;
z-index: 999598;
}
#filter-button, #cancel-button {
width: 48%;
} #tableau, .prospects-table {
position: relative !important; z-index: 1 !important;
}
}
@media screen and (max-width: 768px) {
#ajouter-prospect-form {
position: fixed !important; top: 0% !important; left: 50% !important; transform: translateX(-50%) !important; width: 90% !important; max-width: 400px !important; z-index: 9999 !important;
background-color: white !important;
padding: 10px 20px !important; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1) !important;
overflow-y: auto !important; max-height: 100vh !important; }
#form-overlay {
display: block; position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5); z-index: 9998;
} #tableau, .prospects-table {
position: relative !important; z-index: 1 !important;
}
}
html, body {
overflow-x: hidden;
}
#filtre-options {
position: fixed ;
z-index: 9999; background-color: white;
border: 1px solid #ccc;
border-radius: 5px;
padding: 10px;
}
.hidden {
display: none; }
#close-filters:hover {
color: red; }
#toggle-filters {
background-color: #28A745 !important; margin-left: 25px !important; color: white !important;
padding: 12px 24px !important; border: none !important;
border-radius: 25px !important; font-size: 16px !important;
cursor: pointer !important;
transition: background-color 0.3s ease, transform 0.2s ease !important; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important; }
#toggle-filters:hover {
background-color: #218838 !important; transform: translateY(-3px) !important; }
#cancel-button {
background-color: #dc3545 !important; color: white !important;
padding: 10px 20px !important; border: none !important;
border-radius: 5px !important;
cursor: pointer !important;
width: auto !important; margin-left: 10px !important; text-align: center !important; }
#cancel-button,
#filter-button {
display: inline-block !important; width: 48% !important; box-sizing: border-box !important; }
#cancel-button:hover {
background-color: #c82333 !important;
}
.parent-container {
overflow: visible; }
.no-scroll {
overflow: hidden !important;
height: 100%; position: fixed; width: 100%;
}
.button-container {
display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px; position: relative; z-index: 10000; } .popup-form {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 300px;
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
opacity: 0;
transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
z-index: 9999; } .popup-form.show {
display: block; opacity: 0;
transform: translate(-50%, -50%) scale(1); z-index: 9999 !important;
}
.popup-form.hide {
opacity: 0;
transform: translate(-50%, -50%) scale(0.95); }
#success-modal {
display: none;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1000;
background-color: white;
padding: 20px;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
#success-modal.show {
display: block;
opacity: 1;
}
#success-modal p {
font-size: 18px;
color: #333;
margin-bottom: 20px;
}
#close-modal-btn {
background-color: #28a745;
color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
}
#close-modal-btn:hover {
background-color: #218838; }
#ajouter-prospect-form {
all: unset; display: none;
position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%); padding: 20px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
z-index: 10001 !important; border-radius: 5px;
max-width: 400px;
width: 100%;
background-color: #fff; border: 2px solid #ccc; }
#form-overlay {
display: none; position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background-color: rgba(0, 0, 0, 0.5); z-index: 9998; } .fixed-header-container {
position: sticky;
top: 0;
background-color: #fff;
z-index: 10;
display: flex;
flex-direction: column;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
padding-bottom: 10px;
} .prospects-table thead th {
position: sticky;
top: 0;
padding: 10px;
z-index: 326626526; background: linear-gradient(135deg, #2c2c2c, #3a3a3a); color: #f5f5f5;
border-bottom: 2px solid #444;
} .prospects-table thead::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #2c2c2c; z-index: -1; }
.prospects-table-header th {
background-color: #f2f2f2;
padding: 10px;
border: 1px solid #ddd;
} .prospects-table-container {
position: relative; max-height: 400px; overflow-y: auto; overflow-x: auto; margin: 0 auto; }
.table-container {
clear: both; }
.prospects-table-container {
position: relative;
z-index: 0; }
#filtre-options {
border: 2px solid red; } .prospects-table {
width: 100%; border-collapse: collapse; z-index: 0; }
.table-wrapper {
position: relative; } .prospects-table td, .prospects-table th {
padding: 10px;
border: 1px solid #ddd !important;
background-color: #fff !important;
} .prospects-table td, .prospects-table th {
padding: 10px;
border: 1px solid #ddd !important;
background-color: #fff;
} #ajouter-prospect-btn {
display: inline-block; width: auto; position: relative; top: 10px; left: 10px; margin-left: 10px; margin-right: 20px; z-index: 1000; background-color: #28a745;
color: white;
padding: 12px 24px;
border: none;
border-radius: 5px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease;
margin-bottom: 10px;
}
button.ripple-btn {
background-color: #28a745; color: white;
padding: 12px 24px;
border: none;
border-radius: 25px;
font-size: 16px;
cursor: pointer;
transition: background-color 0.3s ease, transform 0.2s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } button.ripple-btn:hover {
background-color: #218838;
transform: translateY(-3px); }
button[type="submit"] {
background-color: #28a745; color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
}
button[type="submit"]:hover {
background-color: #218838; } button#cancel-popup-btn {
background-color: #dc3545; color: white;
padding: 10px 20px;
border: none;
border-radius: 5px;
cursor: pointer;
margin-left: 10px; } button#cancel-popup-btn:hover {
background-color: #c82333; }
#ajouter-prospect-btn:hover {
background-color: #218838;
transform: translateY(-3px);
}  .scroll-left, .scroll-right {
position: absolute; top: 50%; transform: translateY(-50%);
background-color: green;
color: white;
border: none;
padding: 10px;
cursor: pointer;
border-radius: 50%;
z-index: 100; }
.scroll-left {
left: -40px; }
.scroll-right {
right: -40px; }
.scroll-left:hover, .scroll-right:hover {
background-color: #218838;
}
.delete-prospect-btn {
background: none !important;
border: none !important;
color: red !important;
font-size: 20px !important;
cursor: pointer !important;
}
.delete-prospect-btn:hover {
color: darkred !important;
} .calendar-icons {
display: flex; justify-content: flex-start; gap: 10px; }
.calendar-icons a {
display: inline-block; }
.prochain-rdv {
margin-bottom: 10px; width: 100%; box-sizing: border-box; } .menu-mon-compte-personnalise {
background-color: #f0f0f0; font-weight: bold; border-radius: 5px; }
.menu-mon-compte-personnalise a {
color: #0073aa; padding: 10px; }
.graphique-container {
z-index: 1; }
form select, form input[type="text"] {
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
background-color: #fff;
margin-right: 10px;
transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
form select:focus, form input[type="text"]:focus {
border-color: #28a745;
box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}
form select, form input[type="text"], form button[type="submit"] {
padding: 10px;
border: 1px solid #ddd;
border-radius: 5px;
margin-right: 20px; margin-bottom: 10px; transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
form select:focus, form input[type="text"]:focus {
border-color: #28a745;
box-shadow: 0 0 5px rgba(40, 167, 69, 0.5);
}
#toggle-filters:hover, button[type="submit"]:hover {
background-color: #218838; transform: translateY(-3px);
}
#filtre-priorite-container {
clear: both; display: block; margin-top: 10px; }
#filtre-priorite-label {
display: block; margin-top: 10px; }
#filtre-priorite-select {
margin-top: 5px; }
#chat-container {
width: 100%;
max-width: 600px;
margin: 20px auto;
}
#loading {
font-size: 18px;
color: #4CAF50;
text-align: center;
margin: 10px 0;
}
#response {
background-color: #f1f1f1;
padding: 10px;
margin-top: 10px;
border-radius: 5px;
display: none; }
#response.error {
background-color: #f8d7da;
color: #721c24;
border: 1px solid #f5c6cb;
}
#response.success {
background-color: #d4edda;
color: #155724;
border: 1px solid #c3e6cb;
}
#submit-button {
background-color: #4CAF50;
color: white;
padding: 10px 20px;
border: none;
cursor: pointer;
}
#submit-button:disabled {
background-color: #ccc;
}
#loading::before {
content: '';
display: inline-block;
width: 20px;
height: 20px;
border: 3px solid #f3f3f3;
border-top: 3px solid #4CAF50;
border-radius: 50%;
animation: spin 1s linear infinite;
}
@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
#history {
max-width: 100%;
margin: 20px 0;
padding: 15px;
border-radius: 10px;
background-color: #f9f9f9;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
} .history-item {
background-color: #f9f9f9;
padding: 10px;
margin-bottom: 10px;
border-radius: 5px;
border: 1px solid #ddd;
} .history-item .question {
font-weight: bold;
color: #333;
} .history-item .response {
font-style: italic;
color: #555;
}
.history-item p {
margin: 5px 0;
}
.history-item strong {
color: #333;
}
.history-item em {
color: #888;
font-size: 0.9em;
}
.pagination {
display: flex;
justify-content: center;
margin-top: 20px;
}
.pagination a {
padding: 10px 15px;
margin: 0 5px;
background-color: #4CAF50;
color: white;
text-decoration: none;
border-radius: 5px;
transition: background-color 0.3s;
}
.pagination a:hover {
background-color: #45a049;
} .sort-arrow {
cursor: pointer; transition: transform 0.3s ease; } .sort-arrow:hover {
transform: scale(1.2); color: #28a745; } .sort-arrow:active {
transform: translateY(-2px); color: #218838; }
.ai-suggestions {
padding: 20px;
background-color: #f9f9f9;
border-top: 1px solid #ddd;
width: 100%;
max-width: 1200px; margin: 0 auto; } #ai-suggestions {
padding: 20px;
background-color: #f0f8ff;
border: 1px solid #ccc;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
margin-top: 20px;
} #ai-suggestions h3 {
font-size: 1.5em;
color: #2c3e50;
text-align: center;
margin-bottom: 20px;
} #ai-suggestions ul {
list-style-type: disc;
padding-left: 20px;
color: #2c3e50;
line-height: 1.8;
font-size: 1.1em;
} #ai-suggestions ul li {
margin-bottom: 10px;
} #ai-suggestions p {
text-align: center;
font-style: italic;
color: #7f8c8d;
margin-top: 20px;
} .suggestions-container p {
font-size: 16px;
line-height: 1.6;
color: #333;
}
.suggestions-container strong {
font-weight: bold;
color: #0073aa;
}
.suggestions-container {
background-color: #f9f9f9;
padding: 20px;
border-radius: 5px;
border: 1px solid #ddd;
margin-bottom: 20px;
} .suggestions-title {
color: #349B39;
font-weight: bold;
font-size: 1.5em;
text-align: center;
margin-bottom: 5px !important; } .tabs-container {
display: flex;
justify-content: center;
margin-bottom: 20px;
} .tab-link {
padding: 10px 20px;
margin: 0 5px;
border: 2px solid #dcdcdc;
border-radius: 10px;
cursor: pointer;
background-color: #ffffff; color: #349B39;
font-weight: bold;
transition: all 0.3s;
} .tab-link.active {
background-color: #349B39; color: #ffffff;
} .tab-link:hover {
background-color: #287a2d;
color: #ffffff;
} .tab-content {
display: none;
}
.tab-content.active {
display: block;
}
.search-input {
width: 250px;
padding: 10px;
border: 2px solid #dcdcdc;
border-radius: 5px 0 0 5px;
outline: none;
}
.fancy-search-btn {
padding: 10px 20px;
border: none;
background-color: #349B39;
color: #fff;
font-weight: bold;
cursor: pointer;
border-radius: 0 5px 5px 0;
transition: background-color 0.3s;
}
.fancy-search-btn:hover {
background-color: #287a2d;
} .prospect-list {
list-style-type: none;
padding: 0;
margin: 0;
}
.prospect-item {
margin: 10px 0;
} .fancy-button {
background-color: #349B39;
color: #ffffff;
padding: 10px 20px;
border: none;
border-radius: 10px;
font-size: 1em;
font-weight: bold;
cursor: pointer;
transition: all 0.3s ease;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.2);
}
.fancy-button:hover {
background-color: #287a2d;
box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
transform: translateY(-3px);
}
.fancy-button:active {
transform: translateY(2px);
box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
} .fancy-dropdown {
background-color: #ffffff;
border-radius: 8px;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
padding: 15px;
margin-top: 10px;
}
.suggestion-detail {
font-size: 1em;
margin-bottom: 5px;
}
.no-prospects-message {
color: #ff6347;
text-align: center;
font-weight: bold;
margin-top: 20px;
} .loading-text {
font-size: 1.2em;
font-weight: bold;
color: #349B39;
position: relative;
display: inline-block; overflow: hidden;
}
.loading-text::after {
content: '';
position: absolute;
top: 0;
left: -150%;
width: 150%;
height: 100%;
background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.8), transparent);
animation: light-pass 3s ease-in-out infinite;
}
@keyframes light-pass {
0% {
left: -150%;
}
50% {
left: 100%;
}
100% {
left: 100%;
}
} .pagination-buttons {
display: flex;
justify-content: center;
margin-top: 20px;
}
.pagination-btn {
padding: 10px 20px;
margin: 0 5px;
border: none;
border-radius: 5px;
background-color: #349B39;
color: #ffffff;
font-weight: bold;
cursor: pointer;
transition: background-color 0.3s;
}
.pagination-btn:disabled {
background-color: #dcdcdc;
cursor: not-allowed;
}
.pagination-btn:hover:not(:disabled) {
background-color: #287a2d;
}
.suggestion-content {
font-size: 16px;
line-height: 1.6;
margin-bottom: 20px;
}
.suggestion-content h4 {
font-weight: bold;
margin-bottom: 10px;
}
.suggestion-content p {
margin-bottom: 10px;
}
.suggestion-content ul {
list-style-type: disc;
margin-left: 20px;
}
.suggestion-content strong {
font-weight: bold;
}
input[type="submit"] {
margin-bottom: 20px; }
.form-group {
margin-bottom: 20px; }
#create-filter-modal {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
padding: 20px;
background: white;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
z-index: 10000;
} .ia-response-container {
max-width: 700px;
margin: 20px auto;
padding: 20px;
background-color: #f9f9fb;
border-radius: 12px;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
font-family: Arial, sans-serif;
color: #333;
} .ia-response-title {
font-size: 1.4em;
font-weight: bold;
color: #2d72d2;
text-align: center;
margin-bottom: 15px;
} .ia-response-content {
font-size: 1em;
line-height: 1.6;
color: #444;
} .ia-response-content ul {
margin-top: 10px;
padding-left: 20px;
list-style-type: disc;
}
.ia-response-content li {
margin-bottom: 10px;
} .user-message {
display: flex;
align-items: flex-start;
margin: 15px 0;
}
.user-message p {
background-color: #eef2ff;
color: #2d72d2;
padding: 10px 15px;
border-radius: 12px;
max-width: 80%;
font-size: 0.95em;
line-height: 1.4;
margin-left: auto;
margin-right: 10px;
} .hello-ia-message {
display: flex;
align-items: flex-start;
margin: 15px 0;
}
.hello-ia-message p {
background-color: #e1ffe4;
color: #2d672d;
padding: 10px 15px;
border-radius: 12px;
max-width: 80%;
font-size: 0.95em;
line-height: 1.4;
margin-right: auto;
} .send-ia-message-btn {
display: inline-block;
margin-top: 10px;
padding: 8px 16px;
background-color: #2d72d2;
color: #ffffff;
font-size: 0.9em;
border: none;
border-radius: 8px;
cursor: pointer;
transition: background-color 0.3s ease;
}
.send-ia-message-btn:hover {
background-color: #255bb5;
} .hello-ia-input {
width: 100%;
margin-top: 15px;
padding: 10px;
font-size: 1em;
border: 1px solid #ddd;
border-radius: 8px;
} .loading-text {
color: #888;
font-size: 0.9em;
text-align: center;
animation: fade-in-out 1s infinite;
}
@keyframes fade-in-out {
0%, 100% { opacity: 1; }
50% { opacity: 0.5; }
}