.logo-img {
    width: 85px;
    height: 85px;
}

.logo-text {
    font-size: 2em;
    /* desktop */
    color: #fff;
    /* texte blanc */
}

/* Mobile */
@media (max-width: 767px) {
    .logo-img {
        width: 50px;
        /* réduire le logo */
        height: 50px;
    }

    .logo-text {
        font-size: 1.2em;
        /* réduire le texte */
        color: #fff;
        /* texte blanc */
    }

}

.icon-pf {
  width: 160px;
  height: 160px;
  display: block;
  margin: 0 auto;
}

.avatar {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0 0 12px rgba(255,255,255,0.2);
}



