.Tab{margin-right:-15px;padding:0 10px;position:relative;overflow:hidden}.Tab .Tab-content{cursor:pointer;text-align:center;background:var(--button-color);color:var(--button-text);border-radius:10px 10px 0 0;align-items:center;min-width:30px;height:100%;padding:15px 20px;font-size:20px;font-weight:700;display:flex;position:relative}.Tab .Tab-notif{background:var(--notified);border-radius:50%;width:10px;height:10px;position:absolute;top:5px;right:15px}@media screen and (max-width:1300px){.Tab .Tab-content{padding:10px;font-size:16px}.Tab .Tab-notif{width:5px;height:5px}}.Tab .Tab-content>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Tab:hover{flex-shrink:0}.Tab:hover .Tab-content>div{text-overflow:none;overflow:visible}.Tab:after,.Tab:before{content:"";z-index:0;border:10px solid var(--button-color);background-color:#0000;border-top:none;border-left:none;border-radius:0 0 20px;width:10px;height:10px;position:absolute;bottom:-10px;left:0}.Tab:after{border:10px solid var(--button-color);border-top:none;border-radius:0 0 0 20px;left:auto;right:-10px}.Tab.active{z-index:3}.Tab.active .Tab-content{background:var(--tab-content-background);color:#000;cursor:default}.Tab.active:before,.Tab.active:after{border-color:var(--tab-content-background)}.Tab.horizontal{margin-top:-10px;margin-right:0;padding:10px 0 10px 20px}.Tab.horizontal.active{padding-left:0}.Tab.horizontal.active .Tab-content{padding-left:40px}.Tab.horizontal .Tab-content{border-radius:10px}.Tab.horizontal.active .Tab-content{border-radius:0 10px 10px 0}.Tab.horizontal:after,.Tab.horizontal:before{display:none}.Tab.horizontal.active:after,.Tab.horizontal.active:before{z-index:5;border:10px solid var(--tab-content-background);background-color:#0000;border-top:none;border-right:none;border-radius:0 0 0 20px;width:10px;height:10px;display:block;top:0;left:-10px}.Tab.horizontal.active:after{border:10px solid var(--tab-content-background);border-bottom:none;border-right:none;border-radius:20px 0 0;top:auto;bottom:0}.Tab.horizontal .Tab-notif{top:50%;right:30px;transform:translateY(-50%)}.Notif{--bg-color:var(--notified);background:var(--bg-color);color:#fff;border-radius:99px;justify-content:center;align-items:center;width:30px;height:30px;padding:0 10px;font-size:12px;display:flex;position:absolute;top:0;right:0;transform:translate(0%)translateY(-50%)}.ERROR .Notif{--bg-color:var(--error)}.WARNING .Notif{--bg-color:var(--warning-light)}.NEUTRAL .Notif{--bg-color:var(--neutral-light)}.SUCCESS .Notif{--bg-color:var(--success-light)}.NOTIFIED .Notif{--bg-color:var(--notified)}.NEW .Notif{--bg-color:var(--new)}.Notif.empty{width:20px;height:20px}.Card{--bg-color:#fff;--color:var(--neutral-dark);background:var(--bg-color);color:var(--color);fill:var(--color);border-radius:40px;flex-direction:column;gap:10px;padding:25px;display:flex;position:relative}.Card.clickable{cursor:pointer}.Card.ERROR{--bg-color:var(--error-light);--color:var(--error);box-shadow:0px 0px 0px 3px var(--error)}.Card.WARNING{--bg-color:var(--warning-light)}.Card.NEUTRAL{--bg-color:var(--tab-content-background);--color:var(--neutral)}.Card.SUCCESS{--bg-color:var(--success-light)}.Card.NOTIFIED{--bg-color:var(--notified);--color:#fff}.Card.NEW{box-shadow:0px 0px 0px 3px var(--new)}.Card .Card-content{flex-direction:column;flex-grow:1;justify-content:space-between;display:flex}.Card.horizontal .Card-content{flex-direction:row;align-items:center;gap:20px}.Card.horizontal .Card-content div:nth-child(2){flex-grow:1}.Card.inactive{background:var(--neutral-light)}.Card.notified{background:var(--notified);color:#fff;fill:#fff}.Card.notified .Card-title{color:#fff}.ConsumptionBar .progressbar{background:#eee;border:2px solid #000;border-radius:999px;width:100%;min-width:150px;height:20px;display:flex;overflow:hidden}.ConsumptionBar .legend{background:#eee;border-radius:20px;flex-direction:column;gap:10px;margin-top:20px;padding:20px 10px;display:flex}.ConsumptionBar .legend>*{align-items:center;display:flex}.ConsumptionBar .legend-bubble{border-radius:50%;min-width:20px;max-width:20px;min-height:20px;max-height:20px;margin-right:10px;display:inline-block}.Info{color:var(--color);text-align:left;white-space:pre-wrap;background:#000;background:var(--bg-color);border-radius:2em;align-items:center;gap:10px;width:100%;margin:10px 0;padding:.6em;display:flex;position:relative}.Info:before{content:"i";--size:30px;width:var(--size);height:var(--size);background:var(--color);color:var(--bg-color);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-weight:700;display:flex;left:5px}.Info.small{padding:5px;font-size:.8em}.Info.small:before{--size:20px}.Info.big{padding:15px;font-size:1.3em}.Info.big:before{--size:35px}.Info.collapsible{cursor:pointer}.Info.collapsed>div{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.Info.error{--color:var(--error-dark);--bg-color:var(--error-light)}.Info.warning{--color:var(--warning-dark);--bg-color:var(--warning-light)}.Info.neutral{--color:var(--neutral-light);--bg-color:var(--neutral-dark)}.Info.success{--color:var(--success-dark);--bg-color:var(--success-light)}.Info.notified{--color:var(--notified-dark);--bg-color:var(--notified-light)}.Info.new{--color:var(--new-dark);--bg-color:var(--new-light)}.Info span{justify-content:center;align-items:center;display:flex}.IdBubble{--size:40px;--color:#000;--bg-color:#fff;--border-color:var(--neutral);border:3px solid var(--border-color);background:var(--bg-color);color:var(--color);min-width:var(--size);height:var(--size);border-radius:999px;flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;padding:0 5px;font-size:.85em;display:flex}.IdBubble.small{--size:30px;border-width:2px;font-size:.7em}.IdBubble.ERROR{--bg-color:var(--error-light);--color:var(--error-dark);--border-color:var(--error)}.IdBubble.NOTIFIED{--border-color:var(--notified);--bg-color:var(--notified-light);--color:var(--notified)}.IdBubble.NEW{border-color:var(--notified-light)}.ListElement{--bg-color:var(--tab-content-background);--color:#000;background:var(--bg-color);color:var(--color);border-radius:999px;justify-content:flex-start;align-items:center;min-height:40px;margin:2px 2px 10px;padding:0;display:flex;overflow:hidden;box-shadow:2px 2px 3px #00000026}.ListElement.clickable{cursor:pointer}.ListElement .ListElement-content{white-space:nowrap;flex-grow:1;justify-content:space-between;align-items:center;gap:10px;padding:5px 20px;display:flex;overflow:hidden}.ListElement .ListElement-content .name{text-overflow:ellipsis;min-width:100px;font-weight:700;overflow:hidden}.ListElement.ERROR{--bg-color:var(--error-light);--color:var(--error-dark)}.ListElement.WARNING{--bg-color:var(--warning-light)}.ListElement.NEUTRAL{--bg-color:#fff}.ListElement.SUCCESS{--bg-color:var(--success-light)}.ListElement.NOTIFIED{--bg-color:var(--notified);--color:#fff}.ListElement.NEW{box-shadow:2px 2px 3px #00000026,0 0 0 2px var(--notified);--bg-color:#fff}.ListElement.alert{box-shadow:2px 2px 3px #00000026,0 0 0 1px var(--error);background:var(--error-light);color:var(--error-dark);font-weight:700}.ListElement.alert .ListElement-content:after{content:"";--size:0px;width:var(--size);height:var(--size);border-style:solid;border-width:0 7.5px 12px;border-color:transparent transparent var(--error)transparent;flex-shrink:0;transform:rotate(0)}.ListElement.notified{background:var(--notified);color:#fff}.ListPage{height:100%;display:flex;overflow:hidden}.ListPage .list-col{flex-direction:column;min-width:300px;max-width:30%;margin-right:20px;padding:20px;display:flex;overflow-y:auto}.ListPage .ListPage-listelem{position:relative}.ListPage .ListPage-listelem svg{width:20px;height:20px;position:absolute;top:50%;left:0;transform:translate(-50%)translateY(-14px)rotate(90deg)}.ListPage .ListPage-details{border-radius:30px;flex-direction:column;flex-grow:1;gap:20px;padding:0 10px 0 0;display:flex;overflow-y:auto}.MoneyValue{white-space:nowrap}.NumberSlider{text-align:center}.NumberSlider .buttons{justify-content:center;align-items:center;display:flex}.NumberSlider .buttons>div{margin:0 10px;font-size:18pt}.NumberSlider>.NumberSlider-value{font-size:20pt;font-weight:700}.NumberSlider>.NumberSlider-value.modified{color:var(--notified)}.highlighted .NumberSlider>.NumberSlider-value.modified,.purple .NumberSlider>.NumberSlider-value.modified{color:#fff}.NumberSlider>.NumberSlider-input-ctnr{flex-direction:column;justify-content:center;align-items:center;gap:10px;display:flex;position:relative}.NumberSlider .NumberSlider-input-ctnr-btns{justify-content:center;align-items:center;gap:10px;display:flex}.NumberSlider-input-ctnr .forbiddenZone{pointer-events:none;border-radius:99px;width:100%;max-width:400px;height:14px;position:absolute;top:15px;overflow:hidden}.NumberSlider-input-ctnr .forbiddenZone-barre{background:var(--notified);width:100%;height:100%}.NOTIFIED .NumberSlider-input-ctnr .forbiddenZone-barre,.highlighted .NumberSlider-input-ctnr .forbiddenZone-barre{background:#fff}.NumberSlider-input-range{-webkit-appearance:none;background:0 0;width:100%;min-width:50px;max-width:400px;height:40px}.NumberSlider-input-range:focus{outline:none}.NumberSlider-input-range::-webkit-slider-runnable-track{cursor:pointer;background:#adadad;border-radius:999px;width:100%;height:14px;box-shadow:inset 3px 3px 6px #00000026}.NumberSlider-input-range::-webkit-slider-thumb{background:var(--notified);cursor:pointer;-webkit-appearance:none;border:2px solid #fff;border-radius:50px;width:10px;height:30px;margin-top:-9px;box-shadow:1px 1px 2px #0007}.NumberSlider-input-range:focus::-webkit-slider-runnable-track{background:#adadad}.NumberSlider-input-range::-moz-range-track{cursor:pointer;background:#adadad;border:0 solid #000;border-radius:50px;width:100%;height:14px;box-shadow:inset 3px 3px 6px #00000026}.NumberSlider-input-range::-moz-range-thumb{background:var(--notified);cursor:pointer;border:2px solid #fff;border-radius:50px;width:8px;height:30px;box-shadow:1px 1px 2px #0007}.NumberSlider-input-range::-ms-track{cursor:pointer;color:#0000;background:0 0;border-color:#0000;width:100%;height:14px}.NumberSlider-input-range::-ms-fill-lower{background:#a9a9a9;border:0 solid #000;border-radius:100px;box-shadow:3px 3px 6px #00000026}.NumberSlider-input-range::-ms-fill-upper{background:#a9a9a9;border:0 solid #000;border-radius:100px;box-shadow:3px 3px 6px #00000026}.NumberSlider-input-range::-ms-thumb{background:var(--notified);cursor:pointer;border:2px solid #fff;border-radius:50px;width:10px;height:30px;margin-top:1px;box-shadow:3px 3px 6px #00000026}.NumberSlider-input-range:focus::-ms-fill-lower{background:#a9a9a9}.NumberSlider-input-range:focus::-ms-fill-upper{background:#a9a9a9}.EquipmentsTab{height:100%;padding:40px}.Game-tabcontent>*{overflow-y:auto}.HorairesTab{flex-direction:column;height:100%;padding:40px;display:flex}.HorairesTab .HorairesTab-content{gap:20px;margin:auto;display:flex}.HorairesTab .HorairesTab-content .Card{justify-content:flex-start;min-width:300px}.HorairesTab .HorairesTab-content .Card .Card-content{justify-content:flex-start}.HorairesTab-content label{-webkit-user-select:none;user-select:none;align-items:center;gap:10px;margin-bottom:10px;font-weight:700;display:flex}.HorairesTab-content input{width:25px;height:25px}.LocationTab{height:100%;display:flex;position:relative}.LocationTab .Location-map{z-index:1;flex-direction:column;flex-grow:1;justify-content:center;align-items:center;display:flex;position:relative}.LocationTab:after{content:"";opacity:.85;background:url(../../static/image/background_oniris.6b62857a.png) 0 0/cover;position:absolute;top:0;bottom:0;left:0;right:0}.LocationTab:before{content:"";background:#000;position:absolute;top:0;bottom:0;left:0;right:0}.LocationTab .district button.visible{border:3px dashed var(--notified)}.LocationTab .district button.selected{background:var(--notified);color:#fff}.LocationTab .Location-sidebar{z-index:1;background:#fff;border-radius:0 30px 30px 0;flex-direction:column;justify-content:space-between;min-width:350px;max-width:350px;padding:30px;display:flex;position:relative;overflow-y:auto}.LocationTab .Location-sidebar .Location-sidebar-helper{text-align:center;font-size:18pt;font-weight:700}.LocationTab .Location-sidebar .Location-sidebar-helper strong{color:#ccc;font-size:160pt;line-height:150pt;display:block}.LocationTab .Location-sidebar.selected{background:var(--notified);color:#fff}.LocationTab .Location-sidebar-value{text-align:center;margin:20px 0;font-size:10pt}.LocationTab .Location-sidebar-value strong{font-size:20pt;display:block}.LocationTab .Location-sidebar-value.small{margin:5px 0}.LocationTab .Location-sidebar-value.small strong{font-size:14pt}.LocationTab .Location-sidebar-value .highlighted{color:var(--notified)}.LocationTab .Location-sidebar-value i{margin-right:5px}.Location-parking-form{text-align:center;border:4px solid var(--notified);border-radius:20px;padding:20px}.Location-parking-form.selected{background:var(--notified);color:#fff}.Location-parking-form>div{justify-content:space-between;align-items:center;gap:10px;font-size:10pt;display:flex}.Location-parking-form .costs{margin:10px 0}.Location-parking-form .costs .Location-sidebar-value{color:#000;background:#f2f2f2;border-radius:10px;padding:10px}.Location-parking-form label{cursor:pointer;align-items:center;gap:5px;display:flex}.Location-parking-form input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:0 0;border:2px solid #000;border-radius:50%;width:20px;height:20px;margin:0;transform:translate(0,0)}.Location-parking-form input[type=radio]:checked{background:#000;box-shadow:inset 0 0 0 3px #fff,0 0 1px #0000006b}.Location-parking-form input[type=radio]:checked:disabled{box-shadow:inset 0 0 0px 3px var(--notified);background:#fff}.DistrictButton{text-align:center;font-weight:700;position:absolute}.DistrictButton .DistrictButton-name{color:#fff;font-size:20pt}.DistrictButton .DistrictButton-circle{cursor:pointer;background:#fff;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:7vw;height:7vw;margin:0 auto 10px;display:flex}.DistrictButton.selected .DistrictButton-circle{border:5px solid var(--notified)}.DistrictButton.active .DistrictButton-circle{background:var(--notified);color:#fff}.DistrictButton .DistrictButton-circle i{color:var(--notified)}.DistrictButton.active .DistrictButton-circle i{color:#fff}.DistrictButton:first-child{top:7%;left:7%}.DistrictButton:nth-child(2){top:10%;left:80%}.DistrictButton:nth-child(3){top:75%;left:5%}.DistrictButton:nth-child(4){bottom:8%;left:85%}.DistrictButton:nth-child(5){top:30%;left:57%}.DistrictButton:nth-child(6){top:65%;left:40%}.DistrictButton:nth-child(7){top:35%;left:20%}.DistrictButton:nth-child(8){top:40%;left:75%}.DistrictButton:nth-child(9){top:62%;left:65%}.DistrictButton:nth-child(10){top:50%;left:3%}.DistrictButton:nth-child(11){top:3%;left:44%}.DistrictButton:nth-child(12){bottom:3%;left:52%}.DistrictButton:nth-child(13){top:50%;left:50%}.InlineSvg{width:inherit!important;height:inherit!important}.InlineSvg svg{fill:inherit!important;stroke:inherit!important;width:inherit!important;height:inherit!important}.InlineSvg svg path{fill:inherit!important;stroke:inherit!important}.Progressbar{background:var(--neutral);--bg-color:var(--neutral-dark);border:2px solid #000;border-radius:99px;flex-grow:1;min-width:0;height:15px;font-weight:700}.Progressbar .Progressbar-bar{background:var(--bg-color);border-radius:99px 0 0 99px;justify-content:flex-end;height:100%;display:flex;position:relative}.Progressbar .Progressbar-cursor{background:#fff;border-radius:5px;width:2px;position:absolute;top:-3px;bottom:-3px;transform:translate(-50%);box-shadow:0 0 0 2px #000}.Progressbar.error{--bg-color:var(--error)}.Progressbar.warning{--bg-color:var(--warning)}.Progressbar.success{--bg-color:var(--success)}.Progressbar.circular{--angle:5deg;background:conic-gradient(var(--bg-color)var(--angle),var(--neutral)var(--angle));border-radius:50%;flex-grow:0;flex-shrink:0;width:80px;height:80px;padding:15px;display:flex;position:relative}.Progressbar.circular .Progressbar-overlay{text-align:center;background:#fff;border:2px solid #000;border-radius:50%;justify-content:center;align-items:center;width:100%;height:100%;margin:auto;display:flex;position:relative}.Progressbar.circular .Progressbar-cursor{transform-origin:50% 40px;z-index:5;height:20px;transform:translateX(-50%)rotate(var(--angle));top:-2px;left:50%}.Popup-overlay{z-index:3;background:#00000040;position:absolute;top:0;bottom:0;left:0;right:0}.Popup{background:var(--tab-content-background);border-radius:20px;flex-direction:column;display:flex;position:absolute;top:40px;bottom:40px;left:40px;right:40px;overflow:hidden}.Popup .Popup-close{color:#fff;z-index:3;cursor:pointer;background:#000;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:20pt;display:flex;position:absolute;top:20px;right:20px}.Popup .Popup-close:hover{background:var(--neutral)}.Popup .spacer{flex-grow:1}.Popup .Popup-title{text-align:center;z-index:1;background:#fff;padding:30px;font-size:20pt;font-weight:700;position:relative;box-shadow:0 5px 10px #00000026}.Popup .Popup-content{flex-grow:1;gap:20px;margin:0 30px;padding:30px;overflow:hidden auto}.Popup .Popup-bottom{background:#fff;padding:20px;position:relative;box-shadow:0 -5px 10px #00000026}.Popup .Popup-bottom>*{text-align:center}.Popup .Popup-bottom h3{margin:10px 0;font-size:20pt}.Popup .Popup-bottom h4{margin:0 0 20px;font-size:10pt}.Popup .Popup-bottom p{color:#aaa;margin:5px 0}.Popup .highlighted{color:#fff;text-align:center;background:var(--notified)!important}.Popup .highlighted p{color:#fff}.toDeactivate .Popup-title,.toDeactivate .Popup-bottom{color:#fff;background:red}.PrestationPopup-header{flex-direction:column;justify-content:center;align-items:center;gap:1em;padding:0 160px;display:flex;position:relative}.PrestationPopup_deactivate-btn{font-size:1rem;position:absolute;left:0}.PrestationPopup .Popup-content{padding-bottom:0;overflow:hidden}.PrestationPopup .Popup-content .cols{height:100%}.PrestationPopup .Popup-content .cols .col{flex-direction:column;gap:20px;height:100%;margin-right:-10px;padding-right:10px;display:flex;overflow-y:auto}.PrestationPopup .presta-duration{border:2px solid #000;border-radius:99px;align-self:flex-start;display:inline-flex}.PrestationPopup .presta-duration>*{color:#fff;background:#999;border-right:2px solid #000;padding:10px}.PrestationPopup .presta-duration>:last-child{border:none;border-radius:0 99px 99px 0}.PrestationPopup .presta-duration>:first-child{border-radius:99px 0 0 99px}.PrestationPopup .presta-duration .h{color:#000;background:#fff;font-weight:700;position:relative}.PrestationPopup .presta-duration .h:after{content:"";border:7px solid #0000;border-top-width:0;border-bottom:14px solid #000;width:0;height:0;position:absolute;bottom:0;left:50%;transform:translate(-50%)translateY(50%)}.PrestationPopup .presta-honored{align-items:center;gap:20px;display:flex}.PrestationPopup .equipment-qty{min-width:20px;max-width:20px}.PrestationPopup .equipment-consumption{min-width:45%;max-width:45%}.PrestationPopup .activation-presta-cost{flex-direction:column;justify-content:center;align-items:center;display:flex}.PrestationPopup .vet-formations{align-items:center;gap:5px;display:flex}.PrestationsTab{padding:0 20px}.PrestationsTab .prestation-category{margin:0 auto 50px}.PrestationsTab h3{text-align:center;font-size:30px}.PrestationsTab .prestation-category-cardslist{grid-template-columns:repeat(8,1fr);gap:20px;display:grid}.presta-card{box-shadow:0 0 10px 1px #85af948f}@media screen and (max-width:2300px){.PrestationsTab .prestation-category-cardslist{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width:2100px){.PrestationsTab .prestation-category-cardslist{grid-template-columns:repeat(5,1fr)}}@media screen and (max-width:1700px){.PrestationsTab .prestation-category-cardslist{grid-template-columns:repeat(4,1fr)}}@media screen and (max-width:1500px){.PrestationsTab .prestation-category-cardslist{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:800px){.PrestationsTab .prestation-category-cardslist{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:700px){.PrestationsTab .prestation-category-cardslist{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:500px){.PrestationsTab .prestation-category-cardslist{grid-template-columns:repeat(1,1fr)}}.PrestationsTab ul{background:#ddd;border-radius:10px;margin-bottom:20px;padding:10px 20px;list-style-position:inside}.PrestationsTab .presta-card-icon{text-align:center;height:40px;margin-bottom:10px}.PrestationsTab .presta-card-title{text-align:center;margin-bottom:20px;font-weight:700}.PrestationsTab .presta-card-state{text-align:center;color:inherit;font-size:.8em}.PrestationsTab .presta-card-ratio{text-align:center;margin-top:5px;font-size:12px}.PrestationsTab .presta-card-warning{clip-path:polygon(50% 0%,0% 100%,100% 100%);background:var(--warning);width:35px;height:30px;color:var(--warning-light);justify-content:center;align-items:center;padding-top:6px;font-size:20px;font-weight:700;display:flex;position:absolute;bottom:0;right:0;transform:translate(0%)translateY(40%)}.StrategyPage{text-align:center;width:100%;max-width:1000px;margin-bottom:30px}.StrategyPage .StrategyPage-content-header{justify-content:space-between;display:flex}.StrategyPage .StrategyPage-title{text-align:center;width:100%}.StrategyPage .StrategyPage-description{white-space:pre-wrap;text-align:justify}.StrategyPage .StrategyPage-state{text-align:center;flex-direction:column;justify-content:center;margin-top:30px;display:flex}.StrategyPage .StrategyPage-state .encarts{justify-content:center;gap:10px;display:flex}.StrategyPage .StrategyPage-state .encart{color:#000;background:#f5f7f6;border-radius:8px;margin-bottom:10px;padding:10px 40px;font-size:30px;font-weight:700}.StrategyPage .StrategyPage-state button{min-width:150px;margin:auto}.StrategyPage .StrategyPage-state p{color:#aaa;margin:0;font-size:16px}.StrategyPage .StrategyPage-state h3{margin:0}.StrategyPage .StrategyPage-prerequisite{background:#f2f2f2;border:2px solid #000;border-radius:10px;padding:5px 5px 0}.strategy-tab{flex-direction:column;align-items:center;width:100%;padding:30px;display:flex;overflow-y:auto}.strategy-actions{width:100%;max-width:1000px}.StrategyPrerequisite{color:#000;background:#f2f2f2;border:2px solid #000;border-radius:10px;margin-bottom:10px;padding:5px;display:flex}.StrategyPrerequisite-block.error{color:var(--error)}.StrategyPrerequisite-block.success{color:var(--success)}.StrategyPrerequisite-block .StrategyPrerequisite-cols{display:flex}.StrategyPrerequisite-block .StrategyPrerequisite-col:first-child{border-right:1px solid #000}.StrategyPrerequisite-block .StrategyPrerequisite-col{text-align:center;padding:0 10px 5px}.StrategyPrerequisite-block .StrategyPrerequisite-title{text-align:center;margin-bottom:5px;font-weight:700}.StrategyPrerequisite-block .StrategyPrerequisite-num{font-size:20pt;font-weight:700}.StrategyPrerequisite-block .StrategyPrerequisite-text{white-space:nowrap;font-size:10pt}.StrategySlider{--bg-color:#0001;background:var(--bg-color);--size:50px;--height:calc(var(--size) + 30px);width:80%;max-width:550px;height:var(--height);justify-content:space-evenly;align-items:center;margin:40px auto;padding:0 40px;display:flex;position:relative}.StrategySlider.mini{--height:calc(var(--size) + 10px);--size:20px;gap:20px;width:auto;max-width:none;margin:0 auto;padding:0 20px}.StrategySlider.mini .StrategySlider-dot{border:none}.StrategySlider .StrategySlider-arrowtail{aspect-ratio:1;height:100%;position:absolute;left:0;transform:translate(-50%)}.StrategySlider .StrategySlider-arrowtail:before,.StrategySlider .StrategySlider-arrowtail:after{content:"";--triangle-size:calc(var(--height)/2);border-style:solid;border-width:0 var(--triangle-size)var(--triangle-size)0;border-color:transparent var(--bg-color)transparent transparent;width:0;height:0;position:absolute;top:0;left:0}.StrategySlider .StrategySlider-arrowtail:after{border-width:0 0 var(--triangle-size)var(--triangle-size);border-color:transparent transparent var(--bg-color)transparent;top:auto;bottom:0}.StrategySlider .StrategySlider-arrowtip{width:var(--height);height:var(--height);--triangle-size:calc(var(--height)/2);border-style:solid;border-width:var(--triangle-size)0 var(--triangle-size)var(--triangle-size);border-color:transparent transparent transparent var(--bg-color);position:absolute;top:0;left:100%}.StrategySlider-dot{width:var(--size);height:var(--size);cursor:pointer;background:#fff;border:3px solid #aaa;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.StrategySlider-dot.locked{color:#aaa}.StrategySlider-dot.locked i{font-size:13px}.StrategySlider-dot.notified{border-color:var(--notified);background:var(--notified)}.StrategySlider-dot.selected{color:#fff;background:#000}.StrategySlider-dot.active:after{content:"";background:#000;border-radius:50%;width:5px;height:5px}.StrategySlider-dot.selected:after{background:#fff}.StrategySlider-trait{border-top:3px solid #aaa;flex-grow:1;height:0}.StrategySlider-tooltip{color:#000;white-space:nowrap;margin-bottom:10px;position:absolute;bottom:100%;left:50%;transform:translate(-50%)}.StocksTab .StocksTab-strategies{justify-content:center;align-items:center;gap:20px;padding:40px;display:flex}.StocksTab .StocksTab-strategies button.selected{background:#aaa}.StocksTab .StocksTab-description{white-space:pre-wrap;padding:30px}.StocksTab .StocksTab-description .StocksTab-description-bottom{text-align:center;margin-top:40px}.StocksTab .StocksTab-description .purple{background:var(--notified);color:#fff;padding:30px}.GameDebug .Game-tabcontent{padding:10px}.GameDebug table{width:100%}.GameDebug tr.total{background:#90ee90;font-weight:700}.GameDebug span{border-radius:5px;margin-left:5px;padding:2px;font-size:.8em}.GameDebug .legende{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.GameDebug span.presta-realisee{background:#90ee90;font-size:1em;font-weight:700}.GameDebug span.prestafermee{background:pink}.GameDebug span.equipment{color:#fff;background:purple}.GameDebug span.vet_not_available{color:#fff;background:teal}.GameDebug span.no_vet{background:coral}.GameDebug span.no_support{background:#daa520}.AttractivityChart{height:350px;margin:50px 0}.ScoresDebug .scores-table{border-collapse:collapse}.ScoresDebug .scores-table th,.ScoresDebug .scores-table td{border:1px solid #000}.EmployeeTable{border-collapse:collapse;width:100%}.EmployeeTable th,.EmployeeTable td{text-align:center;padding:5px}.EmployeeTable thead tr{color:#999;font-size:10pt}.EmployeeTable tbody tr:not(.spacer){background:#fff;border-radius:10px;margin-bottom:10px;padding:10px;position:relative;box-shadow:0 0 0 1px #0000001a,3px 4px 5px #0003}.EmployeeTable tbody tr:not(.spacer) td:first-child{border-radius:10px 0 0 10px}.EmployeeTable tbody tr:not(.spacer) td:last-child{border-radius:0 10px 10px 0}.EmployeeTable tbody tr.highlighted td{background:var(--notified);color:#fff}.EmployeeTable.clickable tbody tr:not(.spacer):hover{outline:auto;outline-color:var(--notified);cursor:pointer}.EmployeeTable td.formation-cell>div{justify-content:center;gap:10px;display:flex}.EmployeeTable td.formation-cell div.vet-formation{color:#000;background:#fff;border:5px solid #ccc;border-radius:50%;justify-content:center;align-items:center;min-width:40px;max-width:40px;min-height:40px;max-height:40px;display:flex}* .EmployeeTable .employee-occupation-progressbar{--bg-color:lightblue}.EmployeeTable tr.spacer{height:15px}.VetsTab{padding:20px}.VetPopup .vet-consobar-bottomline{text-align:right}.FormationTab{height:100%;padding:40px}.FormationTab .Card h1{margin:0}.FormationTab .formation-prestas{max-height:230px;overflow:hidden}.FormationTab .formation-prestas .Card-content{text-align:left;overflow:hidden}.FormationTab .formation-prestas .Card-content .formation-prestas-list{padding-right:10px;overflow-y:auto}.vet-formations{align-items:center;gap:5px;display:flex}.HRStrategyTab .StrategySlider{margin-top:100px}.NewJobOfferPopup-formation label{cursor:pointer;flex-grow:1;align-items:center;gap:10px;display:flex;overflow:hidden}.NewJobOfferPopup-formation input{flex-shrink:0}.RecruitmentTab{flex-direction:column;padding:20px;display:flex;overflow:hidden}.RecruitmentTab .RecruitmentTab-vets-list{padding:10px;overflow-y:auto}.RecruitmentTab .RecruitmentTab-vets-list-item{--handle-color:#ccc;background:#fff;border:1px solid #ccc;border-radius:10px;justify-content:flex-start;align-items:center;gap:10px;margin-bottom:8px;padding:10px;display:flex;box-shadow:3px 4px 5px #0003}.RecruitmentTab .RecruitmentTab-vets-list-item.highlighted{--handle-color:var(--new-light)}.RecruitmentTab .RecruitmentTab-vets-list-item-content,.RecruitmentTab .RecruitmentTab-vets-list-item-content>div{flex-grow:1;align-items:center;gap:10px;display:flex}.RecruitmentTab .RecruitmentTab-vets-list-item .formations{flex-grow:1;gap:5px;display:flex}.RecruitmentTab .RecruitmentTab-vets-list-item .formations:before,.RecruitmentTab .RecruitmentTab-vets-list-item .formations:after{content:"";flex-grow:1}.RecruitmentTab .RecruitmentTab-vets-list-item .vet-name{flex-grow:1;min-width:80px;max-width:125px}.RecruitmentTab .RecruitmentTab-vets-list-item .handle{flex-direction:column;justify-content:space-between;min-width:15px;max-width:15px;min-height:25px;max-height:25px;margin-right:10px;display:flex;position:relative}.RecruitmentTab .RecruitmentTab-vets-list-item .handle .handle-2,.RecruitmentTab .RecruitmentTab-vets-list-item .handle .handle-3,.RecruitmentTab .RecruitmentTab-vets-list-item .handle .handle-1,.RecruitmentTab .RecruitmentTab-vets-list-item .handle .handle-2:after,.RecruitmentTab .RecruitmentTab-vets-list-item .handle .handle-3:after,.RecruitmentTab .RecruitmentTab-vets-list-item .handle .handle-1:after{background:var(--handle-color);border-radius:50%;width:5px;height:5px}.RecruitmentTab .RecruitmentTab-vets-list-item .handle .handle-2:after,.RecruitmentTab .RecruitmentTab-vets-list-item .handle .handle-3:after,.RecruitmentTab .RecruitmentTab-vets-list-item .handle .handle-1:after{content:"";position:absolute;right:0}.RecruitmentTab .RecruitmentTab-vets-list-item .description{max-width:400px}.RecruitmentTab .RecruitmentTab-vets-list-item .delete{color:var(--error);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:1.5em;height:1.5em;display:flex}.RecruitmentTab .delete:hover{color:var(--error);background:var(--error-light);cursor:pointer}@media screen and (max-width:1500px){.RecruitmentTab .RecruitmentTab-vets-list-item-content{flex-direction:column}.RecruitmentTab .RecruitmentTab-vets-list-item-content>div{flex-grow:1;width:100%}}.SupportTab{height:100%;padding:40px}.SupportTab .col:first-child{max-width:400px}@media screen and (max-width:1200px){.SupportTab .col:first-child{flex-direction:row;max-width:none}}.SupportTab .SupportTabEncart{justify-content:center;gap:30px;width:90%;max-height:80%;display:flex}.SupportTab .support-formation-cost{margin-right:10px;font-weight:700;display:inline-block}.SupportTab .checkmark{border-bottom:4px solid var(--success);border-left:4px solid var(--success);width:20px;height:12px;display:inline-block;transform:rotate(-45deg)}.Checkmark{justify-content:center;align-items:center;gap:10px;font-weight:700;display:flex}.Checkmark .check{border-bottom:4px solid var(--success);border-left:4px solid var(--success);width:20px;height:12px;display:inline-block;transform:translateY(-4px)rotate(-45deg)}.Checkmark .cross{width:20px;height:20px;position:relative}.Checkmark .cross:before,.Checkmark .cross:after{content:"";background:var(--error);width:20px;height:4px;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)rotate(-45deg)}.Checkmark .cross:after{transform:translate(-50%)translateY(-50%)rotate(45deg)}.CommunicationTab .fa-lock{color:var(--neutral)}.CommunicationTab-actions label{align-items:center;gap:5px;padding:2px 0;display:flex}.CommunicationTab-actions input{margin:0}.GameMarketing table{border-collapse:collapse;border:2px solid #000;width:100%}.GameMarketing table th,.GameMarketing table td{border:1px solid #000;padding:3px 5px}.GameMarketing table th{border-width:2px 1px}.GameMarketing table td>div{white-space:nowrap;font-size:.8em}.GameMarketing table td>div.table_hidden{color:#ff6c84}.GameMarketing table td .MoneyValue{font-weight:700}.GameMarketing table .highlighted{background:var(--notified);color:#fff}.VeilleConcurrentielleTab-veille-radio-btns{flex-direction:column;align-items:flex-start;gap:5px;display:flex}.VeilleConcurrentielleTab-veille-radio-btns label{gap:10px;display:flex}.VeilleConcurrentielleTab-results{margin-top:20px}.VeilleConcurrentielleTab-results-table,.VeilleGeomarketingTab .VeilleGeomarketingTable{padding-bottom:10px;overflow-x:auto}.Loader{box-sizing:border-box;border:5px solid #ddd;border-bottom-color:#0000;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Dashboard{background:var(--tab-content-background);padding:40px}.Dashboard>h1{text-align:center;margin:20px 0;font-size:50px}.Dashboard>h2{text-align:center;margin:5px 0}.Dashboard .cards{grid-template-columns:repeat(3,1fr);gap:30px;width:100%;margin-top:40px;display:grid}.Dashboard .debug-popup{text-align:left}.Dashboard .Popup .Grid{margin:0;padding:0}.Dashboard .Popup .Card .Card-content{gap:10px}.Dashboard .Popup .Card .Progressbar{flex-grow:0;margin:8px 0}.Dashboard .Popup .Card h3{margin:5px 0;font-size:30px}.RentabilitePopup table{border-collapse:collapse;width:100%}.RentabilitePopup table tr td,.RentabilitePopup table tr th{border:1px solid #000;padding:1px 5px}.RentabilitePopup table tr th{background:#ddd}.RentabilitePopup table .title-row{background:#adcfdb;font-weight:700}.RentabilitePopup table .subtitle-row{font-weight:700}.RentabilitePopup table tr td{text-align:right}.RentabilitePopup table tr td:first-child{text-align:left}.DashboardCard .Card-content{text-align:left;justify-content:space-between}.DashboardCard .DashboardCard-category{text-align:right;color:var(--neutral);margin-bottom:10px;font-size:15px}.DashboardCard .DashboardCard-category-icon{fill:#043a4d;height:30px}.DashboardCard .DashboardCard-value{font-size:35px;font-weight:700}.DashboardCard .DashboardCard-title{min-height:2em;margin-top:10px;font-weight:700}.Grid{gap:20px;margin:20px;display:grid}.EditableClinicName{align-items:center;gap:.5em;display:flex}.EditableClinicName .editbutton{font-size:1rem;display:inline-block}.EditableClinicName input{font-size:1em}.GameSidebar{background:var(--page-background);flex-direction:column;flex-shrink:0;gap:20px;width:400px;padding:20px;transition:margin .5s,transform .5s;display:flex;overflow-y:auto}.GameSidebar-handle{z-index:50;background:red;width:50px;height:50px;position:absolute;top:50px;right:100%}.GameSidebar .clinics-list{flex-direction:column;gap:.2em;display:flex}.GameSidebar .clinics-list label{align-items:center;gap:.5em;display:flex}.GameSidebar .clinics-list .max-actions-reached{color:red;font-weight:700}.GameSidebar .Card p>span{display:block}.GameSidebar br{height:20px}.GameSidebar .GameSidebar-recap .pdf_button{border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:absolute;top:10px;right:10px}.GameSidebar .GameSidebar-nav{flex-direction:column;margin-top:-10px;margin-left:-20px;margin-right:0;display:flex}.GameSidebar .GameSidebar-turn{text-align:center;color:#fff;border:3px solid;border-radius:999px;padding:10px 20px}.GameSidebar .GameSidebar-turn.too_many_actions{background:var(--error)}.GameSidebar .GameSidebar-turn>:first-child{font-size:30px;font-weight:700}.GameSidebar .GameSidebar-turn a{color:inherit}@media screen and (max-width:1300px){.GameSidebar{width:300px}}@media screen and (max-width:1000px){.GameSidebar{width:400px;margin-right:-320px}.GameSidebar:hover{transform:translate(-320px)}.GameSidebar .GameSidebar-handle{display:block}}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:black}@media (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight}.annotationLayer .textWidgetAnnotation input:required,.annotationLayer .textWidgetAnnotation textarea:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation.checkBox input:required,.annotationLayer .buttonWidgetAnnotation.radioButton input:required{outline:1.5px solid selecteditem}}.annotationLayer{pointer-events:none;transform-origin:0 0;--scale-factor:1;position:absolute;top:0;left:0}.annotationLayer section{text-align:initial;pointer-events:auto;box-sizing:border-box;transform-origin:0 0;position:absolute}.annotationLayer .linkAnnotation>a,.annotationLayer .buttonWidgetAnnotation.pushButton>a{width:100%;height:100%;font-size:1em;position:absolute;top:0;left:0}.annotationLayer .buttonWidgetAnnotation.pushButton>canvas{width:100%;height:100%}.annotationLayer .linkAnnotation>a:hover,.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{cursor:pointer;width:100%;height:100%;position:absolute}.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px*var(--scale-factor))sans-serif;vertical-align:top;width:100%;height:100%;margin:0}.annotationLayer .textWidgetAnnotation input:required,.annotationLayer .textWidgetAnnotation textarea:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .buttonWidgetAnnotation.checkBox input:required,.annotationLayer .buttonWidgetAnnotation.radioButton input:required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled]{border:2px solid var(--input-disabled-border-color);cursor:not-allowed;background:0 0}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover{border-radius:2px}.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus,.annotationLayer .choiceWidgetAnnotation select:focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);background:0 0;border-radius:2px}.annotationLayer .buttonWidgetAnnotation.checkBox :focus,.annotationLayer .buttonWidgetAnnotation.radioButton :focus{background-color:#0000;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline);border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{content:"";background-color:canvastext;display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{width:1px;height:80%;left:45%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;width:50%;height:50%;top:20%;left:30%}.annotationLayer .textWidgetAnnotation input.comb{padding-left:2px;padding-right:0;font-family:monospace}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{-webkit-appearance:none;-moz-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{width:100%;height:100%}.annotationLayer .popupWrapper{font-size:calc(9px*var(--scale-factor));width:100%;min-width:calc(180px*var(--scale-factor));pointer-events:none;position:absolute}.annotationLayer .popup{max-width:calc(180px*var(--scale-factor));box-shadow:0 calc(2px*var(--scale-factor))calc(5px*var(--scale-factor))#888;border-radius:calc(2px*var(--scale-factor));padding:calc(6px*var(--scale-factor));margin-left:calc(5px*var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto;background-color:#ff9;position:absolute}.annotationLayer .popup>*{font-size:calc(9px*var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{margin-left:calc(5px*var(--scale-factor));display:inline-block}.annotationLayer .popupContent{margin-top:calc(2px*var(--scale-factor));padding-top:calc(2px*var(--scale-factor));border-top:1px solid #333}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px*var(--scale-factor))}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.annotationLayer section svg{width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent{opacity:0;color:#0000;-webkit-user-select:none;user-select:none;pointer-events:none;width:100%;height:100%;position:absolute}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}:root{--react-pdf-text-layer:1}.textLayer{text-align:initial;-moz-text-size-adjust:none;text-size-adjust:none;forced-color-adjust:none;line-height:1;position:absolute;top:0;bottom:0;left:0;right:0;overflow:hidden}.textLayer span,.textLayer br{color:#0000;white-space:pre;cursor:text;transform-origin:0 0;position:absolute}.textLayer span.markedContent{height:0;top:0}.textLayer .highlight{background-color:#b400aa;border-radius:4px;margin:-1px;padding:1px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400}.textLayer br::selection{background:0 0}.textLayer .endOfContent{z-index:-1;cursor:default;-webkit-user-select:none;user-select:none;display:block;position:absolute;top:100%;bottom:0;left:0;right:0}.textLayer .endOfContent.active{top:0}.PdfViewer{justify-content:center;align-items:center;height:100%;display:flex}.PdfPopup .Popup-content{overflow:auto}.PdfPopup .PdfViewer-controls>*{justify-content:center;align-items:center;display:flex}.RecapPopup .Popup-bottom{text-align:center}.screen.ScreenGame{background:var(--page-background);flex-direction:row;display:flex;overflow:hidden}.ScreenGame .game-content{flex-direction:column;width:100%;display:flex;position:relative;overflow:hidden}.ScreenGame .game-content>div{flex-direction:column;height:100%;display:flex}.ScreenGame .Game-tabs{-webkit-user-select:none;user-select:none;align-items:flex-end;gap:0;padding:20px 20px 0;display:flex}.ScreenGame .Game-tabs h2{white-space:nowrap;margin:0 0 15px}.ScreenGame .Game-tabcontent{background:var(--tab-content-background);flex-direction:column;flex-grow:1;min-width:650px;display:flex;overflow:hidden}.next-turn-overlay{z-index:99;background:#ffffff5b;justify-content:center;align-items:center;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.next-turn-overlay.small{z-index:99;background:0 0;justify-content:center;align-items:center;display:flex;position:fixed;top:10px;bottom:auto;left:auto;right:10px}.next-turn-overlay.small>*{width:20px;height:20px}.ScreenLoading{justify-content:center;align-items:center;display:flex}.Notifications{flex-direction:column;gap:8px;padding:10px;display:flex;position:fixed;bottom:0;right:0}.Notifications .notif{cursor:pointer;background:#fff;padding:5px 15px;box-shadow:5px 5px #0000006b}.Notifications .notif.ERROR{border-bottom:3px solid red}.Notifications .notif.SUCCESS{border-bottom:3px solid #32cd32}.Notifications .notif.NEUTRAL{border-bottom:3px solid #87cefa}*{box-sizing:border-box}:root{--page-background:#00918a;--tab-content-background:#e4efe8;--button-color:#b9dfc6;--button-text:#4a9082;--error-dark:#5c0000;--error:#c40909;--error-light:#f8e1e1;--warning-dark:#89790b;--warning:#c4ab09;--warning-light:#f8f5e1;--neutral-dark:#494949;--neutral:#999;--neutral-light:#ddd;--success-dark:#098a28;--success:#09c435;--success-light:#cde8d4;--notified-dark:#1e1b75;--notified:#4c48d5;--notified-light:#eeeefe;--new-dark:#20746a;--new:#36c1b1;--new-light:#bbf1ec}html,body,#root,.App{-webkit-user-select:none;user-select:none;width:100%;height:100%;margin:0;padding:0;font-family:sans-serif;overflow:hidden}.App{flex-direction:column;display:flex}.App *{scrollbar-width:thin;scrollbar-color:#c5c5c5 #f1f1f1}.App ::-webkit-scrollbar{width:5px;height:5px}.App ::-webkit-scrollbar-track{background:#f1f1f1;overflow:visible}.App ::-webkit-scrollbar-thumb{background:#c5c5c5;border-radius:10px}.App ::-webkit-scrollbar-thumb:hover{background:#dbdbdb}.version{font-size:.8em;position:fixed;bottom:0;left:0}.debug{color:#fff;background:red;font-size:.8em;position:fixed;bottom:0;right:0}.screen{flex-direction:column;flex-grow:1;display:flex;overflow-y:auto}.screen .screen-content{flex-grow:1}button{background:var(--notified);color:#fff;cursor:pointer;border:none;border-radius:999px;margin:5px;padding:10px 20px;font-size:1em;font-weight:700}button.small{margin:0;padding:3px 12px;font-size:.8em}button.round{flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;padding:5px;display:flex}button:not(:disabled){box-shadow:0 0 0 2px #fff}button:hover{color:#fff;background:#3935af}button.gray{color:#000;background:#ccc}button.gray:hover{background:#aaa}button.alert{background:red}button.alert:hover{background:#b60808}button:active,button.active{color:#fff;background:#524de4}button:disabled{cursor:auto;background:#ccc!important}button.link-btn{color:#00008b;cursor:pointer;background:0 0;border:none;padding:0}button.link-btn:hover{text-decoration:underline}.highlighted input[type=radio]{border:2px solid #fff}input[type=radio],input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:0 0;border:2px solid #000;border-radius:50%;width:20px;height:20px;margin:0;transform:translate(0,0)}input[type=radio]:checked,input[type=checkbox]:checked{background:#000;box-shadow:inset 0 0 0 3px #fff,0 0 1px #0000006b}input[type=radio]:disabled,input[type=checkbox]:disabled{opacity:.3}input[type=checkbox]{border-radius:3px}.cols{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.col{flex-direction:column;flex-grow:1;gap:20px;width:100%;padding-bottom:20px;display:flex;overflow:hidden}@media screen and (max-width:1200px){.cols{flex-direction:column}}