.post-infos{border-top:1px solid #e9e9e9;display:flex;gap:24px;justify-content:space-between;padding:60px 0 75px;position:relative;width:100%;z-index:1}.post-infos .author{align-items:flex-start;display:flex;gap:15px}.post-infos .author .avatar{border-radius:50%;flex-shrink:0;height:60px;overflow:hidden;width:60px}.post-infos .author .avatar img{height:100%;object-fit:contain;width:100%}.post-infos .author .author-text{display:flex;flex-direction:column;gap:4px;justify-content:center}.name{color:#263845;font-size:1rem;font-weight:700}.bio,.name{margin:0}.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%}@media (max-width:768px){.post-infos{flex-direction:column}.post-infos,.post-infos .socials-wrapper{align-items:flex-start}.post-infos .socials-wrapper .social-label{text-align:left}}