:root{--svg-size:1.7rem;--bold:700;--regular:400;--light:300;--font-size:clamp(1.5rem,3vw,2rem);--theme-color:#f80a0a;--input-theme:#F2F2F2;--required-color:#ff0000;--back-color:#FFF;--label-size:0.9rem;--stroke-color:#264CBF;--label-color:#211ae4;--srcollbar-backcolor:#b9242496}body{font-weight:var(--regular)}body.active,main.active{overflow:hidden}::-webkit-scrollbar{height:1px;width:1px}::-webkit-scrollbar-thumb{background-color:transparent}*{margin:0;padding:0;box-sizing:border-box;font-family:Lato,sans-serif;-webkit-tap-highlight-color:transparent}.body,.main{padding:min(3%,2rem)}.body{min-height:70vh}.form_span_alert{color:var(--required-color);font-size:12px;margin-top:10px;width:300px;display:inline-block}.titre-h1{display:flex;font-size:var(--font-size);align-items:center;gap:clamp(5px,.5vw,20px);margin-bottom:30px}.titre-h1 span{display:inline-block;height:45px;width:10px;border-top-right-radius:5px;border-bottom-right-radius:5px;flex-shrink:0}.submit-button,.titre-h1 span{background-color:var(--theme-color)}.submit-button{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;border:none;font-size:1rem;color:#FFF;font-weight:var(--bold);letter-spacing:.3px;padding:5px;transition:.5s;border-radius:5px;cursor:pointer;text-decoration:none}.submit-button:hover{background-color:var(--input-theme);color:var(--theme-color)}.submit-button:disabled,.submit-button:disabled:hover{color:#ccc;background-color:#ccc}.form_base_structure{display:grid;grid-template-columns:minmax(200px,300px) minmax(200px,300px);justify-items:center;grid-gap:clamp(1rem,3rem,4vw);gap:clamp(1rem,3rem,4vw);width:100%;margin-bottom:15px}.form_base_structure>div{width:100%}.form_base_structure>div>div{border-radius:10px;padding:2px 5px}.form_base_structure input{height:2.8rem;padding:2px}.form_base_structure textarea{border-radius:10px;padding:5px;width:100%;resize:none;height:200px;border:none;background-color:var(--input-theme);outline:none}.form_base_structure button{align-self:self-end}@media screen and (max-width:500px){.form_base_structure{grid-template-columns:none;justify-items:normal;gap:2rem}.form_base_structure textarea,.form_base_structure>div{width:85%}}.not_found_wrapper{display:flex;align-items:center;justify-content:center;height:100vh}not_found_wrapper svg{width:400px}