.errorContainer{bottom:0;position:fixed;right:0;width:500px;z-index:100}.errorMsg{cursor:pointer;display:flex;margin:0 .5em .5em 0;padding:1em .75em;position:relative}.errorMsg .timeout{animation:fade-out .3s ease-in forwards var(--error-timeout);-moz-animation:fade-out .3s ease-in forwards var(--error-timeout);-webkit-animation:fade-out .3s ease-in forwards var(--error-timeout);-o-animation:fade-out .3s ease-in forwards var(--error-timeout)}.errorMsg button{color:inherit;height:20px;margin-bottom:auto;margin-left:auto;margin-top:auto;padding:0;width:20px}.errorMsg span{align-items:center;display:inline-flex;margin:0 1em}.errorMsg div{margin:auto 0}.errorMsg svg{color:inherit;height:20px;margin:auto 0;width:20px}.errorMsg .progressBar{animation:progress-bar linear var(--error-timeout) forwards;-moz-animation:progress-bar linear var(--error-timeout) forwards;-webkit-animation:progress-bar linear var(--error-timeout) forwards;-o-animation:progress-bar linear var(--error-timeout) forwards;bottom:0;clear:both;height:4px;left:0;position:absolute;transform:scaleX(.5);transform-origin:left center;width:100%}@keyframes progress-bar{0%{transform:scaleX(1);-webkit-transform:scaleX(1)}to{transform:scaleX(0);-webkit-transform:scaleX(0)}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.errorMsg.error{background-color:var(--error-bg-color);color:var(--error-color)}.errorMsg.error .progressBar{background-color:var(--error-color)}.errorMsg.warning{background-color:var(--warning-bg-color);color:var(--warning-color)}.errorMsg.warning .progressBar{background-color:var(--warning-color)}.errorMsg.info{background-color:var(--info-bg-color);color:var(--info-color)}.errorMsg.info .progressBar{background-color:var(--info-color)}.errorMsg.success{background-color:var(--success-bg-color);color:var(--success-color)}.errorMsg.success .progressBar{background-color:var(--success-color)}@media screen and (max-width:640px){.errorContainer{width:90%}}.loaderContainer{color:var(--main-color);display:flex;justify-content:center}.Admin{color:var(--text-color);column-gap:0!important;grid-template-columns:50px 1fr;padding:0!important}.Admin .menu{background-color:#fff;box-shadow:var(--block-shadow)}.Admin>.menu>div{align-items:center;display:flex;flex-direction:column;height:100vh;position:fixed;top:0;width:50px}.Admin .menu a,.Admin .menu button{color:var(--main-color);margin-top:1em}.Admin .menu .logout{margin-top:auto}.Admin .menu svg{height:35px;width:35px}.Admin>div:nth-child(2){grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr;padding:.5em 1em}.AdminHome .Block h3{align-items:center;display:flex}.AdminHome .Block h3 svg{height:25px;margin-right:.5em;width:25px}.AdminHome .Block h3 button{color:inherit;margin-left:auto}.Admin .Lot,.Admin .User.Supervisor{grid-template-columns:2fr 2fr}.Admin .Lot .Title,.Admin .User.Supervisor .Title{grid-column:1/3}.Admin .formShop .loaderContainer{width:-webkit-fit-content;width:fit-content}.AdminHome{display:flex;flex-direction:column}.Admin .ItemList .header{display:flex;justify-content:center;padding:1.5em}.Admin .ItemList .table{width:100%}.Admin .ItemRow td{padding:.5em}.Admin .ItemRow svg{height:25px;width:25px}.Admin .ItemRow a,.Admin .ItemRow svg{color:var(--text-color)}.Admin .ItemList.ShopList td{height:50px}.Admin .ItemRow img{height:30px}.Admin .form{grid-column-gap:1em;grid-row-gap:1em;display:grid;grid-auto-rows:auto;grid-template-columns:repeat(10,1fr);padding:1em}.Admin .submitForm{display:flex;grid-column:1/11;justify-content:end;margin-top:auto}.input,.select{color:var(--text-color-light);position:relative}.input input,.select select{background:#fff;border:1px solid var(--text-color-light);border-radius:10px;box-sizing:border-box;color:var(--text-color);font-size:100%;height:calc(3em + 2px);outline:none;padding:1em;resize:none;width:100%}.input input:focus+label,.input input:not(:placeholder-shown)+label,.select select:focus+label,.select select:not(:has(option[value=""]:checked))+label{transform:translateY(-1.5em) scale(.9);transition-duration:.2s}.input input+label,.select label{background-image:linear-gradient(180deg,#fff,#fff);background-position:50%;background-repeat:no-repeat;background-size:100% 5px;color:inherit;color:var(--text-color-light);left:0;line-height:1.25em;margin:0 calc(1em + 2px);padding:0 2px;pointer-events:none;position:absolute;top:calc(1.5em - 9px);transition:.3s ease-in-out;white-space:nowrap}.input input:invalid,.select select:invalid,.textareaInput:invalid{border-color:var(--error-color)}.input.disabled input,.textareaInput.disabled{background-color:var(--background-color);border:none;color:var(--text-color-light);pointer-events:none}.input.disabled input+label{background-image:linear-gradient(to bottom,var(--background-color),var(--background-color))}.input:not(.disabled) input:focus{border-color:var(--main-color)}.input.copy .checkIcon,.input.copy button,.input.password button{color:inherit;padding:0;position:absolute;right:.5em;top:13px;z-index:10}.input.copy svg,.input.password svg{height:24px;width:24px}.input.copy .checkIcon{color:var(--success-color)}.dateTime fieldset{border:none}.dateTime div{margin:0!important;padding:0!important;width:-webkit-fit-content;width:fit-content}.dateTime input{border:1px solid var(--text-color-light);border-radius:10px;box-sizing:border-box;color:var(--text-color);height:50px;min-width:150px;outline:none;padding:1.25em;resize:none}.dateTime.error input{border-color:var(--error-color)}.dateTime input:focus{border-color:var(--main-color)}.dateTime button{border-radius:0;color:var(--text-color);margin:0;position:absolute;right:0}.dateTime label{background-color:#fff;color:var(--text-color-light)!important;font-size:18px;margin-left:.5em;padding-left:0}.dateTime label.Mui-focused{color:var(--main-color)}.textareaInput{border:1px solid var(--text-color-light);border-radius:10px;color:var(--text-color);display:block;font-family:var(--font);font-size:16px;height:230px;margin-bottom:1em;margin-left:auto;outline:none;padding:.5em;resize:none;width:100%}.textareaInput:focus{border-color:var(--main-color)}.switchContainer{display:flex;margin:.5em}.switch,.switchLabel{margin-bottom:auto;margin-top:auto}.switch{display:inline-block;flex-grow:0;flex-shrink:0;height:34px;position:relative;scale:.5;width:60px}.switch input{height:0;opacity:0;width:0}.slider{background-color:var(--text-color-light);bottom:0;cursor:pointer;left:0;opacity:.5;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;bottom:4px;content:"";height:26px;left:4px;width:26px}input:checked+.slider{background-color:var(--main-color);opacity:1}input:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.simpleInput input{background-color:initial;border:none;border-bottom:2px solid var(--text-color-light);box-sizing:border-box;color:var(--text-color);font-family:inherit;margin:.25em;padding:.25em;text-align:center;width:100%}.simpleInput input:focus{border-bottom:2px solid var(--text-color);font-weight:700;outline:none}.standardButton{background-color:var(--main-color);border-radius:10px;box-shadow:var(--button-shadow-2);color:#fff!important;padding:.5em 1.5em}.standardButton,.underlinedButton{width:-webkit-fit-content;width:fit-content}.underlinedButton{align-items:flex-end;color:var(--main-color);display:inline-flex;font-weight:500;text-decoration:underline}.homeHeader{align-items:center;display:flex;height:-webkit-fit-content;height:fit-content;margin:0;padding:0 1em;width:100vw}.homeHeader img{cursor:pointer;margin-right:auto;object-fit:contain;width:200px}.homeHeader .help{background-color:initial;border-radius:100%;height:-webkit-fit-content;height:fit-content;margin-right:1em}.homeHeader .help svg{color:var(--main-color);height:30px;width:30px}.homeHeader .profile{background-color:var(--background-color-2);border-radius:30px;display:flex;height:-webkit-fit-content;height:fit-content;padding:.3em 1.5em}.homeHeader .profile>div{color:var(--text-color);display:flex;flex-direction:column;margin-left:1em}.homeHeader .profile span:first-child{font-weight:600}.homeHeader .profile span:last-child{font-style:italic}.homeHeader .profile svg{height:30px;width:30px}.homeHeader svg{color:var(--main-color);height:35px;width:35px}.homeFooter{bottom:.5em;color:var(--text-color);font-size:12px;left:.5em;position:absolute}.homeHeader .dropdown{margin-right:1em;position:relative;width:-webkit-fit-content;width:fit-content}.homeHeader .dropdown .menu{background:#fff;border-radius:6px;box-shadow:0 3px 5px #0000000a;box-sizing:border-box;margin:20px 0 0;padding:20px 0;position:absolute;width:100%;z-index:2}.homeHeader .dropdown #toggleDropdown:not(:checked)~.menu{height:0;opacity:0;transition:opacity .26s ease;z-index:-1}.homeHeader .dropdown #toggleDropdown:checked~.menu{opacity:1;transition:opacity .15s ease-in;z-index:100}.homeHeader .dropdown .menu:before{border-color:#0000 #0000 #fff;border-style:solid;border-width:0 10px 10px;content:" ";height:0;left:50%;margin-left:-10px;position:absolute;top:-10px;width:0}.homeHeader .dropdown #toggleDropdown{cursor:pointer;height:40px;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.homeHeader .dropdown .menu>div{align-items:center;color:var(--text-color);cursor:pointer;display:flex;margin:0 .5em}.homeHeader .dropdown .menu svg{color:inherit;height:20px;margin-right:1em;width:20px}.homeHeader .dropdown .menu>div:not(:last-child){border-bottom:1px solid var(--background-color-2);padding-bottom:10px}.homeHeader .dropdown .menu>div:not(:first-child){padding-top:10px}.homeHeader .dropdown .menu>div:hover>*{opacity:.5}@media screen and (max-width:640px){.homeHeader img{width:150px}.homeHeader .profile{padding:.5em}.homeHeader .profile>div{display:none}.homeFooter{position:relative}.homeHeader .dropdown .menu{right:0;width:200px}.homeHeader .dropdown .menu:before{left:90%}}.fond{left:0;object-fit:cover}.fond,.loginForm{height:100vh;position:absolute;top:0;width:50vw}.loginForm{background-color:#fff;display:flex;flex-direction:column;justify-content:center;padding:1.5em .75em;right:0}.logo{margin:0 auto;width:50%}.loginForm>h1{color:var(--main-color);margin:1em auto;padding:0 0 1.5em}.loginForm .input{margin-left:auto;margin-right:auto;width:50%}.loginForm .buttonContainer{padding:5.5em 0;text-align:center;width:100%}.loginForm .error{border-radius:10px;color:var(--error-color);margin:2em auto;text-align:center;width:50%}.loginFooter{bottom:.5em;color:var(--text-color);font-size:12px;left:.5em;position:absolute}.loginForm .input{margin-bottom:1em}@media screen and (max-width:640px){.fond{display:none}.loginForm{width:100vw}.logo{width:90%}.loginForm .error,.loginForm .input{width:80%}}.Home{display:flex;flex-direction:column;justify-content:center;min-height:100vh;padding:0!important}.Home .buttonWrapper,.Home.Supervisor .buttonWrapper{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);height:-webkit-fit-content;height:fit-content;margin:auto;width:90vw}.Home .buttonWrapper.caisse,.Home .buttonWrapper.location{grid-template-columns:repeat(3,1fr)}.Home .buttonWrapper.retours{grid-template-columns:repeat(4,1fr)}.Home .buttonWrapper.planning>a:first-child{grid-column:2/3}.Home .buttonWrapper>.vente{grid-column:1/3}.Home .buttonWrapper>.loc{grid-column:4/5}.Home .buttonWrapper.retours .previsions{grid-column:2/2}.homeBackButton{display:flex;justify-content:end;padding:0 1em}.homeBackButton svg{color:var(--main-color);height:40px;width:40px}.Home .buttonWrapper a{align-items:center;background:var(--main-color);border-radius:8px;color:#fff;display:flex;flex-direction:column;font-weight:600;height:150px;justify-content:center;padding:.2em;position:relative}.Home a.disabled{cursor:default;opacity:.5;pointer-events:none}.Home a span{margin-top:.5em;text-align:center}.Home a svg{height:60px;width:60px}.Home button.back{height:30px;position:absolute;right:0;top:0;width:30px}.Home.Supervisor .produits span:after{content:"Gérer les produits"}.Home.Supervisor .prix span:after{content:"Modifier les tarifs de location"}.Home.Supervisor .shops span:after{content:"Administrer les campings"}.Home.Supervisor .aide span:after{content:"Consulter les statistiques de l'aide en ligne"}.Home a span:not(.short){display:inline}.Home a span.short{display:none}@media screen and (max-width:640px){.Home .buttonWrapper,.Home .buttonWrapper.retours{grid-template-columns:repeat(3,1fr)}.Home .buttonWrapper .vente{grid-column:1/4}.Home .buttonWrapper.planning{grid-template-columns:repeat(2,1fr)}.Home .buttonWrapper.planning>a:first-child{grid-column:1/2}.Home .buttonWrapper .loc{grid-column:1/1}.Home a svg{height:40px;width:40px}.Home .buttonWrapper a{font-size:13px;height:100px}.Home.Supervisor .produits span:after{content:"Produits"}.Home.Supervisor .prix span:after{content:"Tarifs"}.Home.Supervisor .shops span:after{content:"Statistiques"}.Home.Supervisor .aide span:after{content:"Aide en ligne"}.Home a span:not(.short){display:none}.Home a span.short{display:inline}}.modal-container{align-items:center;background-color:var(--bg-overlay);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:100}.modal{height:0;overflow:hidden;position:relative;transition:width .3s cubic-bezier(.4,0,.2,1),height .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-radius .3s cubic-bezier(.4,0,.2,1);width:300px}.to{opacity:0;position:absolute;transition:opacity .1s cubic-bezier(.4,0,1,1)}.to-contents{transform:scale(.55);transform-origin:0 0;transition:transform .3s cubic-bezier(.4,0,.2,1)}.modal-header{background:#fff;display:flex;font-size:14px;height:30px;justify-content:right}.modal-header svg{color:var(--text-color);height:15px;width:15px}.modal-body{background:#fff;color:var(--text-color);display:flex;flex-direction:column;font-size:14px;height:250px;justify-content:center;padding:5px;width:300px}.modal-body .textInputContainer{margin-top:.5em}.modal-body>span{text-align:center}.modal-footer{background:#fff;display:flex;font-size:14px;height:50px;justify-content:space-evenly;width:300px}.modal-footer>*{font-size:14px;margin:auto 0!important}.modal.expand{border-radius:6px;box-shadow:0 10px 20px #0000001a,0 6px 6px #00000029;height:300px;width:300px}.expand .from{opacity:0;transition:opacity .1s cubic-bezier(.4,0,1,1)}.expand .to{opacity:1;transition:opacity .2s cubic-bezier(0,0,.2,1) .1s}.expand .to-contents{transform:scale(1)}@media screen and (max-width:640px){.modal{width:90vw!important}}.ModalNouveautes .content{display:flex;flex-direction:column;height:100%;padding:0 1em}.ModalNouveautes .content h2{align-items:center;color:var(--main-color);display:flex;gap:1em;justify-content:center;margin-bottom:2em}.ModalNouveautes .content h3{color:var(--main-color-3);margin:.5em 0}.ModalNouveautes .content li{display:flex;list-style-type:none;margin:1em 0}.ModalNouveautes .content li svg{color:var(--main-color);margin-right:1em;width:16px}.ModalNouveautes .footer{height:-webkit-fit-content;height:fit-content}.ficheButton{border-radius:10px;box-shadow:var(--button-shadow-2);color:#fff;font-family:inherit;font-weight:600;margin:.5em 1em;padding:1em;position:relative;white-space:nowrap}.ficheButton:disabled{opacity:.5}.ficheButton svg{height:18px;width:18px}.ficheButton.famille{background-color:var(--main-color-2)}.ficheButton.location,.ficheButton.produit{background-color:var(--main-color)}.ficheButton.taille{background-color:var(--main-color-3)}.ficheButton.couleur{background-color:var(--main-color-4)}.ficheButton.paiement{background-color:var(--main-color-3);font-size:13px;font-weight:700}.ficheButton.multi{background-color:var(--main-color-4);font-size:13px;font-weight:700}.ficheButton.transparent{opacity:.5}.bulle{background-color:var(--main-color-5);border-radius:100%;font-size:12px;line-height:29px;opacity:1;position:absolute;right:-10px;vertical-align:middle;width:29px}.bulle,.bulle.tri svg{height:29px}.bulle.alerte{background-color:var(--error-bg-color)}.bulle.noAllotement{background-color:var(--no-allotement)}.bulle.darkRed{background-color:var(--allotement-surbooking)}.bulle.red{background-color:var(--allotement-red)}.bulle.orange{background-color:var(--allotement-orange)}.bulle.yellow{background-color:var(--allotement-yellow)}.bulle.green{background-color:var(--allotement-green)}@media screen and (max-width:640px){.ficheButton{font-size:14px}.ficheButton svg{height:14px;width:14px}.ficheButton.multi,.ficheButton.paiement{font-size:12px}.bulle{background-color:var(--main-color-5);border-radius:100%;font-size:9px;height:22px;line-height:22px;position:absolute;right:-10px;vertical-align:middle;width:22px}}.editableField{color:var(--title-color-2);display:flex;font-weight:700;justify-content:center;min-height:25px}.editableField.disabled{font-weight:500}.editableField select,.editableField:not(.dateTime) input{background-color:initial;border:none;border-bottom:2px solid var(--text-color);color:var(--title-color-2);font-family:var(--font);font-weight:600;margin:auto;outline:none}.editableField select{background-color:#fff}.editableField select option{font-weight:500;padding:1em}.editableField option:hover{font-weight:600}.editableField span{margin:auto}.editableField svg{color:var(--title-color-2)}.plusMinus{padding:none}.plusMinus>div{display:flex;margin:auto}.plusMinus input,.plusMinus span{display:block;margin:auto 0!important;text-align:center;width:100%}.plusMinus button{display:flex;margin:0!important;padding:0}.plusMinus button svg{height:18px;margin:auto 0;width:18px}.editableField.dateTime{width:215px}@media screen and (max-width:640px){.editableField.plusMinus button{display:none}}.Title{background-color:#fff;box-shadow:var(--block-shadow);color:var(--title-color);cursor:pointer;display:flex;grid-column:1/-1;margin:0;padding:.75em .2em;transition:max-height 1s}.Title>*{margin-bottom:auto;margin-top:auto}.Title>button{color:inherit;margin-left:auto;margin-right:0;width:-webkit-fit-content;width:fit-content}.Title svg:first-child{margin-right:1em}.BlockTitle{border-bottom:2px solid var(--title-color);cursor:pointer;display:flex}.BlockTitle>:nth-child(3){margin-left:auto}.BlockTitle>:nth-child(4){margin-left:2em}.BlockTitle>*{color:var(--title-color);margin-top:auto}.BlockTitle>svg{margin-right:.5em}.LocationDateInputs{height:42px;margin-bottom:1.5em}.LocationDateInputs,.LocationDateInputs>div{display:flex;justify-content:center}.LocationDateInputs div>*{margin:auto .3em}.LocationDateInputs .editable{color:var(--title-color-2);font-weight:700}.LocationDateInputs .duree .editableField{width:90px}.LocationDateInputs .unite .editableField{width:80px}.LocationDateInputs .editableField input,.LocationDateInputs .editableField select{font-size:16px}@media screen and (max-width:640px){.LocationDateInputs{display:block;margin-bottom:5em}.LocationDateInputs .debut,.LocationDateInputs .duree{justify-content:center;margin-bottom:1em}.LocationDateInputs .debut{height:42px}}.Block.Reglement{position:-webkit-sticky;position:sticky;top:1em}.total{color:var(--title-color)}.subTotal,.total{display:flex;margin-top:2em}.subTotal{color:var(--text-color)}.subTotal span:first-child{font-weight:600}.subTotalInfo{color:var(--text-color-light);display:flex;margin-left:2em}.subTotal>span:nth-child(2),.subTotalInfo>span:nth-child(2),.total>span:nth-child(2){margin:auto 0 auto auto}.totalBase{color:var(--text-color-light);padding-right:1em;text-decoration:line-through}.Reglement .errorMessage,.Reglement .reservationImport{font-style:italic;text-align:center}.Reglement .errorMessage{color:var(--error-color);margin:1em 0}.lignePaiement{animation:append-animate .2s linear;color:var(--text-color);display:flex;gap:.5em;margin-top:.3em;position:relative}.lignePaiement>span{font-style:italic}.lignePaiement:not(.rappel)>:first-child{height:15px;margin-bottom:auto;margin-top:auto;width:15px}.lignePaiement span:nth-child(3){margin-left:auto}.lignePaiement>button{padding:0}.lignePaiement svg{color:var(--text-color);height:15px;width:15px}.Block.Reglement .ButtonList{margin-top:.5em;padding-top:.5em}.Block.Reglement .ButtonList.PaiementReservation{margin-bottom:.5em;padding-bottom:.5em}.refreshButton svg{color:var(--text-color);height:25px;width:25px}.montantManuel{display:flex;justify-content:center}.montantManuel *{margin-bottom:auto;margin-top:auto}.Reglement .paiements{padding-bottom:1em;position:relative}.resteAPayer{border-bottom:1px solid var(--text-color);padding-bottom:.5em}.options{border-top:1px solid var(--text-color);padding-bottom:.5em;padding-top:1em}.HelpLink{background-color:initial;border-radius:100%;bottom:.75em;display:flex;gap:.5em;position:fixed;right:.75em;z-index:10}.HelpLink.small{display:flex;margin:.5em;position:static;width:-webkit-fit-content;width:fit-content}.HelpLink.vertical{flex-direction:column}.HelpLink>button{align-items:center;background-color:var(--main-color);border-radius:100%;box-sizing:border-box;color:#fff;display:flex;height:45px;justify-content:center;padding:0;width:45px}.HelpLink svg{height:25px;margin:0;padding:0;width:25px}.HelpLink.small>button{height:30px;width:30px}.HelpLink.small svg{height:15px;width:15px}.Client .form{display:flex}.Client .form>div{display:flex;flex-direction:column;width:50%}.Client .form>div:first-child{grid-column-gap:.5em;grid-row-gap:.5em;column-gap:.5em;display:grid;grid-template-columns:repeat(20,1fr);padding:.5em;row-gap:.5em}.Client .form .nom{grid-column:1/12}.Client .form .prenom{grid-column:12/21}.Client .form .nc{grid-column:1/13}.Client .form .date{grid-column:13/18}.Client .form .codeControle{grid-column:18/21}.Client .form .emplacement{grid-column:1/8}.Client .form .telephone{grid-column:1/10}.Client .form .email{grid-column:1/21}.Client .form .idResa{grid-column:1/9}.Client .form .interloc{grid-column:9/21}.Client .form .interloc:first-child{grid-column:1/11}.Client .form .input{margin-bottom:0}.Client .form textarea{margin:.5em auto;width:100%}.Client .form button:first-child,.form .loaderContainer{margin-left:auto}.Client .footer button:nth-child(2){margin-left:2em}.Client .form .btnResa{align-items:center;display:flex;grid-column:13/18;justify-content:center;padding-bottom:1em;position:relative}.Client .form .btnResa .VideoLink.small{margin-left:1em}.Client .modalReservations .filtres{display:flex}.Client .modalReservations .table{font-size:16px;table-layout:fixed}.Client .modalReservations .table input{text-align:start}.Client .modalReservations .table th span{cursor:pointer}.Client .modalReservations .table th span.selected,.Client .modalReservations .table th span:hover{opacity:.5}.Client .modalReservations .table tbody tr{cursor:pointer}.Client .modalReservations .table tbody tr:hover{opacity:.5}.Client .modalReservations th.empl{width:8%}.Client .modalReservations th.empl:after{content:"Emplacement"}@media screen and (max-width:640px){.Client .form{display:block}.Client .form>div{width:100%}.Client .form .date{grid-column:13/21}.Client .form .codeControle{grid-column:1/6}.Client .form .emplacement{grid-column:6/14}.Client .form .emplacement label:before{content:"Empl."!important}.Client .form .telephone{grid-column:1/14}.Client .form button,.form .loaderContainer{margin:auto}.Client .form .btnResa{grid-column:1/21;justify-content:start}.Client .form .btnResa button{margin-left:0}.Client .modalReservations td.deb,.Client .modalReservations td.fin,.Client .modalReservations td.id,.Client .modalReservations td.jr,.Client .modalReservations th.deb,.Client .modalReservations th.fin,.Client .modalReservations th.id,.Client .modalReservations th.jr{display:none}.Client .modalReservations th.empl{width:20%}.Client .modalReservations th.empl:after{content:"Empl."}}.Block{background-color:#fff;box-shadow:var(--block-shadow);color:var(--text-color);display:flex;flex-direction:column;overflow:hidden;padding:.5em .5em 2em;position:relative;transition:max-height 1s}.Block>div,.Block>form{animation:open-animate .2s linear}@keyframes open-animate{0%{max-height:0;transition:max-height}to{max-height:500px}}@keyframes close-animate{0%{max-height:500px;transition:max-height}to{max-height:0}}.close>svg{rotate:0deg}.close>svg,.open>svg{transition:rotate .3s}.open>svg{rotate:180deg}.ButtonList{text-align:center}.lockedButtons button{opacity:.4;pointer-events:none}.Block .filtresColumn{display:flex;flex-direction:column;height:100%;justify-content:start}.Block .filtresColumn h3{width:-webkit-fit-content;width:fit-content}.Block .filtresColumn>div{align-items:center;display:flex;gap:1em;margin:.5em 0}.Block .filtresColumn>.centered{justify-content:center}.Block .filtresColumn>span{margin:1em 0}.Block .filtresColumn .wrap{flex-wrap:wrap}.Block .filtresColumn .wrap .dateTime{min-width:150px}.Block .filtresColumn .footer{display:flex;justify-content:center;margin-top:3em}@media screen and (max-width:640px){.Block .filtresColumn .footer{margin-top:1em}}.Fiche{box-sizing:border-box;grid-template-columns:4fr 1fr;grid-template-rows:-webkit-max-content -webkit-max-content -webkit-max-content;grid-template-rows:max-content max-content max-content}.Fiche .Block:not(:last-child),.Fiche .Title{grid-column:1/1}.Fiche>div:last-child{grid-column:2/2;grid-row:1/-1}.modalTicket .modalTicketFooter{bottom:0;display:flex;height:50px;justify-content:space-evenly;left:0;position:absolute;width:100%}.modalTicket .input{margin:1em 0!important}.modalTicket .input input:placeholder-shown{border-color:var(--error-color)}.modalTicket .error{color:var(--error-color)}.modalTicket .loaderContainer{bottom:1em;left:0;position:absolute;width:100%}.modalTicket .modalTicketFooter>*{margin:auto 0}.modalVoucher .frameContainer{height:100%;width:100%}.modalVoucher .frameContainer iframe{border:none;height:100%;width:100%}.sortButtons{margin-top:1em;text-align:end}.sortButtons button{color:inherit}.Panier{border-collapse:initial;border-spacing:0 1em;margin-top:1.5em;table-layout:fixed;width:100%}.Panier th{background-color:var(--background-color-2);font-size:15px;font-weight:700;padding:.5em 0}.Panier td,.Panier th{color:var(--text-color)}.Panier td{background-color:var(--background-color-3);font-size:14px;padding:1em 0;text-align:center}.LignePanier{animation:append-animate .2s linear;position:relative}@keyframes append-animate{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.Panier .editable{color:var(--title-color-2);font-weight:700}.LignePanier.disabled{background:repeating-linear-gradient(45deg,#0000,#0000 10px,var(--statistiques-bg-color) 10px,var(--statistiques-bg-color) 20px);opacity:.5}.LignePanier svg{height:18px;width:18px}.LignePanier button{color:var(--title-color-2)}.LignePanier .overlay{background-color:var(--bg-overlay);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.LignePanier .overlay>*{color:var(--text-color);margin:auto}.Panier.Location th.categorie{width:20%}.Panier.Location th.debut,.Panier.Location th.fin{width:15%}.Panier.Location th.suppr,.Panier.Vente th.suppr{width:5%}.Panier.Vente th.lib{width:20%}@media screen and (max-width:640px){.Fiche{grid-template-columns:1fr}.Fiche>div:last-child{grid-column:1/1;grid-row:auto}.sortButtons{display:none}.Panier td{font-size:13px}.LignePanier svg{height:13px;width:13px}.Panier.Location .code,.Panier.Location .fin,.Panier.Location .mnt{width:0!important}.Panier.Location .code>*,.Panier.Location .fin>*,.Panier.Location .mnt>*{display:none}.Panier.Location th.debut{width:25%}.Panier.Location th.suppr,.Panier.Vente th.suppr{width:10%}.Panier.Location th.categorie span{display:none}.Panier.Location th.categorie:after{content:"Cat."}.Panier.Location th.aj span{display:none}.Panier.Location th.aj:after{content:"Aj."}.Panier.Vente .code,.Panier.Vente .pu,.Panier.Vente .stk{width:0!important}.Panier.Vente .code>*,.Panier.Vente .pu>*,.Panier.Vente .stk>*,.Panier.Vente th.coul span,.Panier.Vente th.lib span,.Panier.Vente th.qte span,.Panier.Vente th.rem span{display:none}.Panier.Vente th.lib:after{content:"Lib."}.Panier.Vente th.coul:after{content:"Coul."}.Panier.Vente th.qte:after{content:"Qté."}.Panier.Vente th.rem:after{content:"Rem."}}.Filler{bottom:.5em;left:.5em;position:absolute;right:.5em;top:.5em}.Filler>div{border:1px dashed var(--text-color-light);display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.Filler svg{height:100px;width:100px}.Filler>div>*{margin:.5em auto;text-align:center}.Caisse{grid-template-columns:1fr 4fr;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}.Caisse .Block.mainFrame{grid-column:2/3;grid-row:2/4;padding:.5em}.Caisse .filtres{display:flex;flex-direction:column}.Caisse .filtres .dateTime input{width:160px}.Caisse .controleLoader{color:var(--main-color);display:flex;flex-direction:column;font-style:italic;justify-content:center}.Caisse .frame{height:100%;position:relative;width:100%}.Caisse .Block iframe{border:none;display:flex;flex-direction:column;height:100%;justify-content:center;position:absolute;width:100%;z-index:10}.Caisse .saveSettings{color:var(--text-color);height:16px;margin-left:auto;padding:0;width:-webkit-fit-content;width:fit-content;width:16px}.Caisse .checkSettings{color:var(--success-color);margin-left:auto}.Caisse .ExportComptable .help{display:flex;justify-content:end}.Caisse .ExportComptable .filtresColumn{justify-content:center}.Caisse .ExportComptable .loaderContainer{margin:0}@media screen and (max-width:640px){.Caisse{grid-template-columns:1fr;grid-template-rows:-webkit-max-content -webkit-max-content 500px -webkit-max-content;grid-template-rows:max-content max-content 500px max-content}.Caisse .Block,.Caisse .Block.mainFrame{grid-column:1/1}.Caisse .Block.mainFrame{grid-row:3/4}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}.swiper-button-next,.swiper-button-prev{align-items:center;color:#007aff;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:#0000001a;background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{bottom:4px;bottom:var(--swiper-scrollbar-bottom,4px);height:4px;height:var(--swiper-scrollbar-size,4px);left:1%;left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:auto;top:var(--swiper-scrollbar-top,auto);width:98%;width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{height:98%;height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:auto;left:var(--swiper-scrollbar-left,auto);position:absolute;right:4px;right:var(--swiper-scrollbar-right,4px);top:1%;top:var(--swiper-scrollbar-sides-offset,1%);width:4px;width:var(--swiper-scrollbar-size,4px);z-index:50}.swiper-scrollbar-drag{background:#00000080;background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:10px;border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}.StatistiquesTitle{display:flex}.StatistiquesTitle svg{color:var(--error-color);margin-left:auto}.largeBlock,.smallBlock{background-color:var(--background-color-2);display:flex;flex-direction:column;margin:.5em;padding:.5em}.smallBlock{width:calc(50% - 1em)}.largeBlock>span,.smallBlock>span{color:var(--main-color);font-weight:700;text-align:center}.largeBlock>div,.smallBlock>div{display:flex}.smallBlock>div>div{display:flex;flex-direction:column;font-size:15px;justify-content:center;padding:.5em;text-align:center;width:50%}.smallBlock .dataN{font-weight:600}.smallBlock .dataN_1{font-size:14px}.smallBlock .pct{display:flex;justify-content:center}.pct.up{color:var(--success-color)}.pct.down{color:var(--error-color)}.pct svg{height:15px;margin-bottom:auto;margin-right:.3em;margin-top:auto;width:15px}.largeBlock>div>div{font-size:15px;padding:.75em;text-align:end;width:50%}.largeBlock .pct{font-size:20px;font-weight:700;text-align:start}.largeBlock .dataN{font-size:20px;font-weight:600;margin-right:.5em}.largeBlock .dataN_1{font-size:14px}@media screen and (max-width:780px){.largeBlock,.smallBlock{font-size:14px}.smallBlock>div{align-items:center;flex-direction:column;justify-content:center}}.BarChart>div:first-child{font-weight:600;margin-bottom:.2em;text-align:center}.BarChart>div:nth-child(2){display:flex;justify-content:center;margin-bottom:1em}.BarChart span{margin:0 .5em}.Statistiques{grid-template-columns:repeat(3,1fr);grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr}.Statistiques .Block.ChiffreAffairesCumul{grid-column:2/4}.date{display:block;margin-bottom:1em;text-align:center;width:100%}.swiper{bottom:0;left:0;position:absolute;right:0;top:0}.swiper-button-next,.swiper-button-prev{bottom:8px;color:var(--text-color);height:15px;top:auto;width:15px;z-index:20}.swiper-button-next:after,.swiper-button-prev:after{font-size:15px}.swiper-button-next:hover{opacity:.5}.swiper-button-next:disabled{background-color:initial!important;cursor:auto;opacity:.5}.swiperNavigationPrev{left:1em}.swiperNavigationNext{right:1em}@media screen and (max-width:640px){.Statistiques{grid-template-columns:1fr;grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr}.Statistiques .Block.ChiffreAffairesCumul,.Statistiques .Block.Export{grid-column:1/2}}.Block.Export .exportTransactions{background-color:pink;display:flex;flex-direction:column;justify-content:center}.EtatStocks{grid-template-columns:1fr 4fr;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}.EtatStocks>.Block:nth-child(2){grid-row:2/3}.EtatStocks>.Block:nth-child(3){grid-row:2/4}.EtatStocks .loaderContainer{height:100%}.tableEtat{border-collapse:collapse;table-layout:fixed;width:100%}.tableEtat th:first-child,.tableEtat th:nth-child(2){text-align:start}.tableEtat td:nth-child(3),.tableEtat td:nth-child(4),.tableEtat td:nth-child(5){text-align:center}.tableEtat th:last-child{width:100px}.tableEtat th{background-color:var(--main-color);color:#fff;padding:.6em .5em}.tableEtat .warning td{color:var(--error-color)!important}.tableEtat .ligneFamille{background-color:var(--background-color-2)}.tableEtat .ligneFamille td{font-weight:600;padding:.5em}.tableEtat .ligneProduit td{padding:.3em .5em}.tableEtat .ligneProduit:not(:last-child) td{border-bottom:1px solid var(--text-color-light)}.tableEtat .ligneProduit svg{color:var(--text-color);height:15px;width:15px}.tableEtat .ligneProduit svg.open{transform:rotate(180deg)}.ligneTailleCouleur td{background-color:var(--background-color-3);color:var(--main-color);padding:.3em .5em}.EtatStocks .frameContainer{height:100%;width:100%}.EtatStocks .frameContainer iframe{border:none;height:100%;width:100%}.EtatStocks .simpleInput{margin:auto;width:50px}@media screen and (max-width:640px){.EtatStocks{grid-template-columns:1fr;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}.EtatStocks>.Block:nth-child(2){grid-row:2/3}.EtatStocks>.Block:nth-child(3){grid-row:3/3}.tableEtat td{font-size:14px}.tableEtat th:last-child{width:40px}.tableEtat td:first-child,.tableEtat th:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:30%}.tableEtat th{font-size:15px}.tableEtat td{font-size:13px}}.Planning .Block{display:flex;justify-content:center;padding-bottom:.5em!important;position:relative}.Planning .Block iframe{border:none;height:100%;left:0;position:absolute;top:0;width:100%}.formFournisseur{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.EntreeStock h2 button{margin-left:auto}.EntreeStock .frameContainer{display:flex;height:100%;justify-content:center;width:100%}.EntreeStock .frameContainer iframe{border:none;height:100%;width:100%}.EntreeStock .Panier.Vente th .short{display:none}.EntreeStock .Panier.Vente th span:not(.short){display:inline}@media screen and (max-width:640px){.EntreeStock .Panier.Vente th .short{display:inline}.EntreeStock .Panier.Vente .code,.EntreeStock .Panier.Vente th span:not(.short){display:none}.EntreeStock .Panier.Vente .suppr{width:10%}}.GestionProduits{grid-template-columns:3fr 7fr;grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr}@media screen and (max-width:640px){.GestionProduits{grid-template-columns:1fr;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}}.Block .footer{display:flex;justify-content:end;margin-top:auto}.Block .underlinedButton{margin-right:3em}.listeProduits .select{display:none}.listeProduits{display:flex;flex-direction:column}.listeProduits table{border-collapse:collapse;width:100%}.listeProduits td:last-child{text-align:end}.listeProduits .ligneFamille td{font-weight:600;padding:.5em}.listeProduits .ligneProduit td{padding:.3em .7em}.listeProduits .ligneProduit.selected,.listeProduits .ligneProduit:hover{cursor:pointer;opacity:.5}.listeProduits td svg{color:var(--text-color);height:15px;width:15px}.formProduit .footer{margin-right:40px}.formProduit{display:flex;flex-direction:column;padding-bottom:2em;position:relative}.formProduit>div:not(.formFiller){display:flex}.formProduit h3{margin-bottom:2em;margin-top:2em}.formColumn{display:flex;flex-direction:column;margin:0 .5em;width:50%}.formColumn:first-child{grid-column-gap:.75em;grid-row-gap:.75em;column-gap:.75em;display:grid;grid-template-columns:repeat(20,1fr);padding:.5em .5em .5em 1em;row-gap:.75em}.formColumn:first-child>*{grid-column:1/21}.formColumn .error input,.formColumn .error select{border-color:var(--error-color)}.formColumn .code{display:flex;grid-column:1/16}.formColumn .code .valid input{border-color:var(--success-color)}.formColumn .code .valid label{color:var(--success-color)}.formColumn .checkCode,.formColumn .tooltip{align-items:center;display:flex;height:50px;justify-content:center;margin-left:.5em;width:20px}.formColumn .checkCode .error{color:var(--error-color)}.formColumn .checkCode .check{color:var(--success-color)}.formColumn .tooltip{grid-column:16/16}.formColumn .famille,.formColumn .prixAchat{grid-column:1/11}.formColumn .fournisseur,.formColumn .prixVente{grid-column:11/21}.formColumn:nth-child(2){border-left:1px solid var(--text-color-light);padding-left:1em}.formColumn>span{width:-webkit-fit-content;width:fit-content}.colorList{display:grid;grid-template-columns:repeat(2,1fr)}.formModification{grid-column-gap:.75em;grid-row-gap:.75em;column-gap:.75em;display:grid;grid-template-columns:repeat(20,1fr);padding:.5em .5em .5em 1em;row-gap:.75em;width:100%}.formModification>*{grid-column:1/21}.formModification .codeProduit,.formModification .famille{grid-column:1/11}.formModification .fournisseur{grid-column:11/21}.formModification .prixAchat{grid-column:1/6}.formModification .prixVente{grid-column:6/11}@media screen and (max-width:640px){.formModification .codeProduit{grid-column:1/15}.formModification .prixAchat{grid-column:1/11}.formModification .prixVente{grid-column:11/21}.formProduit>div:not(.formFiller){flex-direction:column}.formColumn{width:100%}.formColumn:nth-child(2){border:none}.formColumn:first-child{margin-left:0;padding-left:.5em}.footer{display:flex;flex-direction:row!important;padding-top:2em}.listeProduits .select{display:block}.listeProduits table{display:none}}.tableContainer{height:100%;overflow-y:auto}.tableContainer thead{background-color:#fff;position:-webkit-sticky;position:sticky;top:0}.table{border-collapse:collapse;margin-bottom:2em;width:100%}.table td{padding:.25em;text-align:center}.table tr:first-child th{background-color:var(--main-color);color:#fff;padding:.6em .5em}.table tr:nth-child(2) th{border-bottom:5px solid var(--main-color-3);color:var(--main-color-3);padding:.6em .5em}.table tbody tr{border-bottom:1px solid var(--text-color-light)}.table tbody tr:last-child{border-bottom:3px solid var(--text-color-light)}.table tbody tr:nth-child(2n){background-color:var(--background-color-3)}.table .simpleInput{margin-left:auto;margin-right:auto}@media screen and (max-width:640px){.table th{font-size:15px}.table td{font-size:13px}}.CorrectionCaisse{grid-template-columns:1fr 4fr;grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr}.CorrectionCaisse td.paiement{cursor:pointer}.CorrectionCaisse td.paiement:hover{opacity:.5}.CorrectionCaisse table{table-layout:fixed}.CorrectionCaisse table tbody tr{height:49px}.CorrectionCaisse table th:first-child{width:10%}.CorrectionCaisse table th:nth-child(3),.CorrectionCaisse table th:nth-child(4){width:20%}.CorrectionCaisse td{height:60px}.CorrectionCaisse .filtresColumn{display:flex;flex-direction:column;justify-content:start}.CorrectionCaisse .filtresColumn .dateTime{width:150px}.CorrectionCaisse .ListeActions span:not(.short){display:inline}.CorrectionCaisse .ListeActions span.short{display:none}@media screen and (max-width:640px){.CorrectionCaisse{grid-template-columns:1fr;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}.CorrectionCaisse .filtresColumn:first-child h3{grid-column:1/-1}.CorrectionCaisse .filtresColumn:first-child span{display:none}.CorrectionCaisse table th:first-child{width:45%}.CorrectionCaisse .ListeActions .code,.CorrectionCaisse .ListeActions span:not(.short){display:none}.CorrectionCaisse .ListeActions span.short{display:inline}}.RemisesEnBanque{grid-template-columns:1fr 4fr;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}.RemisesEnBanque>.Block.mainFrame{grid-column:2/2;grid-row:2/4}.RemisesEnBanque .listeTypesRemise table svg{color:var(--text-color)}.RemisesEnBanque .ligneRemise.selected{opacity:.5}.RemisesEnBanque .listeTypesRemise .VideoLink.small{margin-left:auto;margin-top:.5em;width:-webkit-fit-content;width:fit-content}.CreationCodeComptable,.CreationRemiseEnBanque{display:flex;flex-direction:column;height:100%}.CreationCodeComptable>div,.CreationRemiseEnBanque>div:not(.modal-container){grid-column-gap:.75em;grid-row-gap:.75em;column-gap:.75em;display:grid;grid-template-columns:repeat(10,1fr);height:100%;padding:.5em .5em .5em 1em;row-gap:.75em}.CreationRemiseEnBanque .frameContainer{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.CreationRemiseEnBanque iframe{height:100%;width:100%}.CreationRemiseEnBanque>div{grid-template-rows:repeat(4,-webkit-max-content) 1fr;grid-template-rows:repeat(4,max-content) 1fr}.CreationRemiseEnBanque .date{text-align:start}.CreationRemiseEnBanque .date,.CreationRemiseEnBanque .type{grid-column:1/6}.CreationRemiseEnBanque .code{grid-column:6/10}.CreationRemiseEnBanque .montant{grid-column:1/4}.CreationRemiseEnBanque .codePaiement{grid-column:4/8}.CreationRemiseEnBanque .commentaire{grid-column:1/5;width:100%}.CreationRemiseEnBanque .footer{align-items:start;display:flex;grid-column:1/11;justify-content:end;margin-right:30px}.CreationCodeComptable>div{grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}.CreationCodeComptable h2{display:flex;justify-content:space-between}.CreationCodeComptable .libelle{grid-column:1/6}.CreationCodeComptable .code{grid-column:1/4}.CreationCodeComptable .submit{align-items:end;display:flex;grid-column:1/11;justify-content:end}.CreationCodeComptable .help{align-items:center;display:flex}.CreationCodeComptable svg{height:20px;width:20px}.RemisesEnBanque .HistoriqueRemises svg{color:var(--text-color);width:20px}.RemisesEnBanque .filtresColumn input{width:150px}@media screen and (max-width:640px){.RemisesEnBanque{grid-template-columns:1fr;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}.RemisesEnBanque>.Block.mainFrame{grid-column:1/1;grid-row:3/3}.CreationRemiseEnBanque .date,.CreationRemiseEnBanque .type{grid-column:1/10}.CreationRemiseEnBanque .code{grid-column:1/6}.CreationRemiseEnBanque .montant{grid-column:6/10}.CreationCodeComptable .libelle,.CreationRemiseEnBanque .codePaiement{grid-column:1/10}.CreationCodeComptable .code{grid-column:1/7}}.Previsions{grid-template-columns:1fr 4fr;grid-template-rows:-webkit-max-content 1fr 1fr;grid-template-rows:max-content 1fr 1fr;height:100vh}.Previsions .retours{grid-row:3/3}.Previsions>.Block:nth-child(4){grid-column:2/3;grid-row:2/4}.Previsions .Block:last-child{padding:.5em}.Previsions .frame{height:100%;position:relative;width:100%}.Previsions .Block iframe{border:none;justify-content:center;position:absolute;width:100%;z-index:10}.Previsions .Block iframe,.Previsions .FilterPacks{display:flex;flex-direction:column;height:100%}.Previsions .FilterPacks .buttons{display:flex;justify-content:center;padding-bottom:2em}.Previsions .FilterPacks .buttons>button{margin:0 1em}.Previsions .Block.sorties>div:last-child{margin-top:auto}.Previsions .Block.sorties .filtre{color:var(--text-color);font-style:italic}.Previsions .filtre span:after{content:"Filter les prévisions de sorties"}@media screen and (max-width:640px){.Previsions{grid-template-columns:1fr 1fr;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}.Previsions>.Block.retours{grid-column:2/3;grid-row:2/3}.Previsions>.Block:last-child{grid-column:1/3;grid-row:3/4}.Previsions .Block.sorties>div:last-child{margin-top:2em}.Previsions .Block.retours h3>span,.Previsions .Block.sorties h3>span{display:none}.Previsions .Block.sorties h3:after{content:"Sorties :"}.Previsions .Block.retours h3:after{content:"Retours :"}.Previsions .filtre span:after{content:"Filter"}}.ListePacks{height:100%;overflow-y:scroll}.ListePacks>div{display:flex;flex-direction:column}.ListePacks button{color:var(--text-color);cursor:pointer;font-size:inherit;font-style:inherit;list-style-type:none;margin:.3em;width:-webkit-fit-content;width:fit-content}.ListePacks button.selected{opacity:.5}.ListePacks .select{display:none}@media screen and (max-width:640px){.ListePacks button{display:none}.ListePacks .select{display:block}}.ReductionAllotement{height:100vh}.ReductionAllotement .Block:last-child>div,.ReductionAllotement .FormReductionAllotement{display:flex;flex-direction:column;height:100%}.ReductionAllotement .form{grid-column-gap:1em;grid-row-gap:1em;column-gap:1em;display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-template-rows:repeat(3,-webkit-max-content) 1fr;grid-template-rows:repeat(3,max-content) 1fr;height:100%;padding:.5em;row-gap:1em}.ReductionAllotement .form .debut{grid-column:1/1;padding-bottom:1em}.ReductionAllotement .form .fin{grid-column:2/2}.ReductionAllotement .form span{width:-webkit-fit-content;width:fit-content}.ReductionAllotement .form .quantite{grid-column:1/3;width:150px}.ReductionAllotement .form .commentaire{grid-column:1/3}.ReductionAllotement .form .footer{display:flex;grid-column:1/3;justify-content:end}.ReductionAllotement .form .footer button{margin-top:auto}@media screen and (max-width:640px){.ReductionAllotement .form{grid-template-columns:1fr 1fr;margin-top:1em}.FormReductionAllotement .BlockTitle{display:none}}.Allotements .ListePacks{overflow:auto}.Allotements .buttons{display:flex;justify-content:center;padding-bottom:2em}.Allotements .buttons>button{margin:0 1em}@media screen and (max-width:640px){.Allotements .buttons{margin-top:1em}.Allotements .FormAllotement .BlockTitle{display:none}}.Rappel{height:100vh}.Rappel .filtresColumn .client{display:grid;grid-template-columns:1fr 1fr}.Rappel .filtresColumn .filtresSuppTitle{align-items:center;display:flex;justify-content:space-between;width:100%}.Rappel .filtresSuppTitle svg{height:20px;width:20px}.Rappel .filtresSuppTitle.open svg{rotate:180deg;transition:rotate .2s}.Rappel .filtresSuppTitle.close svg{rotate:0deg;transition:rotate .2s}.Rappel .filtresColumn .filtresSupp{box-sizing:border-box;display:grid;grid-template-columns:repeat(10,1fr);max-height:500px;overflow:hidden;padding-top:.5em;transition:max-height .2s linear}.Rappel .filtresSupp.close{max-height:0}.Rappel .filtresSupp .codeFiche,.Rappel .filtresSupp .nom{grid-column:1/10}.Rappel .filtresSupp .prenom{grid-column:1/8}.Rappel .filtresSupp .emplacement{grid-column:1/6}.Rappel .filtresColumn .switchContainer{grid-column:1/11}.Rappel .table thead .emplacement{width:50px}.Rappel .ligneFiche svg{color:var(--text-color);height:15px;width:15px}@media screen and (max-width:640px){.Rappel{height:auto}}.FicheRappel .LignePanier.rendu{background:repeating-linear-gradient(45deg,#0000,#0000 10px,var(--statistiques-bg-color) 10px,var(--statistiques-bg-color) 20px);opacity:.7}.ListingReservations{grid-template-columns:1fr 4fr;grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr;height:100vh}.ListingReservations .createFooter{display:flex;justify-content:center}.ListingReservations .Block .Loader{margin:auto}.ListingReservations .table svg{color:var(--text-color);width:15px}.ListingReservations .LigneListingReservation.annule{background:repeating-linear-gradient(45deg,#0000,#0000 10px,var(--statistiques-bg-color) 10px,var(--statistiques-bg-color) 20px);opacity:.5}.ListingReservations .filtresColumn{display:flex;flex-direction:column;height:100%}.ListingReservations .dateTime{width:150px}@media screen and (max-width:1100px){.ListingReservations table .interloc,.ListingReservations table .nbArticles{display:none}}@media screen and (max-width:640px){.ListingReservations{grid-template-columns:1fr;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr;height:auto}}.ModalVoucher .languageButtonList{align-items:center;display:flex;gap:2em;justify-content:center;margin:1em .5em}.ModalVoucher .LanguageButton img{height:20px;width:20px}.ModalVoucher .LanguageButton:not(.selected) img{opacity:.5}.ReservationDetail.annule .LignePanier{background:repeating-linear-gradient(45deg,#0000,#0000 10px,var(--statistiques-bg-color) 10px,var(--statistiques-bg-color) 20px);opacity:.5}.ReservationDetail .Reglement.annule p{font-style:italic;text-align:center}.ReservationDetail .LocationReservation .standardButton{margin:2em auto 0}.ligneShop{background-color:var(--background-color-2);cursor:pointer;display:grid;grid-template-columns:1fr -webkit-max-content;grid-template-columns:1fr max-content;grid-template-rows:-webkit-max-content -webkit-max-content;grid-template-rows:max-content max-content;margin:1em;padding:1.25em;position:relative}.ligneShop.sort{background-color:#fff;border-bottom:2px solid var(--text-color-light)}.ligneShop>div:first-child{align-items:baseline;display:flex;width:100%}.ligneShop.all>div:first-child{grid-row:1/3}.ligneShop>div:nth-child(2){align-items:center;display:flex;grid-column:2/2;grid-row:1/3}.ligneShop>div:nth-child(3){display:flex;padding-top:.1em;width:100%}.ligneShop.connected:not(.all):hover{background-color:var(--background-color-3)}.ligneShop:not(.connected):not(.all):not(.sort){cursor:default;opacity:.7}.ligneShop .dot,.ligneShop .loaderContainer{border-radius:100%;height:15px;margin-bottom:auto;margin-right:1.25em;margin-top:auto;width:15px}.ligneShop .dot.green{background-color:var(--success-color)}.ligneShop .dot.red{background-color:var(--error-color)}.ligneShop button{color:var(--text-color);height:18px;margin:auto 0;padding:0;width:18px}.ligneShop:not(.sort) button{margin-right:1.25em}.ligneShop.sort .simpleInput input{text-align:start}.ligneShop.sort .enseigneBtn{height:-webkit-fit-content;height:fit-content;width:-webkit-fit-content;width:fit-content}.ligneShop.sort .enseigneBtn.disabled{opacity:.3}.ligneShop:not(.sort)>div:first-child button{height:15px;width:15px}.ligneShop.sort>div:first-child{display:flex;gap:1em;justify-content:start}.ligneShop>div:nth-child(3) button:first-child{margin-left:35px}.ligneShop .shopName{align-items:center;display:flex;font-size:20px;font-weight:600;gap:1em;justify-content:center;margin:auto 0}.ligneShop .shopName img,.ligneShop.sort img{height:25px}.ligneShop .chiffreAffaires td{text-align:center;width:120px}.ligneShop th{color:var(--main-color);font-weight:400}.ligneShop .caEx{font-size:20px;font-weight:600;margin-left:auto}.ligneShop .ca30{font-size:18px;font-weight:500;margin-left:auto}.ligneShop .ca7{font-size:16px;margin-left:auto}.ligneShop .ca{font-size:14px;margin-left:auto}.ligneShop .N-1{opacity:.7}.ligneShop .timestamp{bottom:5px;color:var(--main-color);font-size:12px;position:absolute;right:5px}.detailShop.all{display:grid;grid-template-columns:repeat(3,1fr)}.detailShop.all>div:first-child{grid-column:1/4}.detailShop{margin:1em;padding:.5em}.detailShop>.oneColumn{display:none}.detailShop>.Block:first-child{margin-bottom:1em}@media screen and (max-width:780px){.ligneShop{margin:.5em}.ligneShop .N-1,.ligneShop thead{display:none}.ligneShop table,.ligneShop tbody,.ligneShop td{display:flex;flex-direction:column}.ligneShop .dot{visibility:hidden}.detailShop{margin:0;padding:.5em}.detailShop .oneColumn{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:1fr;margin:.5em 0}.detailShop .Block{margin-left:0;margin-right:0;width:100%}.detailShop>:not(.oneColumn):not(:first-child){display:none}}.LigneGrillePrix td{cursor:pointer;padding:.3em .7em;text-align:start!important}.LigneGrillePrix.selected,.LigneGrillePrix:hover{opacity:.5}.formGrillePrix{display:flex;flex-direction:column}.formGrillePrix input{width:50px}.formGrillePrix .standardButton{margin:1em auto}.lignePrix td:nth-child(2) div{text-align:center}.lignePrix td:nth-child(2)>div{align-items:center;display:inline-flex;justify-content:center}.editGrillePrix .buttons{display:flex;justify-content:center;padding-bottom:2em}.editGrillePrix .buttons>button{margin:0 1em}.GestionTarifsLocation .listeProduits .select{display:none}@media screen and (max-width:640px){.GestionTarifsLocation .listeProduits .select{display:block}.GestionTarifsLocation .listeProduits table{display:none}}.AideConsultation .buttonsContainer{display:flex;justify-content:center;margin:.5em 0}.AideConsultation .buttonsContainer button.selected{opacity:.5}.AideConsultation .buttonsContainer svg{color:var(--main-color);height:20px;width:20px}.AideConsultation .chartContainer{max-height:600px;overflow-x:hidden;overflow-y:auto;padding:0 .25em}.ConnectionStatus>div:nth-child(2){border-bottom:1px solid var(--text-color-light);margin-bottom:2em;padding-bottom:2em}.ConnectionStatus img{height:25px;margin-right:1em}.ConnectionStatus .connection{align-items:center;display:flex;font-size:18px;line-height:25px;margin-bottom:.3em;vertical-align:center}.ConnectionStatus .connection>span:last-child{margin-left:auto}.ConnectionStatus .errors{color:var(--error-color);display:flex;justify-content:space-between;padding-left:calc(25px + 1em)}.UserLoginFailed tr svg,.UserLoginFailed tr.locked{color:var(--error-color)}.UserLoginFailed tr svg{height:16px;width:16px}.Admin:has(>.User){height:100vh}.Supervisor .form{grid-template-columns:repeat(6,1fr)}.User .form .id{grid-column:1/1}.User .form .role{grid-column:2/4}.User .form .username{grid-column:1/3}.User .form .theme{grid-column:3/5}.User .form .email{grid-column:1/4}.User .form .codeCaisse{grid-column:5/7}.User .form .magasin,.User .form .password{grid-column:1/5}.User .form .check{align-items:center;display:flex;height:50px}.User .form .check>svg{color:var(--success-color);width:25px}.User .SupervisorShopStats>div{overflow-y:auto}.User .SupervisorShopStats thead{position:-webkit-sticky;position:sticky;top:0;z-index:5}.Shop .form .id{grid-column:1/2}.Shop .form .name{grid-column:1/4}.Shop .form .idBase{grid-column:1/5}.Shop .form .numeroMagasin{grid-column:5/7}.Shop .form .idLot{grid-column:1/4}.Shop .form .idEnseigne{grid-column:4/7}.Admin:has(>.Lot){height:100vh}.Lot .form .id{grid-column:1/3}.Lot .form .name{grid-column:1/8}.Lot .form .alert{grid-column:1/11}.Lot .ShopList>div{overflow-y:auto}.Lot .ShopList thead{position:-webkit-sticky;position:sticky;top:0;z-index:5}.Settings .theme>div{display:flex}.Settings .themePicker{border-radius:10px;box-shadow:var(--button-shadow);cursor:pointer;height:35px;margin:0 1.5em;width:35px}.Settings .themePicker:hover{opacity:.5}.Settings .themePicker.selected{border:2px solid var(--text-color)}.AideConsultationDetail{grid-template-columns:repeat(2,1fr);grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr}.AideConsultationDetail .AideConsultationChartBlock>div:first-child{display:flex;gap:1em;justify-content:center;margin:.5em 0}.AideConsultationDetail .AideConsultationChartBlock button.selected{opacity:.5}.AideConsultationDetail .AideConsultationChartBlock button svg{color:var(--text-color);height:20px;width:20px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--background-color:rgba(222,233,245,.384);--bg-overlay:#ffffff81;--title-color:#44586d;--title-color-2:#52677e;--text-color:#546e88;--text-color-light:#95b2cf;--no-allotement:#6b7280;--allotement-surbooking:#ac2e2e;--allotement-red:#ef4444;--allotement-orange:#f97316;--allotement-yellow:#eab308;--allotement-green:#22c55e;--error-color:#ec2247;--error-bg-color:#f5aeae;--warning-color:#df8908;--warning-bg-color:#fae698;--info-color:#00529b;--info-bg-color:#bde5f8;--success-color:#7cb93a;--success-bg-color:#d0f58f;--statistiques-bg-color:#4cbad21c;--swiper-navigation-size:15px;--disabled-color:#b4cae0;--block-shadow:#11111a1a 0px 4px 16px,#11111a0d 0px 8px 32px;--button-shadow:#32325d40 0px 13px 27px -5px,#0000004d 0px 8px 16px -8px;--button-shadow-2:#0000001a 0px 10px 15px -3px,#0000000d 0px 4px 6px -2px;--font:"Montserrat",sans-serif;--swiper-navigation-size:44px;--swiper-navigation-top-offset:50%;--swiper-navigation-sides-offset:10px;--swiper-navigation-color:var(--swiper-theme-color)}body *{box-sizing:border-box}body,html{font-family:Montserrat,sans-serif;font-family:var(--font);font-size:16px;min-height:100vh}button{background-color:initial;border:none;font-size:inherit}a:not(:disabled),button:not(:disabled){cursor:pointer}a:not(:disabled):hover,button:not(:disabled):hover{opacity:.5}button:disabled{background-color:#b4cae0;background-color:var(--disabled-color);cursor:not-allowed}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}a{text-decoration:none}h1{font-size:30px}h1 svg{height:30px;width:30px}h2{font-size:24px;padding-bottom:.2em}h2 svg{height:30px;width:30px}iframe{border:none}.flex{display:flex}.clickable{cursor:pointer}.clickable:hover{opacity:.7}#root{height:100%}.container{background-color:rgba(222,233,245,.384);background-color:var(--background-color);min-height:100vh;position:relative}.Admin>div:nth-child(2),.container>:not(.errorContainer):not(.Home){grid-column-gap:1em;grid-row-gap:1em;display:grid;grid-auto-rows:auto;min-height:100vh;padding:1em;width:100%}@media screen and (max-width:640px){h1{font-size:23px}h1 svg{height:23px;width:23px}h2{font-size:18px}h2 svg{height:20px;width:20px}.container>:not(.errorContainer){grid-column-gap:.5em;grid-row-gap:.5em;padding:.5em}}.overlay{align-items:center;background-color:#ffffff81;background-color:var(--bg-overlay);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:10}.Rappel,.RetoursAnticipes{grid-template-columns:1fr 4fr;grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr}@media screen and (max-width:640px){.Rappel,.RetoursAnticipes{grid-template-columns:1fr;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}}.EntreeStock,.Planning,.Settings,.SupervisorStatistiques{grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr}.Planning .Block iframe{overflow:visible}.ShopStatistiques{grid-template-columns:1fr;grid-template-rows:-webkit-max-content -webkit-max-content;grid-template-rows:max-content max-content}.ShopStatistiques .Block{padding:.5em}.Allotements,.GestionTarifsLocation,.ReductionAllotement{grid-template-columns:3fr 7fr;grid-template-rows:-webkit-max-content 1fr;grid-template-rows:max-content 1fr}@media screen and (max-width:640px){.Allotements,.GestionTarifsLocation,.ReductionAllotement{grid-template-columns:1fr;grid-template-rows:-webkit-max-content -webkit-max-content 1fr;grid-template-rows:max-content max-content 1fr}}.EntreeStock .ButtonList{margin-top:2em}
/*# sourceMappingURL=main.8d4802f1.css.map*/