li#menu-item-486 {
background-color: var(--color-primary);
} .hero-article {
position: relative;
margin-top: 100px;
padding-bottom: 0;
}
.hero-article .label {
font-weight: 500;
font-family: var(--font-display);
letter-spacing: normal;
font-size: 18px;
}
.hero-article h1 {
font-family: var(--font-display);
font-weight: 300;
font-size: 32px;
line-height: 1.2;
max-width: 70%;
}
.hero-article .container.py-3xl {
background-image: url(//www.bulle-studio.com/wp-content/uploads/2026/03/Vector.png);
background-position: right;
background-size: contain;
background-color: #fffcf3;
background-repeat: no-repeat;
padding: 35px;
position: relative;
border-radius: 5px;
}
.metadonnees {
position: absolute;
top: 20px;
right: 20px;
}
.subtitle {
max-width: 70%;
}
@media (max-width: 768px) {
.hero-article .flex {
flex-direction: column;
}
.hero-article h1 {
font-size: 1.75rem !important;
}
} h2 {
font-size: 24px;
font-weight: 500;
} .post-card {
border-radius: 8px;
border: none;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
position: relative;
}
.post-card .post-category {
font-family: var(--font-body);
font-size: 14px;
font-weight: 300;
margin-bottom: 0;
}
.post-card .post-title {
font-weight: 600;
font-size: 1.125rem;
line-height: 1.4;
}
.post-card .post-title a {
text-decoration: none;
color: inherit;
}
.post-card .post-excerpt {
line-height: 1.6;
}
.section-top-posts .card {
height: 100%;
transition: transform var(--transition-base), box-shadow var(--transition-base);
position: relative;
min-height: 265px;
}
.section-top-posts .card:hover {
transform: translateY(-4px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.post-category {
letter-spacing: 0.05em;
font-weight: 600;
}
.link-arrow {
display: inline-flex;
text-decoration: none;
transition: transform var(--transition-base);
position: absolute;
align-items: center;
right: 10px;
bottom: 10px;
}
.link-arrow svg {
width: 20px;
height: 20px;
transition: transform var(--transition-base);
}
.link-arrow:hover svg {
transform: translate(4px, -4px);
} .newsletter-card {
position: relative;
overflow: hidden;
}
.newsletter-card input::placeholder {
color: rgba(255, 255, 255, 0.7);
}
.newsletter-card input:focus {
outline: none;
background: rgba(255, 255, 255, 0.3) !important;
}
.section-top-posts .grid {
display: grid;
grid-template-columns: 285px 386px 1fr;
gap: 1rem;
}
form.newsletter-form {
display: flex;
flex-direction: row;
align-items: center;
gap: 20px;
align-content: center;
}
.post-card p {
line-height: 18px !important;
}
.card {
box-shadow: none !important;
} .section-guide .card {
border: none;
padding: 40px;
background-color: #EFE7D4;
background-image: url(//www.bulle-studio.com/wp-content/uploads/2026/03/livre-blanc-mockup-placeholder-1.png);
background-position: top right;
background-repeat:  no-repeat;
}
.section-guide h2 {
font-family: var(--font-display);
font-size: 24px;
}
@media (max-width: 768px) {
.section-guide .flex {
flex-direction: column;
}
} section.section-articles {
padding-top: 40px;
}
.filters button {
transition: all var(--transition-base);
border-radius: 5px;
padding: 0.5rem 1.25rem;
font-size: 18px;
font-weight: 500;
cursor: pointer;
border: 1px solid rgb(43 43 43 / 0.2);
background: white;
color: rgb(43 43 43 / 0.6);
}
.filters button.active {
background: #FFC0A6;
color: var(--color-secondary);
border-color: #FFC0A6;
}
.filters button:hover:not(.active) {
border-color: #cbd5e1;
background: #f8fafc;
} .article-card {
transition: transform var(--transition-base), box-shadow var(--transition-base);
height: 100%;
}
.article-card:hover {
transform: translateY(-4px);
box-shadow: var(--shadow-lg);
}
.article-card h3 {
font-size: 1.125rem;
line-height: 1.4;
}
.article-card h3 a {
color: inherit;
text-decoration: none;
}
.article-card h3 a:hover {
color: var(--color-primary);
}
section.section-guide.py-3xl {margin-top: 1rem;}
.newsletter-card h3 {
color: #FF4B00;
font-weight: 500;
font-size: 24px;
}
.card-body {
padding: 20px;
}
@media (max-width: 1024px) {
.grid-4 {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 640px) {
.grid-3,
.grid-4 {
grid-template-columns: 1fr;
}
} .pagination {
list-style: none;
padding: 0;
margin: 0;
}
.pagination ul {
display: flex;
gap: 0.5rem;
list-style: none;
padding: 0;
margin: 0;
}
.pagination li {
list-style: none;
}
.pagination a,
.pagination span {
display: flex;
align-items: center;
justify-content: center;
min-width: 40px;
height: 40px;
padding: 0 0.75rem;
border-radius: var(--radius-md);
text-decoration: none;
color: #64748b;
background: white;
border: 1px solid #e2e8f0;
transition: all var(--transition-base);
font-weight: 500;
}
.pagination a:hover {
background: #f8fafc;
border-color: #cbd5e1;
color: #1e293b;
}
.pagination .current {
background: var(--color-primary);
color: white;
border-color: var(--color-primary);
} .blog-sidebar {
position: sticky;
top: 2rem;
}
.blog-sidebar .widget {
background: white;
padding: var(--space-xl);
border-radius: var(--radius-md);
box-shadow: var(--shadow-sm);
margin-bottom: var(--space-lg);
}
.blog-sidebar .widget-title {
font-size: 1.125rem;
font-weight: 700;
margin-bottom: var(--space-md);
}
.blog-sidebar ul {
list-style: none;
padding: 0;
margin: 0;
}
.blog-sidebar li {
padding: 0.5rem 0;
border-bottom: 1px solid #f1f5f9;
}
.blog-sidebar li:last-child {
border-bottom: none;
}
.blog-sidebar a {
color: #64748b;
text-decoration: none;
transition: color var(--transition-base);
}
.blog-sidebar a:hover {
color: var(--color-primary);
} .article-card,
.newsletter-card {
animation: fadeIn 0.5s ease-out;
position: relative;
background-image: url(//www.bulle-studio.com/wp-content/uploads/2026/03/Vector-3.png)');
background-position: bottom right;
background-repeat: no-repeat;
background-color: rgb(255 192 166 / 20%);
}
input::placeholder {
color: rgba(43, 43, 43, 0.5)!important;
}
@keyframes fadeIn {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}