.lb-preload {
opacity: 0;
transition: opacity 0.3s ease-in-out;
} .lb-photo-profil {
width: 123px !important;
height: 123px !important;
border-radius: 50% !important;
object-fit: cover;
} #backToTop {
position: fixed;
bottom: 30px;
right: 20px;
width: 40px;
height: 40px;
background-color: #000000;
border-radius: 50%;
display: none;
justify-content: center;
align-items: center;
cursor: pointer;
z-index: 1000;
}
#backToTop svg {
width: 14px;
height: 14px;
fill: #FFFFFF;
}
@media (max-width: 767px) {
.lb-photo-profil {
width: 150px !important;
height: 150px !important;
}
}