.blog-header{
    padding:120px 0 70px;

    text-align:center;

    background:
    linear-gradient(
        180deg,
        #ffffff,
        #f8fbff
    );
}

.blog-header h1{
    font-size:58px;
    font-weight:800;

    color:#071B34;

    margin:20px 0;
}

.blog-header p{
    max-width:700px;

    margin:auto;

    color:#64748b;

    line-height:1.9;
}

.blog-filters{
    display:flex;
    flex-wrap:wrap;
    justify-content:center;

    gap:15px;

    margin-bottom:70px;
}

.blog-filters a{
    padding:12px 24px;

    border-radius:50px;

    text-decoration:none;

    background:#fff;

    color:#071B34;

    font-weight:600;

    box-shadow:
    0 10px 25px rgba(0,0,0,.05);

    transition:.3s;
}

.blog-filters a.active,
.blog-filters a:hover{

    background:
    linear-gradient(
        135deg,
        #2DC7FF,
        #0095D9
    );

    color:white;
}

.blog-card{
    background:#fff;

    border-radius:25px;

    overflow:hidden;

    height:100%;

    box-shadow:
    0 15px 40px rgba(0,0,0,.05);

    transition:.4s;
}

.blog-card:hover{
    transform:translateY(-10px);
}

.blog-image{
    height:260px;
    overflow:hidden;
}

.blog-image img{
    width:100%;
    height:100%;

    object-fit:cover;

    transition:.6s;
}

.blog-card:hover img{
    transform:scale(1.08);
}

.blog-content{
    padding:30px;
}

.blog-category{
    display:inline-block;

    background:#eef9ff;

    color:#0095D9;

    padding:8px 15px;

    border-radius:30px;

    font-size:13px;

    font-weight:700;
}

.blog-content h3{
    margin:20px 0 15px;

    font-size:24px;

    font-weight:700;

    color:#071B34;
}

.blog-content p{
    color:#64748b;

    line-height:1.8;
}

.blog-footer{
    margin-top:20px;

    display:flex;
    justify-content:space-between;
    align-items:center;
}

.blog-footer a{
    color:#2DC7FF;
    font-weight:700;
    text-decoration:none;
}

.blog-sidebar{
    position:sticky;

    top:120px;

    display:flex;
    flex-direction:column;

    gap:30px;
}
.sidebar-card{
    background:#fff;

    border-radius:25px;

    padding:30px;

    box-shadow:
    0 20px 50px rgba(0,0,0,.06);
}

.sidebar-card h4{
    color:#071B34;

    font-weight:700;

    margin-bottom:25px;

    padding-bottom:15px;

    border-bottom:1px solid #edf2f7;
}
.category-list{
    list-style:none;
    padding:0;
    margin:0;
}

.category-list li{
    margin-bottom:12px;
}

.category-list a{
    display:block;

    padding:14px 18px;

    border-radius:12px;

    background:#f8fbff;

    color:#071B34;

    text-decoration:none;

    transition:.3s;
}

.category-list a:hover{
    background:#2DC7FF;
    color:#fff;
}
.recent-post{
    display:flex;

    gap:15px;

    margin-bottom:20px;
}

.recent-post img{
    width:85px;
    height:85px;

    border-radius:15px;

    object-fit:cover;
}

.recent-post h6{
    margin-bottom:5px;
}

.recent-post a{
    color:#071B34;
    text-decoration:none;
}

.featured-post{
    background:#fff;

    border-radius:30px;

    overflow:hidden;

    box-shadow:
    0 20px 60px rgba(0,0,0,.06);
}



.featured-content{
    padding:40px;
}

.featured-content h2{
    font-size:42px;
    font-weight:800;

    color:#071B34;

    margin:20px 0;
}

.blog-sidebar{
    position:sticky;
    top:120px;
}

.sidebar-card{
    background:#fff;

    border-radius:30px;

    padding:35px;

    margin-bottom:30px;

    border:1px solid #eef4f8;

    box-shadow:
    0 25px 60px rgba(15,23,42,.05);
}

.sidebar-card h4{
    position:relative;

    font-size:22px;
    font-weight:800;

    color:#071B34;

    margin-bottom:30px;

    padding-left:18px;
}

.sidebar-card h4::before{
    content:"";

    position:absolute;

    left:0;
    top:50%;

    transform:translateY(-50%);

    width:6px;
    height:24px;

    border-radius:20px;

    background:#2DC7FF;
}
.category-list{
    list-style:none;
    padding:0;
    margin:0;
}

.category-list li{
    margin-bottom:12px;
}

.category-list a{
    display:flex;

    justify-content:space-between;

    align-items:center;

    padding:16px 18px;

    border-radius:16px;

    text-decoration:none;

    color:#071B34;

    background:#f8fbff;

    transition:.3s;
}

.category-list a:hover,
.category-list a.active{

    background:linear-gradient(
        135deg,
        #2DC7FF,
        #0095D9
    );

    color:#fff;

    transform:translateX(5px);
}
.recent-post{
    display:flex;

    gap:15px;

    margin-bottom:25px;
}

.recent-post img{
    width:95px;
    height:95px;

    object-fit:cover;

    border-radius:18px;
}

.recent-info span{
    font-size:13px;

    color:#2DC7FF;

    font-weight:600;
}

.recent-info h6{
    margin-top:8px;

    line-height:1.5;

    font-size:15px;

    color:#071B34;
}
.featured-post{
    overflow:hidden;

    border-radius:35px;

    background:#fff;

    box-shadow:
    0 30px 80px rgba(15,23,42,.08);

    margin-bottom:50px;
}

.featured-image{
    position:relative;
    overflow:hidden;
    border-radius:35px;
}

.featured-image img{
    width:100%;
    height:550px;
    object-fit:cover;

    transition:all .8s ease;
}

/* Overlay caché au départ */
.featured-overlay{
    position:absolute;
    inset:0;

    display:flex;
    flex-direction:column;
    justify-content:flex-end;

    padding:50px;

    background:linear-gradient(
        to top,
        rgba(7,27,52,.95),
        rgba(7,27,52,.4),
        transparent
    );

    opacity:0;

    transform:translateY(40px);

    transition:all .5s ease;
}

/* Apparition au hover */
.featured-image:hover .featured-overlay{
    opacity:1;
    transform:translateY(0);
}

/* Zoom image */
.featured-image:hover img{
    transform:scale(1.08);
}

.featured-tag{
    display:inline-flex;
    align-items:center;
    width:max-content;

    padding:10px 18px;

    border-radius:50px;

    background:#2DC7FF;

    color:#fff;

    font-size:13px;
    font-weight:700;

    margin-bottom:20px;

    letter-spacing:1px;
}

.featured-overlay h2{
    color:#fff;

    font-size:42px;

    font-weight:800;

    line-height:1.3;

    max-width:80%;

    margin:0;
}

.featured-tag{
    display:inline-block;

    padding:10px 18px;

    border-radius:50px;

    background:#2DC7FF;

    color:#fff;

    font-size:13px;

    font-weight:700;

    margin-bottom:20px;
}

.featured-overlay h2{
    font-size:42px;
    font-weight:800;
}

.empty-blog{
    background:#fff;
    border-radius:25px;
    padding:60px 40px;
    text-align:center;
    box-shadow:0 20px 50px rgba(15,23,42,.05);
}

.empty-blog i{
    font-size:60px;
    color:#2DC7FF;
    margin-bottom:20px;
}

.empty-blog h4{
    color:#071B34;
    font-weight:700;
}
.blog-layout{
    padding-top: 80px;
}
.featured-meta{

    display:flex;
    align-items:center;
    gap:15px;

    margin:10px 0 25px;
}

.featured-category{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:12px 20px;

    background:linear-gradient(
        135deg,
        #2DC7FF,
        #0095D9
    );

    color:#fff;

    border-radius:50px;

    font-size:14px;
    font-weight:700;

    box-shadow:
    0 10px 25px rgba(45,199,255,.25);
}

.featured-category i{
    font-size:13px;
}

.featured-date{

    display:inline-flex;
    align-items:center;
    gap:10px;

    padding:12px 18px;

    background:#f8fbff;

    border:1px solid #e8f2f8;

    border-radius:50px;

    color:#64748b;

    font-size:14px;
    font-weight:600;
}

.featured-date i{

    color:#2DC7FF;

    font-size:15px;
}

.featured-footer{
    display:flex;
    justify-content:flex-end;
    align-items:center;

    margin-top:35px;
}
.btn-read{

    display:inline-flex;
    align-items:center;
    gap:14px;

    padding:16px 28px;

    border-radius:60px;

    text-decoration:none;

   

    color:#00aaff;

    font-weight:700;

    letter-spacing:.3px;

    box-shadow:
    0 15px 35px rgba(45,199,255,.30);

    transition:all .35s ease;
}

.btn-read i{

    width:36px;
    height:36px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    background:rgba(255,255,255,.18);

    transition:all .35s ease;
}

.btn-read:hover{

     background:linear-gradient(
        135deg,
        #2DC7FF,
        #0095D9
    );
    color:#fff;

    transform:translateY(-4px);

    box-shadow:
    0 25px 45px rgba(45,199,255,.40);
}

.btn-read:hover i{

    transform:translateX(5px);

    background:rgba(255,255,255,.28);
}

.recent-post{

    display:flex;

    gap:15px;

    padding:12px;

    border-radius:18px;

    text-decoration:none;

    transition:all .35s ease;

    margin-bottom:15px;
}

.recent-post img{

    width:95px;
    height:95px;

    object-fit:cover;

    border-radius:15px;

    transition:.5s;
}

.recent-info{

    display:flex;
    flex-direction:column;
    justify-content:center;
}

.recent-info span{

    color:#2DC7FF;

    font-size:13px;

    font-weight:600;

    margin-bottom:8px;
}

.recent-info h6{

    color:#071B34;

    font-size:15px;

    font-weight:700;

    line-height:1.5;

    margin:0;

    transition:.3s;
}

/* HOVER */

.recent-post:hover{

    background:#f7fbff;

    transform:translateX(8px);

    box-shadow:
    0 15px 35px rgba(0,0,0,.05);
}

.recent-post:hover img{

    transform:scale(1.08);
}

.recent-post:hover h6{

    color:#0095D9;
}

.recent-post{
    position:relative;
}

.recent-post::after{

    content:"\f061";

    font-family:"Font Awesome 6 Free";

    font-weight:900;

    position:absolute;

    right:15px;
    top:50%;

    transform:
    translateY(-50%)
    translateX(-10px);

    opacity:0;

    color:#2DC7FF;

    transition:.3s;
}

.recent-post:hover::after{

    opacity:1;

    transform:
    translateY(-50%)
    translateX(0);
}