*,:before,:after{box-sizing:border-box}body{margin:0}input::placeholder{color:var(--color-border);font-size:var(--text-12);font-style:italic}:root{--font-primary:"Roboto", sans-serif;--text-4:4px;--text-7:7px;--text-10:10px;--text-11:11px;--text-12:12px;--text-13:13px;--text-14:14px;--text-15:15px;--text-16:16px;--text-18:18px;--text-20:20px;--text-22:22px;--text-24:24px;--text-25:25px;--text-26:26px;--text-28:28px;--text-30:30px;--text-40:40px;--text-50:50px;--text-60:60px;--text-80:80px;--weight-light:300;--weight-regular:400;--weight-medium:500;--weight-bold:700;--color-white:#fff;--color-black:#000;--color-border:#c6d3d8;--color-border-dark:#91999c;--color-primary:#28485c;--color-orange:#ff633a;--color-bg-1:#fdf3ea;--color-bg-2:#ff613abf;--color-dark-1:#051036;--color-dark-2:#0d2857;--color-dark-3:#13357b;--color-dark-4:#163c8c;--color-light-1:#697488;--color-light-2:#f5f5f5;--color-light-3:#fbfcff;--color-blue-1:#3554d1;--color-blue-2:#e5f0fd;--color-green-1:#ebfcea;--color-green-2:#008009;--color-yellow-1:#f8d448;--color-yellow-2:#e1c03f;--color-yellow-3:#ffc700;--color-yellow-4:#fff8dd;--color-brown-1:#923e01;--color-purple-1:#7e53f9;--color-red-1:#d93025;--color-red-2:#f1416c;--color-red-3:#fff5f8;--color-info-1:#cde9f6;--color-info-2:#4780aa;--color-warning-1:#f7f3d7;--color-warning-2:#927238;--color-error-1:#ecc8c5;--color-error-2:#d93025;--color-success-1:#008009;--color-success-2:#5b7052}[type=radio]:checked,[type=radio]:not(:checked){position:absolute;left:-9999px}[type=radio]:checked+label,[type=radio]:not(:checked)+label{cursor:pointer;color:var(--color-primary);padding-left:42px;padding-right:28px;line-height:20px;display:inline-block;position:relative}[type=radio]:checked+label:before,[type=radio]:not(:checked)+label:before{content:"";background:#fff;border:2px solid #fff;border-radius:100%;width:19px;height:19px;position:absolute;top:0;left:15px;box-shadow:0 0 5px #0003}[type=radio]:checked+label:after,[type=radio]:not(:checked)+label:after{content:"";background:var(--color-primary);border-radius:100%;width:13px;height:13px;transition:all .2s;position:absolute;top:3px;left:18px}[type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}[type=radio]:checked+label:after{opacity:1;transform:scale(1)}.radio [type=radio]:checked+label,.radio [type=radio]:not(:checked)+label{padding-left:28px;padding-right:0}.radio [type=radio]:checked+label:before,.radio [type=radio]:not(:checked)+label:before{top:0;left:0}.radio [type=radio]:checked+label:after,.radio [type=radio]:not(:checked)+label:after{top:3px;left:3px}[type=checkbox]:checked,[type=checkbox]:not(:checked){position:absolute;left:-9999px}[type=checkbox]:checked+label,[type=checkbox]:not(:checked)+label{cursor:pointer;color:var(--color-primary);padding-left:28px;line-height:20px;display:inline-block;position:relative}[type=checkbox]:checked+label:before,[type=checkbox]:not(:checked)+label:before{content:"";border:1px solid var(--color-primary);background:#fff;border-radius:3px;width:19px;height:19px;position:absolute;top:2px;left:0}[type=checkbox]:checked+label:before{background:var(--color-primary)}[type=checkbox]:checked+label:after,[type=checkbox]:not(:checked)+label:after{content:"";border:solid var(--color-white);border-width:0 2px 2px 0;width:8px;height:12px;transition:all .2s;position:absolute;top:3px;left:6px;transform:rotate(42deg)}[type=checkbox]:not(:checked)+label:after{opacity:0;transform:scale(0)}[type=checkbox]:checked+label:after{opacity:1}.checkbox--num [type=checkbox]:checked+label,.checkbox--num [type=checkbox]:not(:checked)+label{padding-left:28px;padding-right:0}.checkbox--num [type=checkbox]:checked+label:before,.checkbox--num [type=checkbox]:not(:checked)+label:before{top:0;left:0}.checkbox--num [type=checkbox]:checked+label:after,.checkbox--num [type=checkbox]:not(:checked)+label:after{top:3px;left:3px}.fancy-scroll{scrollbar-width:none;scrollbar-color:var(--color-primary) #e6e6e6;transition:color .9s}.fancy-scroll::-webkit-scrollbar{width:10px;height:10px}.fancy-scroll::-webkit-scrollbar-track{background:#e6e6e6;border-radius:10px}.fancy-scroll::-webkit-scrollbar-thumb{background:var(--color-primary)}.fancy-scroll::-webkit-scrollbar-thumb:hover{background:var(--color-dark-1)}.fancy-scroll::-webkit-scrollbar-thumb:active{background:var(--color-dark-1)}.fancy-scroll::-webkit-scrollbar-thumb{border:2px solid #e6e6e6;border-radius:10px}.wrapper--progress{background:linear-gradient(270deg,#00000040 0%,#fff0 50%);width:11px;height:100%;margin:0;position:absolute;top:0;right:0}@media (width<=1199px){.wrapper--progress{background:linear-gradient(#00000040 0%,#fff0 50%);width:100%;height:11px;top:auto;right:0;bottom:-11px!important}}.wrapper--progress .bar{background-color:var(--color-orange);width:100%;height:var(--progress-percentage,0%);box-sizing:border-box;transform-origin:bottom;animation:1.5s ease-out forwards grow;position:absolute;bottom:0}@media (width<=1199px){.wrapper--progress .bar{transform-origin:0;width:var(--progress-percentage,0%);animation:1.5s ease-out forwards grow-mobile;height:100%!important}}@keyframes grow{0%{transform:scaleY(0)}}@keyframes grow-mobile{0%{transform:scaleX(0)}}html,body,#app{width:100%;height:100%;font-family:var(--font-primary);color:var(--color-primary);font-size:16px}#app{flex-flow:column;justify-content:center;align-items:center;display:flex;overflow:hidden}@media (width<=1199px){#app{display:block;overflow:visible}}.app--wrapper{grid-column-gap:0px;grid-row-gap:0px;grid-template-rows:662px;grid-template-columns:518px minmax(auto,660px);min-width:990px;max-width:1300px;display:grid;box-shadow:0 0 7px #00000059}@media (width<=1199px){.app--wrapper{min-width:auto;max-width:auto;flex-direction:column;height:100%;max-height:none;display:flex;box-shadow:0 0}}.left--panel{flex-wrap:no-wrap;background:var(--color-white);flex-direction:column;justify-content:space-between;align-items:stretch;height:662px;display:flex;position:relative}@media (width<=1199px){.left--panel{height:auto}}.left--panel:before{content:"";background:var(--color-bg-1);z-index:-1;width:2000px;height:2000px;position:absolute;top:-1000px;right:0}.left--panel .header--left{background:var(--color-primary);color:var(--color-white);padding:30px 40px 0}@media (width<=991px){.left--panel .header--left{padding:1rem}}@media (width<=1199px){.left--panel .header--left span{text-align:center}}.left--panel .header--left>img{width:145px}.left--panel .header--left .wrapper--product{margin:0 0 0}.left--panel .header--left .wrapper--product details{transition:all .5s ease-out;position:relative}.left--panel .header--left .wrapper--product details .summary--title{-webkit-user-select:none;user-select:none}.left--panel .header--left .wrapper--product details:hover{cursor:pointer}.left--panel .header--left .wrapper--product details summary{flex-direction:row;justify-content:space-between;align-items:center;padding:.85em 0;list-style:none;display:flex}.left--panel .header--left .wrapper--product details summary .summary--chevron-up{width:24px;height:24px;transition:all .5s ease-out}.left--panel .header--left .wrapper--product details summary .summary--chevron-up svg{transition:all .5s ease-out}.left--panel .header--left .wrapper--product details summary:focus{outline:none}.left--panel .header--left .wrapper--product details summary:hover .summary--chevron-up svg{opacity:1}.left--panel .header--left .wrapper--product details[open] summary .summary--chevron-up{transform:rotate(-.5turn)}.left--panel .header--left .wrapper--product details .summary--content{padding:0}.left--panel .header--left .wrapper--product details .summary--content>ul{margin:0;padding-left:0;list-style:none}.left--panel .header--left .wrapper--product details .summary--content>ul li{flex-direction:row;justify-content:space-between;margin-bottom:.5em;display:flex}.left--panel .header--left .wrapper--product details .summary--chevron-up svg{opacity:.5}.left--panel .header--left .wrapper--product details summary::-webkit-details-marker{display:none}.left--panel>svg{margin-block:25px;margin-inline:25px}.left--panel .wrapper--img{padding:0 40px}.left--panel .wrapper--img>img{object-fit:contain;width:100%;height:100%;margin:0 auto}.left--panel .footer--left{padding:0 40px 30px}.left--panel .footer--left img{max-width:100%;height:100%}@media (width<=1199px){.left--panel:before{content:none}.left--panel .wrapper--img,.left--panel .footer--left{display:none}}.right--panel{flex-flow:column;height:100vh;padding:25px 48px;display:flex;position:relative}@media (width<=1199px){.right--panel{justify-content:start;align-items:center;padding:25px 10px}}.right--panel .wrapper--title{grid-column-gap:0px;grid-row-gap:0px;grid-template-rows:1fr;grid-template-columns:1fr 3fr 1fr;width:100%;display:grid}@media (width<=1199px){.right--panel .wrapper--title{grid-template:"leftTitle rightTitle""middleTitle middleTitle"/auto auto}}.right--panel .wrapper--title .wrapper--btn{grid-area:1/1/2/2}@media (width<=1199px){.right--panel .wrapper--title .wrapper--btn{grid-area:leftTitle}}.right--panel .wrapper--title .wrapper--btn{display:flex}.right--panel .wrapper--title .wrapper--btn>button{-webkit-appearance:none;-moz-appearance:none;color:inherit;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex;position:relative}.right--panel .wrapper--title .wrapper--btn>button>span{transition:all .5s ease-in-out;transform:translate(0)rotate(.25turn)}.right--panel .wrapper--title .wrapper--btn>button:hover>span{transform:translate(-5px)rotate(.25turn)}.right--panel .wrapper--title h1{text-transform:uppercase;text-align:center;grid-area:1/2/2/3;font-size:18px}@media (width<=1199px){.right--panel .wrapper--title h1{grid-area:middleTitle}}.right--panel .wrapper--title .wrapper--step{grid-area:1/3/2/4;justify-content:end;align-items:center;display:flex}@media (width<=1199px){.right--panel .wrapper--title .wrapper--step{grid-area:rightTitle}}.right--panel>form{flex-flow:column;justify-content:space-between;height:50vh;display:flex}.right--panel>form .wrapper--form{flex-direction:column;justify-content:center;width:100%;height:100%;max-height:505px;margin-left:auto;margin-right:auto;display:flex;overflow:hidden auto}.right--panel>form .wrapper--form.no--center{justify-content:flex-start}@media (width<=1199px){.right--panel>form .wrapper--form{max-height:none}}.right--panel>form .wrapper--form .form__group{width:100%;max-width:100%;max-height:100%;margin-left:auto;margin-right:auto}.right--panel>form .wrapper--form .form__group>.wrapper--radio{gap:2rem;padding-top:.35rem;padding-bottom:.35rem;display:flex}.right--panel>form .wrapper--form .form__group.radio{margin-bottom:1rem}.right--panel>form .wrapper--form .form__group.radio>label{font-size:var(--text-13);font-weight:var(--weight-medium);padding-left:.7rem;display:block}.right--panel>form .wrapper--form .form__group.text{flex-flow:column;margin-bottom:1rem;display:flex}.right--panel>form .wrapper--form .form__group.text>label{font-size:var(--text-13);font-weight:var(--weight-medium);padding-left:.35rem}.right--panel>form .wrapper--form .form__group.text>input{font-size:var(--text-16);font-weight:var(--weight-light);color:var(--color-primary);border:0;border-bottom:1px solid var(--color-border);padding:.35em;transition:border .5s ease-out}.right--panel>form .wrapper--form .form__group.text>input:focus{border:0;border-bottom:1px solid var(--color-primary);outline:none}.right--panel>form .wrapper--form .form__group textarea{height:30vh;margin:auto;display:block}@media (width<=1199px){.right--panel>form .wrapper--form .form__group textarea{width:80vw}}.right--panel>form .wrapper--form .form__group textarea{width:25vw}.right--panel>form .wrapper--button{justify-content:space-between;align-items:center;display:flex}.right--panel>form .wrapper--button .error{color:var(--color-error-2);font-size:var(--text-12);padding:.35em}.right--panel>form .wrapper--button>.success{color:var(--color-success-1);font-size:var(--text-12);padding:.35em}@media (width<=991px){.right--panel>form .wrapper--button{flex-direction:column;gap:1rem}}.right--panel>form .wrapper--button .wrapper--promoCode{align-items:flex-end;display:flex}.right--panel>form .wrapper--button .wrapper--promoCode .form__group{width:100%;max-width:320px;margin-left:auto;margin-right:auto}.right--panel>form .wrapper--button .wrapper--promoCode .form__group.text{flex-flow:column;display:flex}.right--panel>form .wrapper--button .wrapper--promoCode .form__group.text>label{font-size:var(--text-13);font-weight:var(--weight-medium);padding-left:.35rem}.right--panel>form .wrapper--button .wrapper--promoCode .form__group.text>input{font-size:var(--text-16);font-weight:var(--weight-light);color:var(--color-primary);border:0;border-bottom:1px solid var(--color-border);padding:.35em;transition:border .5s ease-out}.right--panel>form .wrapper--button .wrapper--promoCode .form__group.text>input:focus{border:0;border-bottom:1px solid var(--color-primary);outline:none}.right--panel>form .wrapper--button .wrapper--promoCode>button{border:1px solid var(--color-primary);color:var(--color-primary);margin-left:7px}.right--panel>form .wrapper--button>button{align-self:flex-end;align-items:center;gap:5px;display:flex}.right--panel>form .wrapper--button>button>.v-spinner{height:20px}.right--panel>form .form__group .error{color:var(--color-error-2);font-size:var(--text-12);padding:.35em}.right--panel>form .form__group .success{color:var(--color-success-1);font-size:var(--text-12);padding:.35em}.right--panel>form .wrapper-choices-emoji{flex-direction:row;justify-content:space-around;max-height:100%;display:flex}.right--panel>form .wrapper-choices-emoji label{flex-direction:column;justify-content:center;align-items:center;display:flex}.right--panel>form .wrapper-choice-emoji{padding:0 5px}.right--panel>form img{max-width:100px}@media (width<=1199px){.right--panel>form img{max-width:60px}}@media (width<=991px){.right--panel>form img{max-width:40px}}.right--panel>form.step4 .wrapper--form{padding-top:3rem}.right--panel>form.step4 .wrapper--form .wrapper--radio{padding-top:1rem}.right--panel>form.step4 .wrapper--form .wrapper--barreauCp{flex-flow:column;gap:1rem;padding-left:.35rem;display:flex}.right--panel>form.step4 .wrapper--form .wrapper--barreauCp>input{width:50px;height:36px;font-size:var(--text-16);font-weight:var(--weight-light);text-align:center;color:var(--color-primary);border:1px solid var(--color-border);border-radius:5px;margin-left:8px;padding:.35em;transition:border .5s ease-out}.right--panel>form.step4 .wrapper--form .wrapper--barreauCp>input:focus{border:1px solid var(--color-primary);outline:none}.right--panel>form.step4 .wrapper--form .wrapper--barreauCp>select{border:1px solid var(--color-border);border-radius:5px;width:100%;padding:.35em;transition:border .5s ease-out}.right--panel .wrapper--checkboxs{flex-direction:column;row-gap:.45rem;width:100%;max-width:364px;margin-left:auto;margin-right:auto;display:flex}.right--panel .wrapper--checkboxs label{font-size:var(--text-13);font-weight:var(--weight-light)}.right--panel .end--panel{text-align:center;flex-direction:column;justify-content:space-around;align-items:center;max-height:100%;display:flex}.right--panel .end--panel h1{font-size:var(--text-28);font-weight:var(--weight-medium);text-transform:uppercase}.right--panel .end--panel .msg-end{font-size:var(--text-16);line-height:25px}.right--panel .end--panel .social{flex-direction:row;justify-content:space-evenly;margin-top:1rem;display:flex}.right--panel .end--panel .social a{border-radius:100%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.right--panel .end--panel .social a img{max-width:40px}.right--panel .footer--right{justify-content:center;align-items:flex-end;display:flex}.right--panel .footer--right img{max-width:100%}@media (width>=1200px){.right--panel .footer--right{display:none}}.error{color:var(--color-error-2);font-size:var(--text-12);padding:.35em}.success{color:var(--color-success-1);font-size:var(--text-12);padding:.35em}
