.container-profil{
    display: flex;
    flex-direction: row;
    color: white;
}
.container-profil .background_profil{
    background-image: url("/image/snow2.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 30%;
    height: 100vh;
    position: relative;
}
.container-profil .bg_filter{
    width: 100%;
    height: 100vh;
    backdrop-filter: brightness(0.5);
}
.container-profil .content-profil{
    /* width: 70%; */
    width: 100%;
    overflow: auto;
    height: 100vh;
}
.container-profil .content-profil .align{
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
}
.container-profil a{
    color: white;
}
.content-profil .profil_block{
    background-color: rgb(43, 43, 43, 100%);
    padding: 10px;
    border-radius: 5px;
    margin: 10px;
    border: #543F2D 1px solid;
    position: relative;
    z-index: 0;
}
.content-profil .profil_block .sgv-bg{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #535353;
    z-index: -1;
}
.profil_block_width{
    width: 100%;
}
.content-profil .profil_block #preview{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid white;
    object-fit: cover;
}
.content-profil .img_badge{
    width: 60px;
    display: block;
    margin: auto;
}
.container-badges{
    position: relative;
    top: 50px;
    margin: 20px;
}
.container-badges h3{
    color: white;
}
.align_badges{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-around;
}
.container-badges .align_badges .badges-content{
    width: 100px;
    display: flex;
    flex-direction: column;
    text-align: center;
    margin: 10px;
}
.tooltip {
    position: relative;
    display: inline-block;
}
  
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #2b2b2b;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    border: 1px #535353 solid;
}
  
.tooltip:hover .tooltiptext {
    visibility: visible;
}
.container-badges .align_badges .badges-content img{
    width: 100px;
    cursor: pointer;
    border-radius: 50%;
}
.container-profil ul{
    padding-left: 25px;
}
#show_badges{
    padding: 8px 20px;
    background-color: #202425;
    border: 1px #535353 solid;
    outline: none !important;
    color: white;
    cursor: pointer;
}
.container-bages-side-right{
    position: fixed;
    top: 0;
    background-color: #202425;
    width: 400px;
    height: 100vh;
    z-index: 999;
    border-left: 1px #535353 solid;
    transition: 0.5s;
    visibility: hidden;
    transform: translate(110%);
    top: 0;
    right: 0;
}
.show_menu_container_badges{
    transition: 0.5s;
    visibility: visible;
    transform: translate(0%) !important;
}
.item-badges-profil{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
    color: white;
}
.item-badges-profil li{
    list-style: none;
    margin: 10px;
    font-size: 24px;
}
.item-badges-profil a{
    text-decoration: none;
    color: white;
}
.container-bages-side-right svg{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    transform: rotate(45deg);
    color: white;
    cursor: pointer;
}
#edit_profil{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #e67e22;
    border-radius: 50%;
    border: 1px #535353 solid;
    cursor: pointer;
}
#edit_profil svg{
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    padding: 10px;
    color: white;
}

/* Edition du profil */
#save_profil{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #e67e22;
    border-radius: 50%;
    border: 1px #535353 solid;
    cursor: pointer;
}
#save_profil svg{
    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    padding: 10px;
    color: white;
}
.label-input{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
#form_edit_profil{
    width: 100%;
    padding: 10px;
}
#form_edit_profil input{
    color: white;
    margin: 5px;
    background-color: #202425;
    border: 1px #535353 solid;
    padding: 8px;
    outline: none !important;
    font-family: 'Iceberg', cursive;
}
#form_edit_profil textarea{
    width: -webkit-fill-available;
    height: 120px;
}

.label-control{
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.input-file{
    display: none;
}
.control-file{
    position: relative;
    cursor: pointer;
    width: fit-content;
}
.label-file{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #de7d1b;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #535353;
}
.control-file img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid white;
    object-fit: cover;
}
.content-img-profil{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.content-img-profil .hello{
    margin-left: 10px;
}
.settings-profil{
    padding: 5px;
}
.menu_profil{
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding-bottom: 30px;
    border-bottom: #543F2D 1px solid
}
.menu_profil .content_menu_profil{
    display: flex;
    justify-content: center;
    margin: auto;
    align-items: center;
    cursor: pointer;
}
.menu_profil .current_menu_profil{
    color: #e67e22;
    font-weight: bold;
}
.menu_profil .content_menu_profil svg{
    margin-right: 8px;
}
.menu_profil .content_menu_profil span{
    line-height: 16px;
}

.section {
    display: none;
}

.section.current {
    display: block;
}

.menu_profil {
    display: flex;
    justify-content: space-between;
}
