*{padding:unset;margin:unset;box-sizing:border-box}#app{font-family:Poppins;height:100vh}#app,body{width:100%}body{position:relative;background:#febabb;height:100%;overflow:hidden}h1{font-size:24px;line-height:32px;word-spacing:-3%;margin-bottom:16px;font-weight:800}h1 span{color:#bb2d2c}p{font-size:16px;color:#303030;line-height:24px;margin-bottom:32px}.span{font-size:13px;margin-bottom:32px}.small,.span{color:#bb2d2c;line-height:16px}.small{font-size:10px;margin-bottom:140px}.accueil{width:100%;height:100%;display:flex;align-items:center;flex-direction:column}.santa{width:317px;height:335px;margin:0 auto;margin-bottom:40px}.card{position:absolute;bottom:0;background:#fff;border-radius:32px;padding:40px;width:calc(100% - 32px);height:400px;transition:height .5s}.card--Choices,.card--Dates{padding-top:64px;height:700px}.card--Recap{height:500px}.button{width:100%;display:flex;height:48px;align-items:center;justify-content:center;background:#bb2d2c;color:#fff;border-radius:5px;margin-bottom:8px}.button--outline{background:#ffebeb;color:#bb2d2c}.button--disabled{background:grey}.nav{position:absolute;bottom:80px;display:flex;align-items:center;justify-content:center;gap:8px;width:100%}.nav-dots{height:8px;width:8px;border-radius:50%;background:#d9d9d9}.nav-dots--active{background:#bb2d2c}.gift-box{position:absolute;top:8px;height:128px;width:128px;z-index:3;transform:rotate(16deg)}.choices{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.choice{position:relative;background:#f4f4f4;padding:12px 16px;display:flex;align-items:center;border-radius:5px}.choice:after{position:absolute;content:"";height:8px;width:8px;border-radius:50%;right:16px;background:#d9d9d9}.choice--selected{background:#fff;border:1px solid #febabb}.choice--selected:after{background:#bb2d2c}.date-input{display:flex;width:100%;padding:12px 16px;outline:none;border:unset;background:#f4f4f4;border-radius:5px;margin-bottom:8px}.date-input:after,.date-input:before{display:none}