.post-infos{border-top:1px solid #e9e9e9;display:flex;justify-content:space-between;padding:60px 0 75px;position:relative;width:100%;z-index:1}.post-infos .author{align-items:center;display:flex;gap:15px}.post-infos .author .avatar{border-radius:50%;height:60px;overflow:hidden;width:60px}.post-infos .author .avatar img{height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.post-infos .socials-wrapper{align-items:center;display:flex;flex-direction:column;gap:15px}.post-infos .socials-wrapper .social-label{text-align:center;width:100%}.post-infos .socials-wrapper .socials{display:flex;gap:8px}.post-infos .socials-wrapper .socials .social{height:50px;scale:1;transition:scale .3s ease-in-out;width:50px}.post-infos .socials-wrapper .socials .social:hover{scale:1.1}.post-infos .socials-wrapper .socials .social .picto{border-radius:50%;box-shadow:5px 10px 20px 0 rgba(var(--shadow-color),.46);display:block;height:100%;overflow:hidden;width:100%}.post-infos .socials-wrapper .socials .social .picto img{height:100%;width:100%}