.author-hero {
position: relative;
overflow: hidden;
padding: 180px 0 80px;
background-color: #FFFCF3;
background-image: url(https://www.bulle-studio.com/wp-content/uploads/2026/06/Vector-20.png);
background-repeat: no-repeat;
background-position: right bottom;
}
.author-hero-grid {
display: grid;
grid-template-columns: 160px 1fr;
align-items: start;
gap: 37px;
} .author-photo {
position: relative;
width: 160px;
height: 160px;
flex-shrink: 0;
}
.author-photo img {
width: 160px;
height: 160px;
border-radius: 50%;
object-fit: cover;
background: #F4C426;
display: block;
} .author-name {
margin: 0 0 12px;
font-family: var(--font-display);
font-weight: 300;
font-size: 48px;
line-height: 52px;
color: #2B2B2B;
}
.author-meta {
margin-bottom: 24px;
}
.author-fonction {
font-family: var(--font-display);
font-weight: 600;
font-size: 18px;
line-height: 22px;
color: #2B2B2B;
}
.author-linkedin { display: inline-flex; line-height: 0; } .author-intro {
margin: 0 0 24px;
max-width: 692px;
font-family: var(--font-display);
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: #2B2B2B;
}
.author-bio {
max-width: 692px;
margin: 0;
}
.author-bio p {
font-family: 'Albert Sans', var(--font-body);
font-size: 18px;
line-height: 22px;
color: #2B2B2B;
margin: 0 0 16px;
}
.author-bio p:last-child { margin-bottom: 0; } .author-eng-title {
margin: 0;
font-family: var(--font-display);
font-weight: 300;
font-size: 38px;
line-height: 48px;
color: #2B2B2B;
}
.author-eng-list {
display: flex;
flex-direction: column;
gap: 30px;
} .author-eng-item.item-line {
border-left: 2px solid #F4C426;
padding-left: 20px;
}
.author-eng-item h4 {
margin: 0 0 10px;
font-family: var(--font-display);
font-weight: 500;
font-size: 21px;
line-height: 25px;
color: #2B2B2B;
}
.author-eng-item p {
margin: 0;
font-family: 'Albert Sans', var(--font-body);
font-size: 16px;
line-height: 18px;
color: #2B2B2B;
} .author-linkedin-widget {
display: flex;
align-items: center;
justify-content: center;
min-height: 463px;
background: #F5F5F5;
border-radius: 5px;
overflow: hidden;
}
.author-linkedin-widget iframe {
width: 100%;
border: 0;
} .author-other-card {
position: relative;
padding-top: 47px;
}
.author-other-photo {
position: absolute;
top: 0;
left: 26px;
z-index: 2;
width: 94px;
height: 94px;
}
.author-other-photo img {
width: 94px;
height: 94px;
border-radius: 50%;
object-fit: cover;
background: #F4C426;
display: block;
}
.author-other-info {
padding: 64px 35px 35px;
background: #FFFCF3;
border-radius: 5px;
}
.author-other-name {
margin-bottom: 4px;
}
.author-other-name a {
font-family: var(--font-display);
font-weight: 600;
font-size: 18px;
line-height: 22px;
color: #2B2B2B;
text-decoration: none;
}
.author-other-fonction {
display: block;
margin-bottom: 16px;
font-family: 'Albert Sans', var(--font-body);
font-weight: 500;
font-size: 14px;
line-height: 18px;
color: #2B2B2B;
}
.author-other-desc {
margin: 0;
font-family: 'Albert Sans', var(--font-body);
font-weight: 300;
font-size: 14px;
line-height: 16px;
color: #2B2B2B;
} .gap-sm { gap: 12px; }
.items-end { align-items: flex-end; }
.author-articles h3.mb-md.post-title {
font-size: 18px;
}
a.link-arrow {
position: absolute;
right: 10px;
border: 10px;
} .author-carousel {
overflow: hidden;
}
.author-carousel-track {
display: flex;
align-items: stretch;
gap: 20px;
overflow-x: auto;
scroll-snap-type: x mandatory;
-webkit-overflow-scrolling: touch;
scrollbar-width: none;
padding-bottom: 4px;
}
.author-carousel-track::-webkit-scrollbar { display: none; } .author-carousel-track .article-card {
flex: 0 0 calc((100% - 60px) / 4);
scroll-snap-align: start;
display: flex;
} .author-carousel-track .article-card .card-body {
display: flex;
flex-direction: column;
width: 100%;
}
.author-carousel-track .article-card .link-arrow {
margin-top: auto;
} .author-carousel-nav {
display: flex;
align-items: center;
justify-content: center;
gap: 15px;
margin-top: 32px;
}
.author-carousel-btn {
display: flex;
align-items: center;
justify-content: center;
width: 44px;
height: 44px;
background: #EFE7D4;
border: none;
border-radius: 50%;
cursor: pointer;
transition: background 0.2s;
}
.author-carousel-btn:hover { background: #e2d6bb; }
.article-card.card.post-card {
position: relative;
} @media (max-width: 1024px) {
.author-hero            { padding: 120px 0 60px; }
.author-engagements .grid,
.author-others .grid    { grid-template-columns: 1fr; gap: 40px; }
.author-articles .grid  { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.author-hero-grid       { grid-template-columns: 1fr; gap: 24px; text-align: left; }
.author-name            { font-size: 32px; line-height: 38px; }
.author-articles .grid  { grid-template-columns: 1fr; }
.author-linkedin-widget { min-height: 300px; }
}