*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #680F3D;--primary-hover: #4f0b2e;--header-height: 120px;--footer-height: 60px;--chat-input-height: 70px}html,body{height:100%;overflow:hidden}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;flex-direction:column}.site-header{background-color:#fff;box-shadow:0 2px 4px #0000001a;padding:1rem;height:var(--header-height);z-index:1000}.header-content{max-width:1200px;margin:0 auto;text-align:center}nav{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.nav-button{padding:.5rem 1rem;border:2px solid var(--primary-color);border-radius:20px;background:transparent;color:var(--primary-color);cursor:pointer;transition:all .3s ease}.nav-button:hover,.nav-button.active{background-color:var(--primary-color);color:#fff}.main-content{flex:1;position:relative;height:calc(100vh - var(--header-height) - var(--footer-height));overflow:hidden}.glider-contain{height:100%;overflow:hidden}.glider{height:100%;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none}.glider::-webkit-scrollbar{display:none}.glider-prev,.glider-next{width:40px!important;height:40px!important;border-radius:50%;background-color:#fff;box-shadow:0 2px 4px #0003;color:var(--primary-color)!important;font-size:1.5rem!important;display:flex!important;align-items:center;justify-content:center;transition:all .3s ease}.glider-prev:hover,.glider-next:hover{background-color:var(--primary-color);color:#fff!important}.chatbot-container{height:100%;padding:1rem;display:flex;flex-direction:column;align-items:center}.chatbot-name{color:transparent;-webkit-text-stroke:1.5px var(--primary-color);margin-bottom:1rem;text-align:center;font-size:2rem;font-weight:700;letter-spacing:1px}.chatbot-embed{width:100%;height:calc(100vh - var(--header-height) - var(--footer-height) - 5rem);max-width:800px;margin:0 auto;border-radius:12px;overflow:hidden;display:flex;flex-direction:column}.chat-interface{display:flex;flex-direction:column;height:100%;background-color:#fff}.chat-window{flex:1;padding:1rem;background-color:#f8f9fa;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem;background-repeat:no-repeat;background-position:bottom left;background-size:100px 100px;min-height:200px}#chat-output-1{background-image:url(/assets/gestio-risque-D8s56cQi.png)}#chat-output-2{background-image:url(/assets/logiciel-BIGRVO0r.png)}#chat-output-3{background-image:url(/assets/meteo-BNxzGXyB.png)}#chat-output-4{background-image:url(/assets/spacial-DUxpMmNn.png)}#chat-output-5{background-image:url(/assets/science-9YhJID5i.png)}.chat-input-container{height:var(--chat-input-height);padding:1rem;background-color:#fff;border-top:1px solid #eee;display:flex;gap:1rem;align-items:center}.chat-input{flex-grow:1;border:1px solid #dee2e6;border-radius:20px;padding:.8rem 1rem;font-size:1rem;transition:border-color .3s ease}.send-button{background-color:var(--primary-color);color:#fff;border:none;border-radius:20px;padding:.8rem 1.5rem;cursor:pointer;transition:background-color .3s ease}.send-button:hover{background-color:var(--primary-hover)}.site-footer{background-color:#fff;padding:1rem;box-shadow:0 -2px 4px #0000001a;height:var(--footer-height)}.footer-content{max-width:1200px;margin:0 auto;display:flex;justify-content:center;align-items:center;height:100%}.footer-text{text-align:center;color:#666}.footer-text a{color:var(--primary-color);text-decoration:none;transition:color .3s ease}.footer-text a:hover{color:var(--primary-hover);text-decoration:underline}.user-message{background-color:var(--primary-color);color:#fff;padding:10px 15px;border-radius:15px 15px 0;max-width:80%;margin-left:auto;margin-bottom:10px}.bot-message{background-color:#e9ecef;color:#212529;padding:10px 15px;border-radius:15px 15px 15px 0;max-width:80%;margin-right:auto;margin-bottom:10px}.typing-bubble{display:flex;align-items:center;gap:4px;padding:10px 15px;background-color:#e9ecef;border-radius:15px 15px 15px 0;max-width:80%;margin-right:auto;margin-bottom:10px}.typing-bubble .dot{display:inline-block;width:8px;height:8px;background-color:#666;border-radius:50%;animation:blink 1.4s infinite both}.typing-bubble .dot:nth-child(2){animation-delay:.2s}.typing-bubble .dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.5;transform:scale(.75)}20%{transform:scale(1);opacity:1}to{opacity:.5;transform:scale(.75)}}@media screen and (max-width: 768px){:root{--header-height: 90px;--footer-height: 50px}.header-content h1{font-size:1.3rem;margin-bottom:.3rem}.nav-button{padding:.25rem .6rem;font-size:.8rem}.chatbot-container{padding:.25rem}.chatbot-embed{height:calc(100vh - var(--header-height) - var(--footer-height) - 2.5rem);border-radius:8px}.chatbot-name{font-size:1rem;margin:.25rem 0;color:var(--primary-color);-webkit-text-stroke:unset;letter-spacing:0;font-weight:700}.chat-input-container{padding:.5rem;height:60px}.chat-window{padding:.5rem}h2{color:var(--primary-color)}}@media screen and (max-width: 480px){:root{--header-height: 180px}.nav-button{font-size:.8rem;padding:.3rem .6rem}.chat-input-container{padding:.5rem}.send-button{padding:.5rem 1rem;font-size:.9rem}}@media screen and (max-width: 768px){:root{--header-height: 100px;--footer-height: 50px}.chatbot-container{padding:.5rem}.chatbot-embed{height:calc(100vh - var(--header-height) - var(--footer-height) - 3rem);border-radius:8px}.chatbot-name{font-size:1.2rem;margin-bottom:.5rem;-webkit-text-stroke:1px var(--primary-color)}.chat-input-container,.chat-window{padding:.5rem}}.chat-input:focus{border-color:var(--primary-color);outline:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media screen and (min-width: 769px){.sr-only{position:static;width:auto;height:auto;padding:0;margin:0;overflow:visible;clip:auto;white-space:normal}}.header-content h1{color:var(--primary-color);margin-bottom:1rem}@media screen and (max-width: 768px){.header-content h1{display:none}}.glider,.glider-contain{margin:0 auto;position:relative}.glider,.glider-track{transform:translateZ(0)}.glider-dot,.glider-next,.glider-prev{border:0;padding:0;-webkit-user-select:none;user-select:none;outline:0}.glider-contain{width:100%}.glider{overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:none}.glider-track{width:100%;margin:0;padding:0;display:flex;z-index:1}.glider.draggable{-webkit-user-select:none;user-select:none;cursor:-webkit-grab;cursor:grab}.glider.draggable .glider-slide img{-webkit-user-select:none;user-select:none;pointer-events:none}.glider.drag{cursor:-webkit-grabbing;cursor:grabbing}.glider-slide{-webkit-user-select:none;user-select:none;justify-content:center;align-content:center;width:100%;min-width:150px}.glider-slide img{max-width:100%}.glider::-webkit-scrollbar{opacity:0;height:0}.glider-next,.glider-prev{position:absolute;background:0 0;z-index:2;font-size:40px;text-decoration:none;left:-23px;top:30%;cursor:pointer;color:#666;opacity:1;line-height:1;transition:opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)}.glider-next:focus,.glider-next:hover,.glider-prev:focus,.glider-prev:hover{color:#ccc}.glider-next{right:-23px;left:auto}.glider-next.disabled,.glider-prev.disabled{opacity:.25;color:#666;cursor:default}.glider-hide{opacity:0}.glider-dots{-webkit-user-select:none;user-select:none;display:flex;flex-wrap:wrap;justify-content:center;margin:0 auto;padding:0}.glider-dot{display:block;cursor:pointer;color:#ccc;border-radius:999px;background:#ccc;width:12px;height:12px;margin:7px}.glider-dot:focus,.glider-dot:hover{background:#ddd}.glider-dot.active{background:#a89cc8}@media (max-width:36em){.glider::-webkit-scrollbar{opacity:1;-webkit-appearance:none;width:7px;height:3px}.glider::-webkit-scrollbar-thumb{opacity:1;border-radius:99px;background-color:#9c9c9c40;-webkit-box-shadow:0 0 1px rgba(255,255,255,.25);box-shadow:0 0 1px #ffffff40}}
