/**web articles*/
.art-img-web {
    width: 200px;
    height: 140px;
    min-width: 200px;
    max-width: 200px;
    min-height: 140px;
    max-height: 140px;


    /* object-fit: fill !important; */
}



.art-img-home {
    width: 300px;
    height: 170px;
    min-width: 300px;
    max-width: 300px;
    min-height: 170px;
    max-height: 170px;
    object-fit: fill !important;
}

.user-article-list-admin-img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    max-width: 70px;
    min-height: 70px;
    max-height: 70px;
    object-fit: fill !important;
}







/*Show Article**/

.show-article .sj-action-link {
    color: #007bff;
    text-decoration: none;
}

.show-article .sj-action-link:hover {
    color: #0056b3;
    text-decoration: underline;
}

.show-article .article-title {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
}

.show-article .sj-articleauthors .sj-username a {
    color: #007bff;
    text-decoration: none;
}

.show-article .sj-articleauthors .sj-username a:hover {
    text-decoration: none;
}

.show-article .sj-description h5 {
    color: #0056b3;
    margin-top: 1rem;
    font-size: 1.2rem;
}

.show-article .sj-extrainfo p {
    margin-bottom: 0.5rem;
}

.show-article .sj-file-link {
    color: #007bff;
    text-decoration: none;
}

.show-article .sj-file-link:hover {
    text-decoration: underline;
}

.show-article .sj-widgetheading h3 {
    color: #0056b3;
    font-size: 1.2rem;
}

.show-article .sj-relatedarticles li {
    margin-bottom: 1rem;
}


.show-article .mt-100 {
    margin-top: 100px;
}

.show-article .mb-100 {
    margin-bottom: 100px;
}

.show-article .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0px solid transparent;
    border-radius: 0px;
}

.show-article .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.show-article ul.list-style-none li {
    list-style: none;
}

.show-article ul.list-style-none li a {
    color: #673AB7;
    padding: 8px 0px;
    display: block;
    text-decoration: none;
}

.show-article .m-t-5 {
    margin-top: 5px;
}

.show-article .w-30px {
    width: 30px;
}


#artId {
    width: 800px;
    height: 460px;
    min-width: 200px;
    /* object-fit: fill !important; */
    min-height: 460px;
    max-height: 460px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/*Home*/

#bannerImgArt {
    width: 552px;
    height: 552px;
    border-radius: 5px;
    /* object-fit: contain !important; */
}



.figureLatestThree {
    width: 270px;
    height: 170px;
    min-width: 270px;
    max-width: 270px;
    min-height: 170px;
    max-height: 170px;
    object-fit: scale-down !important;
}


/**Norme et rapporteurs*/
.ok {
    font-style: italic;
    background-color: #bdf7d9;
    border: 1px solid #0876e4;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    color: #333;
    font-size: 1.1em;
    max-width: 600px;
    margin: 20px auto;
    text-align: center;
}
