.formWrapper{width:100%;padding:15px;margin:0 auto}.formWrapper h1{cursor:auto!important;animation:pulseReversed .25s cubic-bezier(.075,.82,.165,1);animation-delay:.2s;font-weight:100}.inputWrapper{display:flex;flex-direction:column;gap:15px}.inputWrapper input,.inputWrapper textarea{padding:10px;border:1px solid var(--foreground-color);resize:none}form{display:flex;flex-direction:column;gap:20px}button[type=submit],.formWrapper h1{padding:.75rem 1.5rem;background-color:var(--foreground-color);color:#000;border:none;cursor:pointer;font-size:2rem;font-family:var(--link-projet-font);letter-spacing:.5px;width:100%;transform:scale(1)}button[type=submit]{animation:pulseReversed .25s cubic-bezier(.075,.82,.165,1);animation-delay:.45s;text-align:left}button[type=submit]:hover{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:2px}label{font-family:var(--secondary-font)}@media(max-width:1400px){button[type=submit],.formWrapper h1{font-size:1.5rem}}
