/* ANCRAGES DIASPORIK HOME - STYLE */

/* GÉNÉRAL - DÉBUT */

.ancrages-diasporik-home {
    margin-bottom: 50px;
}


.ancrages-diasporik-home a {
    text-decoration: none!important;
    color: #000;
}

.ancrages-diasporik-home h3 a {
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 2px;
    transition: background-size .5s ease;
}

.ancrages-diasporik-home h3:hover a {
    background-size: 100% 2px;
}

.ancrages-diasporik-home__latest-posts,
.ancrages-diasporik-home__categories {
    display: flex;
    gap: 60px;
}

.ancrages-diasporik-home__latest-posts div,
.ancrages-diasporik-home__categories div {
    width: 100%;
}

.ancrages-diasporik-home__categories div {
    border-bottom:  1px solid #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.ancrages-diasporik-home__categories div p {
    color: #000;
    font-size: 27px;
    font-weight: 400;
    margin-bottom: 7px;
}

.ancrages-diasporik-home__categories div p::before {
    content: "";
    display: inline-block;
    margin-right: 20px;
    width: 20px;
    height: 20px;
    background-color: #000;
}

.ancrages-diasporik-home__categories .ancrages-diasporik-home__category-video p::before {
    border-radius: 20px;
}

.ancrages-diasporik-home__categories .ancrages-diasporik-home__category-podcast p::before {
    width: 23px;
    height: 23px;
    background-color: #ffffff00;
    background-image: url('/wp-content/uploads/2024/10/podcast-icon.svg');
    background-size: contain;
}





.last-content-text {
    margin-top: 60px;
    font-size: 24px;
    font-weight: 500;
    line-height: 49px;
    margin-bottom: 20px;
    color: #0000004D;
}

.ancrages-diasporik-home__latest-posts h3 {
    font-size: 30px;
    font-weight: 400;
    line-height: 39px;
    color: #000;
}

.ancrages-diasporik-home__latest-posts .thumbnail {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    margin-bottom: 20px;
    object-fit: cover;
}

.ancrages-diasporik-home__latest-excerpt {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 10px;
    color: #00000099;
}

.ancrages-diasporik-home__latest-posts .date {
    font-size: 15px;
    color: #ABABAB;
    text-transform: uppercase;
}

.ancrages-diasporik-home__latest-category {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px!important;
}

.ancrages-diasporik-home__latest-category::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    background-color: #000;
    vertical-align: middle;
}

.ancrages-diasporik-home__latest-video .ancrages-diasporik-home__latest-category::before {
    border-radius: 15px;
}

.ancrages-diasporik-home__latest-podcast .ancrages-diasporik-home__latest-category::before {
    width: 18px;
    height: 18px;
    background-color: #ffffff00;
    background-image: url('/wp-content/uploads/2024/10/podcast-icon.svg');
    background-size: contain;
}

/* GÉNÉRAL - FIN */

/* RESPONSIVE - DEBUT */

@media screen and (max-width: 980px) {
    .ancrages-diasporik-home__categories,
    .ancrages-diasporik-home__latest-posts {
        flex-direction: column;
        gap: 20px;
    }

    .ancrages-diasporik-home__latest-category {
        margin-bottom: 15px!important;
    }
    
    .ancrages-diasporik-home__latest-posts .date {
        margin-bottom: 15px!important;
    }


    .ancrages-diasporik-home__categories div p {
        color: #000;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 7px;
    }
    
    .ancrages-diasporik-home__categories div p::before {
        content: "";
        display: inline-block;
        margin-right: 15px;
        width: 15px;
        height: 15px;
        background-color: #000;
    }

    .ancrages-diasporik-home__categories .ancrages-diasporik-home__category-podcast p::before {
        width: 18px;
        height: 18px;
    }

    .last-content-text {
        font-weight: 400;
        font-size: 18px;
    }

    .ancrages-diasporik-home__latest-posts .thumbnail {
        height: 210px;
    }

    .ancrages-diasporik-home__latest-posts h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }

    .ancrages-diasporik-home__latest-category {
        font-size: 14px;
        margin-bottom: 10px!important;

    }

    .ancrages-diasporik-home__latest-category::before {
        width: 10px;
        height: 10px;
    }

    .ancrages-diasporik-home__latest-podcast .ancrages-diasporik-home__latest-category::before {
        width: 15px;
        height: 15px;
    }

    .ancrages-diasporik-home__latest-posts .date {
        font-size: 12px;
    }

    .ancrages-diasporik-home {
        margin-bottom: 40px;
    }

    
}

