.content{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 0 50px;
}
.allInfosAuthor{
    max-height: 500px;
    width: 100%;
    display: flex;
    align-items: center;
    gap:30px;
    padding-top: 100px;
    padding-bottom: 200px;
    justify-content: space-between;
    max-width: 1180px;
    .Author{
        display: flex;
        gap: 30px;
        max-height: 200px;
        align-items: center;
    }
    p{
        height: 100%;
        width: 500px;
    }
}
.custom-author-avatar{
    height: 200px !important;
    width: 200px;
}
.authorInfo{
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    h1{
        font-size: 30px;
        font-weight: mixed;
        margin: 0;
        span{
            color: #FFD7EB;
            font-family: "Rock Salt", cursive;
        }
    }
}
.reseauxSociaux{
    display: flex;
    gap: 10px;
    height: 40px;
}

.reseauxSociaux a{
    display: flex;
    min-width: 66px;
    height: 40px;
    padding: 8px 20.5px;
    border: 1px solid #FFD7EB;
    border-radius: 30px;
    align-items: center;
    justify-content: center;
}

.reseauxSociaux a path{
    fill: #FFD7EB;
}

.reseauxSociaux a:hover {
    background: #FFD7EB;
    border: 1px solid #403756;
}

.reseauxSociaux a:hover path {
    fill: #403756;
}
.articlesWrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 75px;
    pointer-events: stroke;
    padding: 0 50px;
    .articlesAuthor{
        margin-top:-100px;
        display: grid;
        max-width: 1180px;
        grid-template-columns: repeat(3, 1fr);
        grid-gap:50px 20px;
    }
    .current{
        background: #FFF381;
        border-radius: 5px;
    }
    .paginationWrapper {
        display: flex;
        margin: 20px auto;
        width: fit-content;
        gap: 10px;
    }
    .paginationWrapper *{
        color: black;
        padding: 0 5px;
    }
    .paginationWrapper *:hover{
        background: #FFF381;
        border-radius: 5px;
    }
    .dots:hover{
        background: none;
    }
}
.articlesAuthor{
    margin-top:-100px;
    display: grid;
    max-width: 1180px;
    grid-template-columns: repeat(3, 1fr);
    grid-gap:50px 20px;
}

.container-card-article >.thumbnail-container >img {
    object-fit: cover !important;
    background: #403756;
}
.container-card-article {
    min-height: 390px!important;
}

@media (max-width: 1250px) {
    .container-card-article{
        width: fit-content !important;
        min-width:330px ;
        max-width: 400px;
    }
    .allInfosAuthor{
        .Author {
                width: 100%;
                justify-content: center;
        }
        p{
            width: 70%;
        }
    }
    .authorInfo{
        h1{
            br{
                display: none;
            }
        }
    }
}
@media (max-width: 1200px) {
    .allInfosAuthor {
        flex-direction: column;
        max-height: 600px;
        align-items: center;
    }
    .articlesAuthor {
        margin-top: -70px !important;
    }
}
@media (max-width: 1080px) {
    .allInfosAuthor>p{
            width: 85%;
    }
    .articlesAuthor {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 880px) {
    .allInfosAuthor>p{
            width: 100%;
    }
}
@media (max-width: 790px) {
    .articlesAuthor {
        grid-template-columns: repeat(1, 1fr) !important;
        .container-card-article {
            max-width: 400px;
        }
    }
}
@media (max-width: 680px) {
    .Author {
        
        .custom-author-avatar{
            height: 150px !important;
            width: 150px;
        }
        .authorInfo{
            gap: 15px;
            h1{
                font-size: 24px;
                
            }
            .reseauxSociaux{
                flex-wrap: wrap;
                max-width:220px ;
            }
        }
    }
    .allInfosAuthor{
        
        p{
            padding: 0 20px;
        }
    }
}
@media (max-width: 515px) {
    
    .articlesAuthor {
        margin-top: 25px !important;
    }
    .allInfosAuthor {
        p {
            padding: 0;
            width: fit-content;
        }
    }
    .articlesWrapper {
        padding: 0 25px;
    }
    .container-card-article {
        width: fit-content !important;
    }
    
}
@media (max-width: 445px) {
    .reseauxSociaux {
        justify-content: center;
    }
    .authorInfo>h1{
        display: flex;
        flex-direction: column;
    }
    .allInfosAuthor {
        .Author {
            display: flex;
            gap: 30px;
            max-height: none;
            flex-direction: column;
            align-items: center;
        }
    }
    .allInfosAuthor {
        max-height: fit-content !important;
        padding-top: 50px;
        padding-bottom: 25px;
    }
}
