@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.routes-container{opacity:1}.routes-container.re-animate{animation:fadeInUp .3s ease-out}body{background-color:#1a1d1f}.main-component{margin:0 auto;max-width:1200px;padding:30px 0;width:95%}button{align-items:center;background:linear-gradient(90deg,#a4e66f,green);border:none;border-radius:12px;box-shadow:0 8px 20px #0003;color:#4e4e4e;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;justify-content:center;overflow:hidden;padding:10px 20px;position:relative;text-decoration:none;transition:all .3s ease;z-index:1}button:before{background:#ffffff80;border-radius:50%;content:"";height:0;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:width .4s ease,height .4s ease,opacity .6s ease;width:0;z-index:-1}button:hover{background:linear-gradient(90deg,#a4e66f,#02c402);box-shadow:0 10px 25px #0000004d;color:#1a1a1a;transform:translateY(-2px) scale(1.05)}button:hover:before{height:300%;opacity:0;width:300%}button:active{transform:translateY(0) scale(.96)}button:focus{color:#1a1a1a;outline:none}button span{position:relative;z-index:2}button:after{background:#fff3;content:"";height:100%;left:-100%;position:absolute;top:0;transform:skewX(-45deg);transition:left .5s ease;width:100%;z-index:0}button:hover:after{left:100%}@media screen and (max-width:768px){button{font-size:16px}}*{box-sizing:border-box;margin:0;padding:0}p{font-size:12px}body,html{height:100%;width:100%}body{font-family:Arial,sans-serif;margin:0;padding:0}.chatbot-container{align-items:center;color:#fff;display:flex;flex-direction:column;font-family:Segoe UI,sans-serif;padding:1rem .5rem;position:relative}.explication-button,.mic-button{position:absolute}.explication-button{background:#444;border:none;border-radius:7px;color:#fff;cursor:pointer;font-size:.7rem;left:8px;padding:8px 12px;position:absolute;top:100px;transition:all .2s ease-in-out}.explication-button.active{background:linear-gradient(90deg,#a4e66f,#02c402);color:#292828}.explication-button.active:hover{color:#2b2727}.chat-header{position:relative;text-align:center}.chat-header h2{font-size:1.8rem;margin:0;text-shadow:0 2px 4px #0003}.status-indicator{background:#4caf50;border-radius:50%;height:12px;position:absolute;right:-20px;top:50%;transform:translateY(-50%);width:12px}.status-indicator.pulsating{animation:pulse 1.5s infinite}.chat-window{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:15px;box-shadow:0 8px 32px #0000001a;height:58vh;margin-bottom:1rem;max-width:861px;overflow-y:auto;padding:1.5rem;width:100%}.input-container{align-items:center;display:flex;gap:.8rem;max-width:600px;position:relative;width:100%}.mic-button{background:#646464b3;border:none;cursor:pointer;display:flex;padding:0 13px;position:absolute;right:5px;top:5px;transition:all .2s ease-in-out}.mic-button:hover{background:#787878e6;transform:scale(1.1)}.mic-button.active{background:#f44;transform:scale(1.1)}.sound-waves{animation:sonar 1.5s infinite;border:2px solid #ffffff80;border-radius:50%;height:100%;position:absolute;width:100%}textarea{background:#ffffffe6;border:none;border-radius:10px;font-size:1rem;max-height:200px;min-height:70px;overflow-y:auto;padding:1rem 56px 2.5rem 10px;resize:none;transition:all .3s;width:100%}input.recording{box-shadow:0 0 15px #ff44444d}.send-button{background:#2a2a2b;border:none;border-radius:25%;color:#fff;cursor:pointer;font-size:1rem;height:35px;position:absolute;right:5px;top:55px;transition:all .3s;width:22px}.send-button.loading{background:#666}.send-button:hover:not(:disabled){box-shadow:0 4px 15px #2196f366;transform:scale(1.05)}.spinner{border:3px solid #ffffff4d;height:24px;width:24px}.browser-warning{background:#ffcc0026;border-radius:8px;font-size:.9rem;margin-top:1rem;padding:.8rem}@keyframes sonar{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.8)}}.message{animation:messageAppear .4s ease-out forwards;margin:20px 0;opacity:0;transform:translateY(20px)}@keyframes messageAppear{to{opacity:1;transform:translateY(0)}}.parent-container{text-align:right}.user-message .message-text{display:inline-block;padding:15px}.bot-message .message-text{padding:15px}.typing-indicator{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a}.message{display:flex}.user-message{justify-content:flex-end}.bot-message{justify-content:flex-start}.message-text{word-wrap:break-word;border-radius:20px;display:inline-block;padding:15px}.user-message .message-text{background:linear-gradient(45deg,#4caf50,#45a049);border-radius:20px 20px 5px 20px;color:#fff}.bot-message .message-text{background:linear-gradient(45deg,#fff,#f8f9fa);border-radius:20px 20px 20px 5px;color:#333}.camera-button.active{animation:pulse 1.5s infinite;background:#4caf50}.photo-preview{border:2px solid #4caf50;border-radius:8px;margin:10px 0;padding:5px;position:relative}.photo-preview:after{bottom:-25px;color:#4caf50;content:"✓ Photo prête";font-size:.8em;font-weight:700;left:0;position:absolute}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.capture-effect{animation:flash .3s}@keyframes flash{0%{filter:brightness(100%)}50%{filter:brightness(150%)}to{filter:brightness(100%)}}.camera-modal video{border-radius:10px;max-width:100%;transform:scaleX(-1)}@media(orientation:portrait){.camera-modal{height:70vh;width:90vw}.camera-modal video{object-fit:cover}}@media screen and (max-width:425px){.message-text{max-width:100%}}.image-ready-bar{background:linear-gradient(90deg,#00c853,#00bcd4);border-radius:3px;bottom:-1px;height:3px;left:10px;opacity:1;position:absolute;transition:opacity .3s ease-in-out;width:calc(100% - 20px)}.camera-button{align-items:center;background:#444;border:none;color:#fff;cursor:pointer;display:flex;font-size:1em;justify-content:center;left:171px;padding:0 13px;position:absolute;top:99px;transition:background .3s ease-in-out}.camera-button.has-image{background:#7b2a2a;padding:4px 13px}.camera-button:hover{transform:scale(1.1)}.camera-icon:hover{color:#000}.spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:inline-block;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media screen and (max-width:768px){.input-container{bottom:174px;position:fixed;width:96%}}@media screen and (max-width:768px)and (min-height:680px)and (max-height:950px){.chat-window{max-height:calc(72vh - 175px)!important}}@media screen and (max-width:768px)and (min-height:680px)and (max-height:745px){.chat-window{max-height:calc(69vh - 167px)!important}}@media screen and (max-width:768px)and (min-height:560px)and (max-height:680px){.chat-window{max-height:calc(64vh - 167px)!important}}.message-with-image{max-width:80%!important;padding:10px!important}.image-wrapper{border-radius:8px;margin-bottom:8px;overflow:hidden;position:relative}.chat-image,.image-wrapper{max-height:250px;width:100%}.chat-image{display:block;height:auto;object-fit:contain;transition:transform .3s ease,filter .2s ease}.image-wrapper:hover .chat-image{filter:brightness(1.05);transform:scale(1.02)}@media screen and (max-width:768px){.message-with-image{max-width:90%!important}.chat-image,.image-wrapper{max-height:200px}}@media screen and (max-width:480px){.message-with-image{max-width:95%!important}.chat-image,.image-wrapper{max-height:180px}}@media(max-width:768px){.nav-banner-container{bottom:0;display:flex;flex-direction:column-reverse;position:fixed;width:100%;z-index:1000}.fixed-banner{align-items:center;background:#fff;display:flex;justify-content:center;max-height:100px;overflow:hidden;position:relative;transition:height .2s ease-in-out;width:100%}.fixed-banner img{height:auto;object-fit:contain;width:100%}.nav{align-items:center;background:#333333e6;bottom:60px!important;display:flex;height:69px!important;justify-content:space-around;position:absolute;width:100%}}@media(min-width:769px){.nav-banner-container{position:static}.fixed-banner{align-items:center;background:#fff;display:flex;justify-content:center;margin-top:auto;max-height:120px;overflow:hidden;position:relative;width:100%}.fixed-banner img{height:auto;object-fit:contain;width:100%}.nav{background:#333;height:auto;position:relative;width:100%}body,html{display:flex;flex-direction:column;height:100%;margin:0;padding:0}.main-content{flex-grow:1}}.header{position:relative}.header img{display:block;height:320px!important;object-fit:cover;object-position:bottom;width:100%}.header .flex{display:flex}.header .flex-center{align-items:center;justify-content:center}.header .timer-ico{margin-right:10px}.header .pinDay{background-color:#313234;border-radius:19px;color:#fff;left:20px;padding:12px;position:absolute;top:20px;width:185px}.header .pinDay__heure{color:#fff;font-weight:700}.header .pinDay__jour{color:#c6c6ce;font-weight:300}.header h1{color:#fff;font-size:32px;font-weight:700;left:50%;position:absolute;text-align:center;text-shadow:3px 3px 0 #000,-1px -1px 0 #000,1px -1px 0 #000,-1px 1px 0 #000,1px 1px 0 #000;top:50%;transform:translate(-50%,-50%);width:351px}.nav{background-color:#313234;border-top:2px solid #444;bottom:0;gap:20px;left:0;list-style:none;padding:15px 0;right:0;z-index:1000}.nav,.nav li,.nav__link{align-items:center;display:flex;justify-content:center}.nav__link{border-radius:10px;color:#cfcfcf;flex-direction:column;font-size:11px;font-weight:700;gap:5px;padding:10px;text-align:center;text-decoration:none;transition:transform .3s ease,background-color .3s ease,color .3s ease}.nav__link:hover{background-color:#ffffff1a;color:#a4e66f;transform:scale(1.1)}.nav__icon{color:inherit;font-size:24px}.nav li.active .nav__link{background-color:#ffffff1a;border-bottom:2px solid #a4e66f;color:#a4e66f;transform:scale(1.1)}@media screen and (max-width:768px){.header img{height:83px!important}.nav{bottom:73px;flex-direction:row;justify-content:space-around;padding:3px 0;position:fixed}.nav__link{font-size:11px;padding:8px}.nav__icon{font-size:20px}}.popup-container{background-color:#313234;border-radius:10px;box-shadow:0 0 10px #0000004d;color:#fff;left:20px;padding:16px;position:fixed;top:80px;z-index:1001}.popup-container.show{transform:translateX(0)}.timer-popup.show{display:block;opacity:1}.timer-popup{background:#fff;border-radius:10px;bottom:100px;box-shadow:0 5px 15px #0000004d;display:none;left:50%;padding:15px;position:fixed;transform:translateX(-50%);z-index:1100}.popup-time{transition:transform .3s ease-in-out}.timer-popup.expanded .popup-time{transform:translateY(-10px)}.popup-buttons{display:flex;gap:10px;justify-content:center;margin-top:10px;opacity:0;transition:opacity .3s ease-in-out}.popup-buttons.show{opacity:1}.mobile-timer{align-items:center;background:#2c2d2f;border-radius:8px;color:#fff;cursor:pointer;display:flex;flex-direction:column;font-size:11px;height:32px;overflow:hidden;padding:7px 6px;text-align:center;transition:all .25s ease-in-out;width:140px}.mobile-timer.expanded{background:#fff;border-radius:12px;color:#000;height:150px;padding:16px;width:220px}.timer-text{transition:transform .25s ease-in-out}.mobile-timer.expanded .timer-text{transform:translateY(-5px)}.timer-buttons{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;margin-top:10px;opacity:0;transition:opacity .25s ease-in-out}.mobile-timer.expanded .timer-buttons{opacity:1}.timer-buttons .btn-row{display:flex;gap:5px;justify-content:center;width:100%}.timer-buttons button{background:linear-gradient(145deg,#4caf50,#388e3c);border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:12px;font-weight:700;padding:8px;transition:all .2s ease-in-out}.timer-buttons .btn-stop{background:#d32f2f;width:100%}.mobile-timer.dark-mode{background:#1e1e1ef2!important;border:1px solid #fff3;color:#fff!important}.mobile-timer.dark-mode .timer-text{color:#fff!important}.mobile-timer.dark-mode .timer-buttons button{background:#444!important;color:#fff!important}.mobile-timer.dark-mode .btn-stop{background:#f55!important;color:#fff}.profile-btn{background:none;border:none;cursor:not-allowed;font-size:24px;opacity:.6;position:absolute;right:10px;top:10px}.profile-btn:hover{opacity:1}.profile-icon{color:#333}@media(max-width:768px){.profile-btn{font-size:20px;right:5px;top:5px}}.mobile-timer-container{border-radius:10px 10px 0 0;display:flex;gap:56px;justify-content:space-around;left:0;padding:10px;position:absolute;right:0;top:81px;z-index:1002}.mobile-timer-container.single-timer{justify-content:flex-start;padding-left:20px}.mobile-timer.closing{animation:closeTimer .3s forwards}@keyframes closeTimer{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}.main__container{background-color:#363636;margin:auto;padding:30px 15px;width:80%}.container__timer{align-items:center;background-color:#2a2d2f;display:flex;flex-direction:column;justify-content:center;padding:20px;width:100%}.container__timer h2{color:#fff;font-size:20px}.container__timer p{font-size:35px}.container__rules{background-color:#2a2d2f;color:#fff;display:flex;flex-direction:column;line-height:20px;margin:20px auto;padding:20px}.container__rules__name{color:#a4e66f;font-size:25px;line-height:26px;padding-bottom:20px}.container__rules,.container__timer{border-radius:10px}.container__rules ul{list-style-position:outside;margin-top:10px;padding-left:20px}.container__rules li{margin-bottom:10px}.container__timer__main{display:flex;gap:2rem;margin:auto;max-width:900px}@media screen and (max-width:535px){.container__timer__main{display:flex;flex-direction:column;gap:0}}.container__rules{margin:0 auto;max-width:900px;position:relative;width:100%}.container__rules img{border-radius:10px;height:auto;width:80%}.rules{background-color:#313234e6;border-radius:10px;box-shadow:0 4px 8px #0003;left:50%;max-width:400px;padding:20px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:70%}.align-center{align-items:center}.rules__title{color:#fff;font-size:18px;font-weight:700;margin-bottom:10px}.rules__p{color:#9c9fa8;font-size:14px}.golf-button{margin:auto auto 20px;width:200px}@media screen and (max-width:768px){.rules{padding:15px;top:45%;width:90%}.rules__title{font-size:16px}.rules__p{font-size:12px}.container__rules img{width:100%}}@media screen and (max-width:560px){.rules{padding:15px;top:47%;width:50%}}
/*# sourceMappingURL=main.13ac567c.css.map*/