.body{
    --tw-text-opacity: 1;
    color: rgb(232 232 232 / var(--tw-text-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(19 22 25 / var(--tw-bg-opacity, 1));
    display: flex;
    height: 100%;
    min-height: 100vh;
    flex-direction: column;
}
.main{
    display: flex;
    height: 100%;
    flex-grow: 1;
    flex-direction: column;
}
.box-profile{
    display: flex;
    flex-direction: column;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(13 15 16 / var(--tw-bg-opacity, 1));
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
    --tw-border-opacity: .1;
}
.container{
    display: grid;
    width: 100%;
    max-width: 64rem;
    position: relative;
}
.main-profile{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.profile{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 10;
}
.image-profile{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    position: relative;
}

.age-profile{
    font-size: 9px;
    font-weight: 800;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 3px;
    padding-bottom: 3px;
    --tw-bg-opacity: 1;
    background-color: rgb(19 22 25 / var(--tw-bg-opacity, 1));
    border-width: 1px;
    border-color: #ffffff1a;
}
.moi{
    --tw-border-opacity: 1;
    border-color: rgb(54 58 61 / var(--tw-border-opacity, 1));
    overflow: hidden;
    border-radius: .5rem;
    border-width: 2px;
}
.info{
    display: flex;
}

.perso{
    display: flex;
    flex-direction: column;
    gap: 4px
}
.info-perso{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.nomprenom{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.prenom{
    letter-spacing: .15px;
    font-size: 18px;
    line-height: 28px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
}

.nom{
    letter-spacing: .15px;
    font-size: 14px;
    line-height: 20px;
    --tw-text-opacity: 1;
    color: rgb(205 206 207 / var(--tw-text-opacity, 1));
    font-weight: 500;
}

.main-tabs{
    z-index: 10;
}
.tab-box{
    --tw-text-opacity: 1;
    color: rgb(155 156 158 / var(--tw-text-opacity, 1));

}
.text-tab{
    letter-spacing: .15px;
    font-size: 12px;
    line-height: 18px;
}