.creer-compte{flex-direction:column;align-items:top;height:100vh;max-height:100vh;overflow:hidden;font-family:Inter,sans-serif;padding:0;margin:0}.creer-compte,.navbar{display:flex;width:100%;background:#ffffff}.navbar{align-items:center;padding:15px 30px;height:60px;box-shadow:0 4px 192.2px -18px rgba(0,0,0,.25);position:-webkit-sticky;position:sticky;top:0;z-index:10}.navbar-arrow{transform:rotate(225deg);width:12px;height:12px}.container{flex-direction:row;justify-content:space-between;align-items:flex-start;padding:120px 5% 80px;gap:5%;width:80%;max-width:1728px;box-sizing:border-box;overflow:auto}.container,.image-side{display:flex;height:100%}.image-side{flex:1 1;min-width:45%;background:#FFFFFF;border-radius:40px;overflow:hidden;justify-content:center;align-items:center}.image-side img{width:100%;max-height:100%;object-fit:contain;border-radius:40px}.form-side{min-width:45%;max-width:550px;height:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;overflow-y:auto;padding:20px 0 20px 40px}.form-body{width:100%}.form-header{display:flex;flex-direction:column;gap:25px;width:100%}.titre-bloc{width:100%}.title-and-info{display:flex;flex-direction:column;align-items:flex-start;gap:20px}.form-title{font-size:26px;font-weight:500;color:#292927}.form-infos{display:flex;gap:30px}.info-item{display:flex;align-items:center;gap:8px;font-size:16px;color:#8995a2}.login-buttons{display:flex;gap:20px;width:100%;justify-content:space-between}.login-button{flex:1 1;justify-content:center;height:39px;padding:10px;border:1px solid #f4f4f5;border-radius:10px;background:white;cursor:pointer;font-size:12px;color:rgba(0,0,0,.55);gap:10px}.login-button,.separator{display:flex;align-items:center}.separator{gap:20px;width:100%;font-size:10px;font-family:Creato Display,sans-serif;color:#727272;margin-top:5%}.separator-line{flex-grow:1;height:1px;background:rgba(137,149,162,.28)}.input-group{gap:30px;width:100%;max-width:100%;margin-top:5%}.input-block,.input-group{display:flex;flex-direction:column}.input-block{gap:10px}.label{font-size:16px;color:#8995a2;display:flex;align-items:center;gap:4px}.label span{color:red;font-size:10px}input[type=email],input[type=password]{width:100%;max-width:100%;height:44px;border-radius:10px;background:#f3f4f6;padding:0 15px;border:none;font-size:15px;box-sizing:border-box}.bottom-group{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;width:100%;gap:20px}.terms{display:flex;align-items:center;gap:10px;font-size:11px;color:#79777a;max-width:400px}.terms a{color:#79777a;text-decoration:underline}.terms input[type=checkbox]{width:11px;height:11px;border:.3px solid #79777a;border-radius:2px}.submit-button{background:#292927;color:white;border-radius:50px;padding:10px 30px;font-size:15px;border:none;cursor:pointer;height:39px}.error-message{color:red;font-size:14px;margin-top:20px}.forgot-password{text-align:right;margin-top:10px;margin-bottom:10px}.forgot-password a{color:#292927;font-size:14px;text-decoration:underline}@media (max-width:1024px){.container{flex-direction:column;padding:0 5%;gap:40px}.form-side,.image-side{width:100%}.login-buttons{flex-direction:column}}@media (max-width:768px){.container{flex-direction:column;padding:0 5%;gap:20px}.image-side{display:none}.form-side{width:100%;min-width:100%;padding:20px 0}.login-buttons{flex-direction:column;gap:15px}}.form-side{flex:1 1;width:100%;max-width:100%}