.bilan-page{
    width: 100%;
    margin-left: 150px;
}

.bilan-head{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bilan-head .title,
.bilan-header .title{
    font-family: Rubik;
    font-weight: 500;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: -3%;
}

.return-button, .return-button:hover, .return-button:active{
    display: flex;
    font-size: 18px;
    color: #34495E;
    gap: 10px;
    margin: 10px 0;
}

.left-arrow{
    transform: rotate(180deg);
}

.bilan-infos{
    width: 250px;
    display: flex;
    flex-direction: column;
}
.bilan-infos p{ margin: 0; }

.bilan-infos select{
    width: 246px;
    height: 48px;
    padding-top: 8px;
    padding-right: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    gap: 10px;
    border-radius: 8px;
}

.bilan-content{
    width: 100%;
    max-width: 100%;
    background-color: #FFF;
    margin: 20px 0;
}

.bilan-content table{
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 4px;
    background-color: #FFF;
}

.bilan-content table, 
.bilan-content table thead,
.bilan-content table th, 
.bilan-content table td{ 
    border: none; 
    color: #34495E;
    font-family: Rubik;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.bilan-content table thead, 
.bilan-content table thead th{ background-color: transparent; }

.bilan-content table .user-name{ 
    min-width: 275px;
    text-align: left;
} 

.bilan-content table .field{
    width: 130px;
}

.bilan-content table tbody tr{
    box-shadow: 0px 10px 20px -5px #0000000A;
    border-radius: 10px;
    background-color: #FFF;
}
.bilan-content table tbody tr .yellow{
    background-color: rgba(243, 181, 27, .2);
}

.bilan-content table tbody td{
    padding: 10px 14px;
}

.bilan-content table img{
    max-width: 28px;
    max-height: 28px;
    border-radius: 5px;
}

.bilan-content table input{
    width: 100px;
    max-width: 100px;
    height: 40px;
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 10px;
    padding: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.bilan-content table input[type="date"]{
    max-width: 140px;
}

.bilan-submit {
    display: flex;
    justify-content: flex-end;
}

.bilan-submit button{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    border: none;
    padding: 0 18px;
    background-color: #FF5C00;
    color: #FFF;
    gap: 10px;
}

/* Formulaire */
.bilan-form{
    width: 100%;
    margin-left: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;  
    overflow-y: auto; 
}

.bilan-header, 
.bilan-form-content{
    width: 700px;
}
.bilan-form-content{  margin-top: 40px; }

.bilan-form-content .entete{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bilan-form-content .entete div{
    display: flex;
    align-items: center;
    gap: 10px;
}

.bilan-form-content .entete p.text{ 
    font-family: Rubik;
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
}

.bilan-form-content .entete div p{ 
    width: 70px; 
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.bilan-form-content .entete div select{
    width: 124px;
    height: 52px;
    padding: 2px;
    border-radius: 10px;
    background-color: transparent;
    border: 1px solid rgba(226, 226, 226, 1);
} 

.user-box{
    display: flex;
    flex-direction: column;
    opacity: 1;
    gap: 10px;
    padding: 14px;
    border-radius: 20px;
    border-width: 5px;
    background: #FFFFFF;
    box-shadow: 0px 30px 180px 10px #0000001A;
}

.user-infos{
    display: flex;
    justify-content: space-between;
}
.user-box p{ margin: 0; }

form .form-container{
    padding: 30px;
    border-radius: 15px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background: rgba(248, 248, 248, 1);   
}

form .form-container .content{
    display: flex;
    flex-direction: column;
    gap: 24px;
}    

form .form-row{
    display: flex;
    flex-direction: column;
    gap: 6px;
}

form .form-row input{
    background-color: transparent;
    border: 1px solid rgba(226, 226, 226, 1);
}

form .form-row label{ margin: 0; }

.submit-container{
    width: 100%;;
    display: flex;
    align-items: center;
    margin-top: 40px;
    gap: 20px;
}

.submit-container a, .submit-container button{
    width: 100%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 18px;
    padding-left: 18px;
    gap: 10px;
    border-radius: 100px;
    background: rgba(52, 73, 94, 0.07);
    color: rgba(52, 73, 94, 1);
    font-family: Rubik;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    text-align: center;
    border: none;
    cursor: pointer;
}

.submit-container button{
    background: #FF5C00;
    color: #FFF;
}

.bg-yellow{
    border-radius: 5px;
    background-color: rgba(243, 181, 27, .2);
}

.modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    min-width: 280px;
}

.modal input {
    width: 80px;
    height: 40px;
    border: 1px solid rgba(226, 226, 226, 1);
    border-radius: 10px;
    padding: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.modal-actions{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    gap: 10px;
}

#modal-save, #modal-close{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 100px;
    border: none;
    padding: 0 18px;
    background-color: #FF5C00;
    color: #FFF;
    gap: 10px;
}

#modal-close{
    background-color: #34495e12;
    color: #34495E;
}

@media (min-width: 1260px) and (max-width: 1500px) {
  .bilan-page{
    overflow-y: scroll !important;
  }
} 

@media (max-width: 1260px) {
    .bilan-page{ margin-left: 0; }
    .bilan-page .return-button{
        width: 113px;
        height: 52px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: auto 16px;
        border-radius: 100px;
        background-color: #34495E12;
        gap: 10px;
        font-weight: 500;
    }
    .bilan-head{  margin-top: 30px; }

    .bilan-head .title{
        font-size: 18px;
        margin: 0;
    }

    .bilan-infos select{  width: 105px; }
    .bilan-infos{
        display: flex;
        flex-direction: row;
    }

    .bilan-page table{   padding: 0;  }
    .bilan-submit{  justify-content: center;  }

    .bilan-content{
        overflow: scroll;
    }
}