.ilot--container{width:16rem;background-color:white;border-radius:.75rem;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:1rem;display:flex;flex-direction:column;gap:.75rem;height:fit-content}.ilot--button{border-radius:.5rem;font-weight:500;transition:background-color .3s;border:none}.ilot--active{background-color:#14b8a6;color:white}.ilot--inactive{background-color:white;color:#374151}.ilot--inactive:hover{background-color:#f3f4f6}.add--ilot--button{width:100%;color:#14b8a6;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.5rem;background-color:#ffffff;border:none}.add--ilot--button:hover{background-color:#f9fafb}.ilot--icon{width:1.25rem;height:1.25rem}.project--table--section{overflow-y:auto;transition:all 1s ease-in-out;max-height:700px}.project--table{width:100%}.project--table--content{width:100%;border-collapse:collapse}.project--table--header-cell{padding:16px 24px;text-align:left;color:#374151;white-space:nowrap}.project--table--row{border-bottom:1px solid #e5e7eb}.project--table--cell{padding:16px 24px;border-right:1px solid #e5e7eb;white-space:nowrap}.project--table--input{background-color:transparent;border:none;text-align:center;padding:6px;outline:none;width:100%}.project--table--input:focus{border-color:#14b8a6}.project--table--add-btn{font-weight:500;transition:color .3s}.project--table--add-btn:hover{color:#0f766e}.project--table--delete-btn{color:#ef4444;cursor:pointer;display:block;margin:0 auto;border:none;background-color:transparent;transition:color .3s}.project--table--delete-btn:hover{color:#dc2626}.project--table--footer{border-top:1px solid #e5e7eb}.project--table--add-row-btn{display:flex;align-items:center;gap:8px;color:#6b7280;font-weight:500;cursor:pointer;transition:color .3s;background-color:transparent;border:none}.project--table--add-row-btn:hover{color:#374151}.project--table--loading{height:10vh;display:flex;justify-content:center;align-items:center}.project--container{background-color:#f9fafb;width:100%}.project--title{font-size:1.875rem;font-weight:700;margin-bottom:32px}.project--content{display:flex;gap:16px;width:100%}.project--form-group{display:flex;gap:24px;margin-bottom:32px}.project--form-field{flex:1}.project--unit{width:12rem}.project--label{display:block;color:#374151;margin-bottom:8px}.project--dropdown{position:relative}.project--dropdown-btn{width:100%;padding:8px 16px;text-align:left;background-color:#f9fafb;border-radius:8px;display:flex;align-items:center;justify-content:space-between}.project--dropdown-icon{width:20px;height:20px;color:#6b7280}.project--dropdown-menu{position:absolute;top:100%;left:0;width:100%;margin-top:4px;background-color:white;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);border:1px solid #e5e7eb;z-index:10}.project--dropdown-item{width:100%;padding:8px 16px;text-align:left;cursor:pointer;transition:background-color .3s}.project--dropdown-item:hover{background-color:#f3f4f6}.project--input{width:100%;padding:8px 16px;background-color:#f9fafb;border-radius:8px}.modal--overlay{width:100%;height:100vh;background-color:rgba(0,0,0,.25);position:fixed;top:0;left:0;backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:100}.modal--content{width:90%;z-index:10}.project--table--section{width:100%}.project--table{background-color:white;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow-x:auto;max-width:100vw;border:1px solid #e3e3e3}.project--table--content{width:auto;min-width:100%}.project--table--header{background-color:#f9fafb}.project--table--th{padding:16px 24px;color:#374151;text-align:center;min-width:160px;width:200px}.project--table--row{border:1px solid #f3f4f6}.project--table--td{padding:16px 24px;border-right:1px solid #e5e7eb;width:200px}.project--table--delete{padding:16px 24px;text-align:center}.project--table--icon{width:20px;height:20px;color:#14b8a6;cursor:pointer;transition:color .2s}.project--table--icon:hover{color:#14b8a6}.project--table--footer{padding:16px;border-top:1px solid #f3f4f6}.project--table--add-btn{color:#14b8a6}.project--table--add-btn,.project--table--icon--delete{display:flex;align-items:center;gap:8px;cursor:pointer;border:none;transition:color .2s;background-color:white}.project--table--icon--delete{color:#dd1414}.project--table--add-btn:hover{color:#374151}.input--default,.input--number,.input--text{width:100%;background:transparent;border:none;padding:8px;border-radius:4px;outline:none;transition:border .3s ease}.input--default:focus,.input--number:focus,.input--text:focus{border-color:#008080}.input--select{width:100%;background:#f8f8f8;padding:8px;border:none}.file--container{display:flex;flex-direction:column;align-items:flex-start}.file--input{display:none}.file--button{background:transparent;border:1px solid #00bba7;border-radius:8px;padding:.5rem 1rem;cursor:pointer;font-weight:500;transition:.3s;color:#595c63;margin:0 auto}.file--button:hover{background:#00bba7;color:white;border-color:white}.file--list{margin-top:8px;font-size:14px;color:gray}.file--item{display:flex;justify-content:space-between;align-items:center;width:100%}.file--delete{color:red;cursor:pointer;transition:.3s}.file--delete:hover{color:darkred}.dropdown{position:relative;width:100%}.dropdown--selected{width:100%;padding:8px;border-radius:6px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:border .3s ease}.dropdown--selected:focus{border-color:#008080;outline:none}.dropdown--placeholder{color:gray}.dropdown--menu{position:fixed;z-index:50;margin-top:4px;background:white;border:1px solid #ccc;border-radius:6px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.dropdown--option{padding:8px 16px;cursor:pointer;transition:background .3s ease}.dropdown--option:hover{background:#f2f2f2}.dropdown--loading{min-height:150px;display:flex;align-items:center;justify-content:center}.container--box{padding:2rem;width:100%;background-color:white;border-radius:20px;box-shadow:0 0 20px rgba(0,0,0,.1);position:relative;margin:5rem auto 0}.header--box{margin-bottom:2rem;display:flex;align-items:center;justify-content:center}.title--text{font-size:2rem;font-weight:400;margin-bottom:1.5rem}.nav--container{position:absolute;display:flex;gap:2rem;border:1px solid #e3e3e3;padding:10px;border-radius:10px;font-weight:500;top:-3rem;background-color:white}.nav--item{padding:1rem;color:#666;cursor:pointer;transition:all .3s ease;user-select:none;transition:500}.title--input{font-size:1.125rem;line-height:1.75rem;--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.chip--container{display:flex;gap:1rem;flex-wrap:wrap}.chip--item{padding:.3rem 1.5rem;background-color:rgba(211,211,211,.247);font-size:small;border-radius:60px;display:flex;gap:.5rem;align-items:center;cursor:pointer;user-select:none;transition:all .3s ease}.chip--item:hover{background-color:rgba(211,211,211,.61)}.chip--item--active{background-color:#14b8a6;color:white}.measurement--container{display:flex;gap:1rem;align-items:center;margin-bottom:1rem}.unit--text{color:#666}.button--primary{background-color:#38b2ac;color:white;border:none;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-size:1rem}.counter--button{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.2rem}.button--next{float:right;padding:.75rem 2rem;margin-top:2rem;background-color:#38b2ac;color:white;border:none;border-radius:8px;cursor:pointer;font-size:1rem}.textarea--field{width:100%;max-width:500px;display:block;min-height:100px;padding:.75rem;border:1px solid #ddd;border-radius:8px;margin:1rem 0;font-size:1rem;resize:vertical;outline:none}.tab--content{opacity:1;transition:opacity .3s ease}.details--container{display:flex;gap:2rem}.ilot--section{width:250px;flex-shrink:0}.batiment--section{flex:1}.ilot--button{width:100%;padding:.75rem 1rem;margin-bottom:.5rem;border:1px solid #ddd;border-radius:8px;background-color:white;cursor:pointer;text-align:center;transition:all .3s ease}.ilot--button--active{background-color:#38b2ac;color:white;border:none}.batiment--item{width:100%;margin-bottom:.5rem;border:1px solid #ddd;border-radius:8px;background-color:white;overflow:hidden}.batiment--header{padding:1rem;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease;background-color:white}.batiment--content{padding:1rem;border-top:1px solid #ddd;background-color:#f8f9fa}.chevron--icon{transition:transform .3s ease}.chevron--icon--expanded{transform:rotate(180deg)}.button--add{color:#38b2ac;border:none;background:none;cursor:pointer;font-size:1rem;padding:.5rem 0;display:flex;align-items:center;gap:.5rem}.form--group{margin-bottom:1rem}.label--text{display:block;margin-bottom:.5rem;color:#030325;font-weight:600;font-size:14px}.button--next--page{background-color:#14b8a6;color:white;border:none;border-radius:5px;padding:.8rem 1rem;margin-top:3rem;position:relative;left:95%}.etat--projet--container{display:grid;grid-template-columns:1fr 1fr;align-content:center;justify-content:center;width:100%;align-items:center;align-items:start}.margin--bottom--2rem{margin-bottom:2rem}.etat--projet--container--list{display:flex;list-style:none;gap:2rem;font-size:16px;color:#595c63;font-weight:500;align-items:center;height:100%;padding:0;margin-left:1rem!important}.item--list--project{justify-content:center;gap:1rem}.status--radio--button:checked{background-color:#00bba7;border:#00bba7}.status--radio--button:focus-visible{background-color:#00bba7}.status--radio--button:checked:after{background-color:#00bba7;color:#00bba7}.item--list--project{position:relative;list-style:none;margin-bottom:8px}.item--list--project input[type=radio]{appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;margin-left:8px;width:16px;height:16px;border:2px solid #00bba7;border-radius:50%;outline:none;cursor:pointer;vertical-align:middle}.item--list--project input[type=radio]:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:9px;height:9px;border-radius:50%;background-color:transparent;transition:background-color .2s ease}.item--list--project input[type=radio]:checked:before{background-color:#00bba7}.item--list--project input[type=radio]:focus{outline:none;box-shadow:none}.item--list--project input[type=radio]:hover{border-color:#008e7d}.item--list--project{display:flex;align-items:center;gap:8px}.etat--projet--flex{display:flex}