@import"https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;700&display=swap";body{height:100vh;background:linear-gradient(var(--gradientColor1),var(--gradientColor2));margin:0}.top-container{display:flex;justify-content:center;align-items:center}.container{background:#fff;max-width:630px;width:82.5%;margin-top:15vh}.header{display:flex;flex-direction:column;align-items:center;margin-top:2vh;margin-bottom:2vh}.header img{width:35%}.underline{margin-top:2vh;width:70%;height:.5vh;background:#9d6613;border-radius:9px}.inputs{display:flex;flex-direction:column;margin:5%;gap:2vh}.input{display:flex;align-items:center;height:11vh;background:#eaeaea;border-radius:6px}.input img{margin:0 30px}.input input{background:transparent;border:none;outline:none;color:#797979;font-size:19px}.submit-container{display:flex;justify-content:center;margin-top:5ch;margin-bottom:5ch}.submit{display:flex;justify-content:center;align-items:center;color:#fff;background:var(--mainColor);border:none;border-radius:50px;width:50%;max-width:200px;height:6vh;cursor:pointer;font-size:1.2rem;font-weight:600}.authentification-failed{color:var(--errorsMessage)}.container-table{background-color:transparent;margin-left:15px;margin-right:15px;max-height:78vh;overflow-x:auto}.container-search_add{display:flex;align-items:center;justify-content:space-between}.container-search_add>:first-child{flex-grow:1;display:flex;justify-content:center}.add-icon{margin-right:20px}@media (max-width: 650px){.container-table{margin-left:7px;margin-right:7px}}header{display:flex;align-items:center;justify-content:space-between;height:60px;padding:0 2rem;background-color:var(--gradientColor2);color:var(--textColor)}nav a{margin:0 2rem;color:var(--textColor);text-decoration:none}nav a:hover{color:var(--gradientColor1)}header .nav-btn{padding:5px;cursor:pointer;background:transparent;border:none;outline:none;color:var(--textColor);visibility:hidden;opacity:0;font-size:1.8rem}@media (max-width: 1024px){header .nav-btn{visibility:visible;opacity:1}header nav{position:fixed;top:0;left:0;height:100%;width:100%;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;background-color:var(--gradientColor2);transition:1s;transform:translateY(-100vh)}header .responsive_nav{transform:none}nav .nav-close-btn{position:absolute;top:2rem;right:2rem}nav a{font-size:1.5rem}}.search-container{display:flex;align-items:center;justify-content:center;margin:15px 15px 15px 8px}.custom-textfield{width:450px}.search-icon{padding-top:3px;padding-bottom:3px;padding-right:8px}@media (max-width: 1024px){.custom-textfield{width:100%}.search-box{width:100%;min-width:100px}}.content-ClientTable{border-collapse:collapse;background-color:#c7b28b;border-radius:5px 5px 0 0;overflow:hidden;width:100%}.content-ClientTable thead tr{text-align:left;background-color:var(--buttonClicked);font-weight:700;font-size:1.2em;color:#ede6da}.content-ClientTable th,.content-ClientTable td{padding:12px 15px}.content-ClientTable tbody tr{border-bottom:1px solid black}.content-ClientTable tbody tr:nth-of-type(2n){background-color:#ede6da}.content-ClientTable td:first-child,.content-ClientTable th:first-child{padding-left:35px}.content-ClientTable td:last-child,.content-ClientTable th:last-child{padding-right:40px}.icon-menu{margin-left:16px;margin-right:13px}.icon-delete{padding-left:12px}.icon-info{display:none!important}.content-ClientTable tbody{display:block;max-height:70vh;overflow-y:scroll}.content-ClientTable thead,table tbody tr{display:table;width:100%;table-layout:fixed}.content-ClientTable th:nth-of-type(1),.content-ClientTable td:nth-of-type(1){width:9vw}.content-ClientTable th:nth-of-type(2),.content-ClientTable td:nth-of-type(2){width:8vw}.content-ClientTable th:nth-of-type(3),.content-ClientTable td:nth-of-type(3){width:14vw}.content-ClientTable th:nth-of-type(4),.content-ClientTable td:nth-of-type(4){width:9vw}.content-ClientTable th:nth-of-type(5),.content-ClientTable td:nth-of-type(5){width:9vw}.content-ClientTable th:nth-of-type(6),.content-ClientTable td:nth-of-type(6){width:9vw}.content-ClientTable th:nth-of-type(8),.content-ClientTable td:nth-of-type(8){width:7vw}.content-ClientTable tbody::-webkit-scrollbar{width:12px}.content-ClientTable tbody::-webkit-scrollbar-thumb:hover{background:var(--gradientColor2)}.content-ClientTable tbody::-webkit-scrollbar-thumb{background:var(--mainColor);border-radius:5px}.content-ClientTable tbody::-webkit-scrollbar-track{background:#734808}.bold-text{font-weight:700}@media (max-width: 650px){.content-ClientTable th:nth-of-type(3),.content-ClientTable td:nth-of-type(3),.content-ClientTable th:nth-of-type(4),.content-ClientTable td:nth-of-type(4),.content-ClientTable th:nth-of-type(5),.content-ClientTable td:nth-of-type(5),.content-ClientTable th:nth-of-type(6),.content-ClientTable td:nth-of-type(6),.content-ClientTable th:nth-of-type(7),.content-ClientTable td:nth-of-type(7){display:none}.content-ClientTable td:first-child,.content-ClientTable th:first-child{padding-left:15px}.content-ClientTable td:last-child,.content-ClientTable th:last-child{padding-right:30px}.icon-menu{margin-left:14px;margin-right:13px}.content-ClientTable th:nth-of-type(8),.content-ClientTable td:nth-of-type(8){width:6vw}.icon-edit,.icon-delete{display:none!important}.icon-info{display:inline-block!important}}.modalContainer{width:50%;height:60%;background-color:var(--modalBackgroundColor);padding:15px;display:flex;flex-direction:column}.editElements{flex-grow:1;background-color:transparent}.bottomContainer{height:45px;background-color:transparent;display:flex;justify-content:flex-end;gap:10px;padding:10px}.buttonSaveCancel{width:45px;height:45px;background:var(--mainColor);border:none;outline:none;border-radius:8px;display:flex;justify-content:center;align-items:center;cursor:pointer}.line1,.line2,.line3,.line4,.line5{display:flex;gap:10px;padding:10px}.CodeVilleRow{display:flex;gap:10px;width:50%}.AdresseRow{display:flex;width:50%}.textFieldLine1{width:50%}.textFieldAdresse{width:100%}.textFieldCode{width:30%}.textFieldVille{width:70%}.textFieldTelephone{width:30%}.textFieldEmail{width:70%}.textFieldCommentLivraison{width:100%}.textFieldLine1,.textFieldVille,.textFieldCode,.textFieldAdresse,.textFieldTelephone,.textFieldEmail,.textFieldCommentLivraison,.textFieldCommentCuisine,.AutoCompleteTarification{background-color:var(--textFieldBackgroundColor)}.textFieldCommentCuisine{width:70%}.AutoCompleteTarification{width:30%}@media (min-width: 650px){.modalContainer{min-width:600px}}@media (max-width: 650px){.modalContainer{width:92%;height:80%;background-color:#ede6da;padding:5px;display:flex;flex-direction:column}.line1,.line2,.line3,.line4,.line5{display:flex;gap:4px;padding:8px}.line2{flex-direction:column}.AdresseRow{width:100%}.CodeVilleRow{flex-direction:row;width:100%;padding-top:15px;gap:4px}.textFieldTelephone{width:35%}.textFieldEmail{width:65%}}.modalBackgroundDefaultCommand{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;background-color:#000000b3;display:flex;justify-content:center;align-items:center}.modalContainerDefaultCommand{width:auto;height:auto;background-color:var(--modalBackgroundColor);display:flex;flex-direction:column;justify-content:center;align-items:center}.header-client_name{padding-left:20px;padding-top:10px;font-size:1.7em}.line1-default_command,.line2-default_command{display:flex;justify-content:center;gap:10px;padding:15px 15px 0}.bottomContainerDefaultDay{width:100%;height:65px;background-color:transparent;display:flex;justify-content:space-between;align-items:center;padding:10px;box-sizing:border-box}.buttons-container,.apply-default-command-container{display:flex;gap:8px}.apply-button{height:45px;background:var(--mainColor);border:none;outline:none;border-radius:8px;font-weight:700;cursor:pointer;color:#000}@media (max-width: 650px){.line1-default_command,.line2-default_command{flex-direction:column;align-items:stretch}.modalComponentsDefaultCommand{max-height:70vh;overflow-y:scroll}.header-client_name{font-size:.9em}}.container-default_command_day,.container-default_command_day_options{width:300px;height:auto;background-color:transparent}.day-defaultCommand{padding:5px;text-align:center;font-weight:700;background-color:#d0c0a8;border-radius:7px;border:2px solid var(--mainColor);font-size:1.1em}.container-default_command_day_options{display:flex}.textFieldDefaultCommandDessert,.textFieldDefaultCommandPotage,.textFieldDefaultCommandPlat,.textFieldDefaultCommandNbr,.AutoCompleteDefaultCommandSuggestion,.AutoCompleteDefaultCommandLivreur{background-color:var(--textFieldBackgroundColor)}.textFieldDefaultCommandNbr{width:20%}.AutoCompleteDefaultCommandSuggestion{width:80%}.line1-DefaultCommand{padding-top:7px;padding-bottom:7px}.line2-DefaultCommandSuggestions{padding-bottom:7px}.line1-DefaultCommand,.line2-DefaultCommandSuggestions{display:flex;gap:7px}#AutoCompleteDefaultCommandSuggestion_id{font-size:13px}#textFieldDefaultCommandNbr_id,#textFieldDefaultCommandPlat_id,#textFieldDefaultCommandDessert_id,#textFieldDefaultCommandPotage_id{height:18.75px;font-size:16px}.Commandes-container{margin:20px}.Topbar-commandes-container{display:flex;justify-content:space-between}.right-autocomplete-container{display:flex;justify-content:space-between;width:290px}#autocomplete_client{width:100%;font-size:20px;font-weight:700}.autocomplete_client-container{width:350px}#autocomplete_annee,#autocomplete_semaine{width:52px;font-size:20px}.left-autocomplete-container{display:flex;gap:15px}.commentaires-container{display:flex;flex-direction:column;justify-content:center;height:100%;font-size:1.1em}.icon-comment-container{display:none}@media (max-width: 650px){.Commandes-container{margin:10px}.Topbar-commandes-container{display:flex;flex-direction:column;gap:10px}.right-autocomplete-container{width:100%;gap:10px}.left-autocomplete-container{justify-content:space-between}#autocomplete_annee,#autocomplete_semaine{width:100%}.commentaires-container{display:none}.icon-comment-container{display:grid;place-items:center;margin-right:15px}.comment-icon-commande{font-size:38px!important}}.week-container{display:flex;margin-top:15px;height:100%}.week{background-color:#c7b28b;width:110px;border-top:3.5px solid var(--gradientColor2);border-left:3.5px solid var(--gradientColor2);border-bottom:3.5px solid var(--gradientColor2);border-top-left-radius:10px;border-bottom-left-radius:10px;font-size:1.5em;font-weight:700;display:grid;place-items:center}.days-container{background-color:#ede6da;width:100%;border-top:3.5px solid var(--gradientColor2);border-right:3.5px solid var(--gradientColor2);border-bottom:3.5px solid var(--gradientColor2);border-top-right-radius:10px;border-bottom-right-radius:10px;display:flex}@media (max-width: 650px){.week-container{flex-direction:column;border-radius:15px;border:3.5px solid var(--gradientColor2)}.days-container{flex-direction:column;border:none}.days-container:last-child{border-bottom-left-radius:10px}.week{width:100%;border-bottom-left-radius:0;border-top-right-radius:10px;border:none;border-bottom:3.5px solid var(--gradientColor2);height:2em;font-size:2em}}.day-container{flex:1;display:flex;flex-direction:column;border-left:solid 2px var(--gradientColor2);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.row1-date,.row2-plats,.row3-suggestions,.row4-livreur{display:grid;place-items:center}.row1-date{background-color:#c7b28b;border-bottom:solid 1px var(--gradientColor2);padding:4px}.row2-plats{display:flex}.row3-suggestions{border-bottom:solid 1px var(--gradientColor2);padding:5px 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.row4-livreur{display:flex;padding:5px;justify-content:space-evenly}.plats-container{width:100%;padding:4px;display:flex;justify-content:center;align-items:center;flex-direction:column;border-bottom:solid 1px var(--gradientColor2)}.plats-container:nth-child(1),.plats-container:nth-child(2){border-right:solid 1px var(--gradientColor2)}.name_plats{font-size:.9em}.number_plats{font-weight:700}.comment-icon-day{font-size:18px!important}.comment-day{display:grid;place-items:center}.row3-suggestions{font-size:.8em}@media (max-width: 650px){.day-container{border:none;border-bottom:2px solid var(--gradientColor2)}.day-container:last-child{border:none}}.modalBackground{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10;background-color:#000000b3;display:flex;justify-content:center;align-items:center}.modalContainer{width:auto;height:auto;background-color:var(--modalBackgroundColor);padding:15px;display:flex;flex-direction:column}.bottomContainerDay{width:100%;height:45px;display:flex;justify-content:flex-end;gap:10px;margin-top:10px}.header-client_week{padding-left:15px;padding-top:5px;font-size:1.5em}.line1-command,.line2-command{display:flex;justify-content:center;gap:10px;padding:15px 15px 0}@media (max-width: 650px){.modalContainer{padding:4px}.line1-command,.line2-command{flex-direction:column;align-items:stretch}.modalComponentCommand{max-height:75vh;overflow-y:scroll}.header-client_week{font-size:.95em;padding-top:4px}}.container-command_day,.container-command_day_options{width:260px;height:auto;background-color:transparent}.day-Command{padding:5px;text-align:center;background-color:#d0c0a8;border-radius:7px;border:2px solid var(--mainColor);font-size:1.1em}.container-command_day_options{display:flex}.container-leftside_options{flex:1;padding:5px 5px 5px 15px}.container-rightside_options{flex:1.15;padding:5px}.textFieldCommandDessert,.textFieldCommandPotage,.textFieldCommandPlat,.textFieldCommandNbr,.AutoCompleteCommandSuggestion,.AutoCompleteCommandLivreur,#textFieldCommentiareCuisine_id,#textFieldCommentiareLivraison_id{background-color:var(--textFieldBackgroundColor)}.textFieldCommandNbr{width:20%}.AutoCompleteCommandSuggestion{width:80%}.line1-Command{padding-top:7px;padding-bottom:7px}.line-Commenataire{padding-top:7px}.line1-Command{display:flex;gap:7px}.line3-CommandLivreur{display:flex;gap:10px}.line-Commenataire{display:flex;gap:10px;width:100%}.textFieldCommentiare{flex-grow:1}.AutoCompleteCommandLivreur{flex:1}.textFieldCommandPlat input[type=number],.textFieldCommandPotage input[type=number],.textFieldCommandDessert input[type=number]{font-weight:700}.SuggestionIcon{border:1px solid var(--mainColor);border-radius:8px;height:45px;width:45px;display:flex;justify-content:center;align-items:center}#AutoCompleteCommandSuggestion_id{font-size:13px}#textFieldCommandNbr_id,#textFieldCommandPlat_id,#textFieldCommandDessert_id,#textFieldCommandPotage_id{height:18.75px;font-size:16px}#textFieldCommentiareCuisine_id,#textFieldCommentiareLivraison_id{height:18.75px;font-size:.75em}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]:hover::-webkit-inner-spin-button,input[type=number]:hover::-webkit-outer-spin-button{-webkit-appearance:inner-spin-button}@media (max-width: 650px){.container-command_day,.container-command_day_options{width:77vw}}.container-SuggestionModal{width:260px;height:auto;background-color:transparent;display:flex;flex-direction:column}.SuggestionsBox{border-radius:7px;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;padding-top:5px}.Suggestions{display:flex;flex-direction:column;gap:5px;max-height:120px;overflow-y:auto}.SuggestionButtons{display:flex;justify-content:space-between;padding:0 7px 3px}.SuggestionButtons-rightside{display:flex;justify-content:center;align-items:center;gap:5px}.Suggestions::-webkit-scrollbar{width:12px}.Suggestions::-webkit-scrollbar-thumb:hover{background:var(--mainColor)}.Suggestions::-webkit-scrollbar-thumb{background:var(--textFieldBackgroundColor);border-radius:5px}@media (max-width: 650px){.container-SuggestionModal{width:77vw}}:root{--mainColor: #9d6613;--buttonClicked: #734808;--gradientColor1: #9c6717;--gradientColor2: #442c07;--errorsMessage: #d03c3c;--textColor: #fff;--modalBackgroundColor: #ede6da;--textFieldBackgroundColor: rgba(157,102,19,.2)}*{font-family:Titillium Web,sans-serif}.container-Suggestion{display:flex;gap:7px}.textFieldCommandNbrSuggestion{width:17%}.AutoCompleteCommandSuggestion{width:83%}.textFieldCommandNbrSuggestion,.AutoCompleteCommandSuggestion{background-color:var(--textFieldBackgroundColor)}#textFieldCommandNbrSuggestion_id,#AutoCompleteCommandSuggestion_id{height:13px;font-size:13px}.Livraison-container{margin:20px}.repartition-container{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start;align-items:flex-start;margin-top:10px}.DaySelector-container{width:430px}.selection-container{display:flex;gap:15px}.jour-container{width:38%}.semaine_annee-container{display:flex;flex:1;gap:15px}#autocomplete-annee,#autocomplete-semaine,#autocomplete-jour{font-size:20px}.autocomplete-item{flex:1}.custom-container{display:flex;align-items:center}.icon-custom{display:flex;align-items:center;height:42px}.checkboxes-container{width:100%;display:flex;justify-content:space-around}@media (max-width: 650px){.DaySelector-container{width:100%}.selection-container{flex-direction:column;width:100%;gap:10px}.semaine_annee-container{gap:10px}.jour-container{width:100%}.no-gap{display:flex}.no-gap .MuiFormControlLabel-root{margin:0;padding:0}.icon-custom{height:66px;align-items:start}.custom-container{margin-top:8px}}.Livreurs-container{flex-grow:1;padding:10px;display:flex;flex-direction:column;justify-content:center}.button-container{display:flex;gap:15px;justify-content:center;align-items:center}.dates-list-containeur{text-align:center;margin:0;padding:0}.dates-list-containeur p{margin:0;padding:8px 0 0;font-size:1.1em;font-weight:700}.Repartition-container{border:1px solid black;background-color:#ede6da;min-width:250px;flex-grow:1;height:70vh;display:flex;flex-direction:column}.Repartition-header{background-color:#c7b28b;font-size:1.15em;display:flex;justify-content:center;align-items:center;height:40px;flex-shrink:0}.rows-container{flex-grow:1;overflow-y:auto}.rows-container::-webkit-scrollbar{width:12px}.rows-container::-webkit-scrollbar-thumb:hover{background:var(--gradientColor2)}.rows-container::-webkit-scrollbar-thumb{background:var(--mainColor);border-radius:5px}.rows-container::-webkit-scrollbar-track{background:#734808}.pdf-container{margin:20px}.top_selection-container{display:flex;gap:1rem}@media (max-width: 650px){.top_selection-container{flex-direction:column}}.facturation-container{margin:20px}#autocomplete-client-fac{font-size:20px}.autocomplete-client-fac{width:350px}.top_selection-container-fac{display:flex;align-items:center;gap:10px}.boxes-container{display:flex;margin-top:15px}.left-box{display:flex;flex-direction:column;width:60%}.right-box{width:40%}.bottom-box-ajustement{margin-top:15px;display:flex;justify-content:space-between;align-items:center}@media (max-width: 650px){.top_selection-container-fac{flex-wrap:wrap}.top_selection-container-fac>*{flex:1 1 calc(50% - 10px)}.top_selection-container-fac>:last-child{flex:0 0 100%}.autocomplete-client-fac{width:100%}.boxes-container{flex-direction:column}.left-box,.right-box{width:100%}.bottom-box-ajustement{flex-direction:column;align-items:flex-start;gap:10px}}.MonthSelector-container{width:380px;display:flex;flex-direction:row;align-items:center;gap:8px}#autocomplete-annee2,#autocomplete-mois2{font-size:20px}.autocomplete-item2{flex:1}
