    .author-box {
        text-align: center;
        margin-top: 20px;
        padding: 20px;
        background-color: #f4f4f4;
        border-radius: 10px;
    }

    .author-photo {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 3px solid #333;
        object-fit: cover;
    }

    .author-name {
        font-size: 20px;
        color: #333;
        margin-top: 10px;
    }

    .author-about {
        font-size: 16px;
        color: #666;
        margin-top: 5px;
    }

    .social-icons {
        margin-top: 10px;
    }

    .social-icons img {
        width: 30px;
        height: 30px;
        margin: 0 5px;
        transform: scale(0.8);
        transition: transform 0.3s ease; /* Smooth transition for transform */

    }


    .social-icons img:hover {
    transform: scale(1); /* Scale back to original size on hover */
}
.author-name{
    display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  font-family: 'Righteous', cursive;
}

.maxdecours-texte{
  font-family: 'Caveat', cursive;
   color:transparent;
  font-size:1rem;
   letter-spacing:5px;
  margin:0px;
  background:linear-gradient(to right, #c4c4c4 ,#6a6a6a);
  -webkit-background-clip: text;
  background:url('/assets/images/effet-style-maxdecours.webp') center center no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;}



.maxdecours-texte:hover {
    background-size: 200%;
    letter-spacing: 6px;  
    transform: scaleX(1.1);
    margin-right: 10px; /* Ajustez cette valeur pour espacer les mots plus */
    margin-left: 12px;
  }