main{min-height:100vh;position:relative;display:flex;flex-direction:column}main .fixed{position:fixed;bottom:0;width:100%;padding:16px;text-align:center;color:#000;background:#d9d9d9;border-top:1px solid #ccc;font-size:.8em}main header{background:#fff;flex:0 0 auto;border-bottom:.5px solid #ccc}main header .wrapper{max-width:var(--max-width);margin:0 auto;padding:16px;display:flex;gap:16px;justify-content:center}main header .wrapper .logo{flex:0 0 auto;display:flex;align-items:center;gap:1em}main header .wrapper .logo svg{height:40px;color:var(--main-color)}main header .wrapper .logo h1{font-size:1.4em;flex:0 0 auto}main header .wrapper .burger{display:none}main header .wrapper .links{flex:1 1;display:flex;gap:16px;justify-content:flex-end}main header .wrapper .links a{padding:8px 16px;cursor:pointer;border-radius:8px;display:flex;align-items:center;gap:8px;transition-duration:.5s;transition-property:background,color}main header .wrapper .links a:hover{background-color:#000;color:#fff}main .page{width:var(--max-width);max-width:100%;margin:0 auto;padding:32px 16px;display:flex;flex-direction:column;gap:16px;flex:1 1}main .page.page-mini{width:650px}main .page .head{display:flex;align-items:center}main .page .head h1{flex:1 1;margin:0;gap:16px}main .page .head .ctas{display:flex;align-items:center;gap:8px}main .page .soon{flex:1 1;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;gap:32px}main .page .soon .title{font-size:2.4em;font-weight:700}main .page .soon .message{color:gray}main .page h1{color:var(--main-color);margin:0}main .page .tabs{background:var(--main-color);display:flex}main .page .tabs .tab{flex:1 1;display:flex;justify-content:center;align-items:center;text-align:center;padding:16px;color:#e6e6e6;background-color:#da4830}main .page .tabs .tab.active{position:relative;color:#fff;background-color:#da4830}main .page .tabs .tab.active:after{content:" ";position:absolute;background-color:#f7f5f2;width:10px;height:10px;transform:rotate(45deg);bottom:-6px;left:calc(50% - 10px);z-index:99}main .page .fields{display:flex;flex-direction:column;gap:16px}main .page .fields .field{display:flex;flex-direction:column;gap:8px}main .page .fields .field label{font-weight:700}main .page form select{background-color:#e9e9e9;font-weight:400}main .page form select,main .page input{padding:16px;border-radius:5px;border:none;font-size:16px;line-height:16px}main .page input{background:#e9e9e9}main .page input.error{padding:14px;border:2px solid red}@media screen and (max-width:650px){main{position:relative}main header{z-index:999;position:-webkit-sticky;position:sticky;top:0;left:0}main header .wrapper{position:relative}main header .wrapper .logo{flex:1 1;gap:.5em}main header .wrapper .logo h1{font-size:1em}main header .wrapper .links{display:none}main header .wrapper .links.open{display:flex;position:absolute;top:100%;width:100vw;left:0;background-color:#fff;flex-direction:column;box-shadow:0 3px 8px 0 rgba(0,0,0,.3);padding:16px 0;z-index:99}main header .wrapper .burger{display:flex;align-items:center;justify-content:center;cursor:pointer}main .page{padding:16px}main .page .head{flex-direction:column;align-items:flex-start;gap:16px}main .page .head h1{text-align:left}main .page .head .ctas{width:100%;flex-direction:column}main .page .head .ctas>*{width:100%}}.btn{padding:16px 24px;border-radius:5px;font-size:14px;line-height:16px;background-color:#fff;font-weight:700;border:none;cursor:pointer;display:flex;align-items:center;text-align:center;justify-content:center;gap:8px}.btn.primary{background:var(--main-color);color:#fff}.btn.grey{background:#e6e6e6;color:#000}.btn.light{background:#e9e9e9}.btn:hover{background-color:var(--main-hover-bg-color);transition-duration:.5s;transition-property:background;color:var(--main-hover-font-color)}.btn:disabled{background-color:var(--main-disabled-bg-color);color:#fff;cursor:not-allowed}.btn.loading{padding:10px 24px}.btn.loading svg circle{stroke:var(--main-hover-font-color)}@keyframes rotating-component{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader-component{display:flex;align-items:center;justify-content:center}.loader-component.white svg circle{stroke:var(--main-color)}.loader-component svg{width:28px;height:28px;animation:rotating-component 1s linear infinite}.loader-component svg circle{stroke:#000}.component-toast{position:fixed;right:20px;bottom:20px;z-index:99999999;cursor:pointer;max-width:350px;width:calc(100% - 40px)}.component-toast>*+*{margin-top:20px}.component-toast>.toast{width:100%;box-shadow:0 12px 32px 0 rgba(0,0,0,.2);border-radius:6px;color:#fff;background:#000;cursor:pointer;display:flex;border-radius:4px;overflow:hidden}.component-toast>.toast .content{flex:1 1;padding:20px}.component-toast>.toast .close{display:none;padding:0 20px;cursor:pointer;border-left:1px solid #fff}.component-toast>.toast .close:hover{background:#000}.component-toast>.toast .close svg{width:20px;height:20px;fill:#fff}.component-toast>.toast:hover .close{display:flex;justify-content:center;align-items:center}@media screen and (max-width:650px){.component-toast{right:10px;bottom:10px;width:calc(100% - 20px);max-width:500px}.component-toast>*+*{margin-top:10px}}.page.page-formations{padding-bottom:60px}.page.page-formations .list{display:flex;flex-direction:column;gap:16px}.page.page-formations .list .item.classe{border-radius:8px;overflow:hidden;border:1px solid #e9e9e9}.page.page-formations .list .item.classe.expanded .top .extends svg{transform:rotate(180deg);transition-duration:.4s}.page.page-formations .list .item.classe .top{padding:16px;background:#fff;display:flex;align-items:center;gap:16px;cursor:pointer}.page.page-formations .list .item.classe .top .texts{flex:1 1;display:flex;gap:16px;align-items:center}.page.page-formations .list .item.classe .top .texts .informations{flex:1 1}.page.page-formations .list .item.classe .top .texts .informations .name{font-weight:700}.page.page-formations .list .item.classe .top .texts .more{flex:0 0 auto}.page.page-formations .list .item.classe .top .texts .fake-btn{padding:16px 24px;font-weight:700;line-height:16px;font-size:14px;width:215px;text-align:center}.page.page-formations .list .item.classe .top .extends{flex:0 0 auto;display:flex;align-items:center;justify-content:center}.page.page-formations .list .item.classe .details{padding:16px;border-top:1px solid #f7f5f2;background:#fff;display:flex;flex-direction:column;gap:8px}@media screen and (max-width:650px){.page.page-formations .list .item.classe .top{align-items:flex-start}.page.page-formations .list .item.classe .top .texts{flex-direction:column;gap:8px;align-items:flex-start}.page.page-formations .list .item.classe .top .texts .more{font-size:12px;display:flex;gap:4px}.page.page-formations .list .item.classe .top .texts .btn{width:100%!important}.page.page-formations .list .item.classe .top .texts .fake-btn{font-size:12px;display:flex;gap:4px;padding:0;font-weight:400}}.page.page-produits{padding-bottom:60px}.page.page-produits .list{display:flex;flex-direction:column;gap:16px}.page.page-produits .list .item.produit{border-radius:8px;padding:16px;background:#fff;display:flex;border:1px solid #e9e9e9;align-items:center}.page.page-produits .list .item.produit .informations{flex:1 1}.page.page-produits .list .item.produit .informations .name{font-weight:700}.page.page-produits .list .item.produit .more{flex:0 0 auto}.page.page-index{padding-bottom:60px}.page.page-index .split{display:flex;gap:16px;align-items:flex-start}@media screen and (max-width:650px){.page.page-index .split{flex-direction:column}.page.page-index .split>*{width:100%}}.pay-page{width:100%;min-height:100vh;margin:0 auto;display:flex;align-items:center;justify-content:center;flex-direction:column;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:20px}.pay-page .wrapper{background:#fff;border-radius:16px;padding:40px;max-width:550px;width:100%;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid hsla(0,0%,100%,.2)}.pay-page .header{text-align:center;margin-bottom:40px;padding-bottom:30px;border-bottom:1px solid #e9ecef}.pay-page .header .logo{width:160px;height:auto;margin-bottom:20px;color:#da4830}.pay-page .header .welcome-message{color:#495057;font-size:1.1em;line-height:1.5;font-weight:400}.pay-page .payment-details{text-align:center;margin-bottom:40px;padding:25px;background:#f8f9fa;border-radius:12px;border-left:4px solid #da4830}.pay-page .payment-details .payment-title{color:#da4830;font-size:1.5em;font-weight:600;margin:0 0 15px}.pay-page .payment-details .amount{color:#495057;font-size:1.2em}.pay-page .payment-details .amount strong{color:#da4830;font-size:1.3em}.pay-page .form-section .form-title{color:#343a40;font-size:1.3em;font-weight:600;margin-bottom:25px;text-align:left}.pay-page .btn,.pay-page .link{text-transform:none;display:inline-block;color:#fff;background:#da4830;padding:12px 24px;margin:4px 0;border:none;font-weight:500;border-radius:8px;text-decoration:none;font-size:16px;display:block;line-height:1.5;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px rgba(78,7,85,.3)}.pay-page .btn:hover,.pay-page .link:hover{background:#c43b1f;transform:translateY(-2px);box-shadow:0 6px 20px rgba(78,7,85,.4)}.pay-page .btn:disabled,.pay-page .link:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.pay-page form .box{display:flex;gap:20px}.pay-page form .box>*{flex:1 1}.pay-page form label{display:block;margin-bottom:8px;font-weight:600;color:#495057;font-size:.95em}.pay-page form .input{border-radius:8px;border:2px solid #e9ecef;padding:14px 16px;font-size:1em;margin-bottom:20px;transition:border-color .3s ease;background:#fff}.pay-page form .input:focus-within{border-color:#da4830;box-shadow:0 0 0 3px rgba(78,7,85,.1)}.pay-page form .input .StripeElement{padding:4px 0;color:#495057}.pay-page form .input .StripeElement--focus{border-color:#da4830}.pay-page form .input .StripeElement--invalid{border-color:#dc3545}.pay-page form .error-message{background:#f8d7da;color:#721c24;padding:12px 16px;border-radius:8px;margin-bottom:20px;border:1px solid #f5c6cb;font-size:.9em}.pay-page form button{width:100%;margin-top:20px;padding:16px;font-size:1.1em;font-weight:600}.pay-page .footer-note{color:#6c757d;font-size:.9em;text-align:center;margin-top:20px;font-style:italic}.pay-page .error-state,.pay-page .success-state{text-align:center;padding:40px 20px}.pay-page .error-state .error-title,.pay-page .success-state .error-title{color:#dc3545;font-size:1.5em;font-weight:600;margin-bottom:20px}.pay-page .error-state .error-description,.pay-page .success-state .error-description{color:#721c24;font-size:1.1em;margin-bottom:30px;padding:16px;background:#f8d7da;border-radius:8px;border:1px solid #f5c6cb}.pay-page .error-state .success-title,.pay-page .success-state .success-title{color:#28a745;font-size:1.5em;font-weight:600;margin-bottom:20px}.pay-page .error-state .success-description,.pay-page .success-state .success-description{color:#495057;font-size:1.1em;margin-bottom:30px;line-height:1.5}.pay-page .error-state .btn,.pay-page .success-state .btn{display:inline-block;margin-top:10px}@media screen and (max-width:768px){.pay-page{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:15px;min-height:100vh}.pay-page .wrapper{max-width:none;padding:30px 20px;margin:0;border-radius:12px}.pay-page .header{margin-bottom:30px;padding-bottom:25px}.pay-page .header .logo{width:140px;margin-bottom:15px}.pay-page .header .welcome-message{font-size:1em;line-height:1.4}.pay-page .payment-details{margin-bottom:30px;padding:20px}.pay-page .payment-details .payment-title{font-size:1.3em;margin-bottom:12px}.pay-page .payment-details .amount{font-size:1.1em}.pay-page .payment-details .amount strong{font-size:1.2em}.pay-page .form-section .form-title{font-size:1.2em;margin-bottom:20px}.pay-page form .box{flex-direction:column;gap:0}.pay-page form .box>*{margin-bottom:0}.pay-page form .input{padding:12px 14px;margin-bottom:18px}.pay-page form button{padding:14px;font-size:1em;margin-top:15px}.pay-page form .error-message{padding:10px 14px;margin-bottom:18px;font-size:.85em}.pay-page .footer-note{margin-top:15px;font-size:.85em}}:root{--main-color:#da4830;--max-width:1100px;--main-hover-bg-color:#000;--main-hover-font-color:#fff;--main-disabled-bg-color:grey}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;min-height:100vh}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;color:rgb(var(--foreground-rgb));background-color:#f7f5f2}a{color:inherit;text-decoration:none}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-repeat:no-repeat;background-position-x:calc(100% - 8px);background-position-y:12px;padding:16px 35px 16px 24px;border-radius:5px;font-size:14px;line-height:16px;background-color:#fff;font-weight:700;border:none;gap:8px}.profilePicture-component,select{cursor:pointer;display:flex;align-items:center;justify-content:center}.profilePicture-component{position:relative;flex:0 0 auto;border-radius:50%;height:130px;width:130px;background:#e9e9e9}.profilePicture-component:hover .delete,.profilePicture-component:hover .upload{display:flex}.profilePicture-component .delete{display:none;position:absolute;top:-2px;right:-2px;border-radius:100px;width:30px;height:30px;background:#fff;cursor:pointer;align-items:center;justify-content:center;border:1px solid #fff}.profilePicture-component .delete:hover{background:#f9f9f9}.profilePicture-component .delete svg{width:15px;height:15px;color:red}.profilePicture-component img{object-fit:cover;height:130px;width:130px;border-radius:50%}.profilePicture-component .default{width:80%;height:80%;fill:#fff}.profilePicture-component .upload{display:none;position:absolute;width:100%;height:100%;align-items:center;justify-content:center;background:hsla(0,0%,100%,.5)}.profilePicture-component .upload svg{width:40px;height:40px}