@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400&display=swap";@import"https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap";*{box-sizing:border-box}@theme{ --color-yellow: #F3C02E; --color-lightyellow: #fee38e; --color-orange: #ED9B25; --color-lightorange: #fbba01; --color-red: #6C122B; --color-blue: #256B68; --font-korolev: korolev, sans-serif; --font-anton: Anton, sans-serif; }.active{@apply font-bold;}.navStyle{@apply uppercase text-blue text-lg max-xl:text-base max-lg:text-center max-lg:text-sm max-sm:text-xs font-korolev;}.navBurger{@apply text-xl text-blue;}.App{text-align:center;background-color:#000}.connexion{background-color:#000;width:max-content;display:flex;border-radius:10px;border:solid 1px #266d68;height:fit-content;font-size:small;justify-content:center;padding:3.75rem!important;min-width:300px}.button-orange{background-color:#266d68;color:#fff;padding:10px 20px;border-radius:5px;height:fit-content;transition:background-color .3s}.button-orange:hover{background-color:#ffb638}.bloc-jaune{display:flex;flex:2;justify-content:center;align-items:center;width:100%;background-color:#ffb638;height:100vh}.jat-logo{margin:0 20px 20px;width:500px}.label-login{display:flex;width:100%;font-size:small;flex-direction:column}.input-30{height:30px;border-radius:5px;border:solid 1px #ffb638;background-color:#fff;padding-left:8px;padding-top:5px;padding-bottom:5px}.page-log-in{display:flex;justify-content:space-between}.input-connexion{margin-top:15px;display:flex;flex-direction:column;gap:20px}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus{-webkit-box-shadow:0 0 0px 1000px rgba(255,255,255,.08) inset!important;-webkit-text-fill-color:#fff!important;caret-color:#fff!important;transition:background-color 9999s ease-in-out 0s!important}
