@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@font-face {
    font-family: 'ubuntu';
    src: url('fonts/Ubuntu/Ubuntu-Light.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    background-color: white;
}

.main-container-article {
    display: inline-flex;
    margin: 0 auto;
    padding: 20px;
}
.main-container-article p{
    margin: 0px;
}

/* Article Section */
.article-container {
    background-color: white;
    padding-right: 30px;
    
}

.publication-type {
    font-family: Times;
    color: black;
    font-size: 1.1em;
}

.article-title {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0;
}

.editor {
    font-family: Times;
    font-size: 1.2em;
    font-weight: bolder;
    color: #10cf10;
}

.highlighted-text {
    color: green;
}

.pdf-button {
    border: none;
    cursor: pointer;
    font-size: 14px;
    margin-left: 10px;
}

.img_d_pdf{
    height: 35px;
    vertical-align: middle;
}

.pdf-button:hover {
    background-color: #e04343;
}

.authors {
    margin-top: 10px;
}
.authors span {
    display: inline-block;
    margin-right: 10px;
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    color: #0671e4;
}

.authors span img{
    width: 20px;
    padding-bottom: 5px;
    margin-left: 5px;
}
.article-stats {
    display: flex;
    margin-top: 20px;
}

.article-stats div {
    background-color: #E6E4E4;
    margin-right: 20px;
    padding: 15px 25px;
    border-radius: 10px;
    text-align: center;
}

.article-stats p {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
}

.article-stats span {
    font-size: 14px;
    color: #666;
}


.zone_article{
    display: inline-flex;

}









/* Navigation Links */
.main-container-article .nav-links {
    margin-right: 20px;
}

.main-container-article .nav-links a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #007bff;
    text-decoration: none;
}

.main-container-article .nav-links a:hover {
    text-decoration: underline;
}

/* Article Content */
.article-content h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.article-content p {
    font-size: 16px;
    color: #333;
    line-height: 1.6;
}

.article-authors {
    margin-top: 20px;
}

.article-authors h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.article-authors p {
    font-size: 16px;
    color: #333;
}

.article-content .content{
    display: none;
    overflow: hidden;
    border-top: 1px solid #ccc;
}




details {
    width: 100%;
    font-size: 1.1em;
}
.details p{
    font-size: 1.4em;
}


details p .sp_auteur{
    color: #045dbd;
}

details .p_mots_cles{
    color : #045dbd;
}

details p .sp_mots_cles{
    font-family: 'Times New Roman', Times, serif;
    color: black;
    font-weight: bold;
}

details .p_ref_biblio{
    color: rgb(37, 37, 37);
    padding: 10px;
}

summary {
    font-size: 1.3em;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    font-family: 'Times New Roman', Times, serif;
    border-bottom: 1px solid #353333;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 5px;
}

summary::-webkit-details-marker {
    display: none; /* Hide default marker */
}

summary:after {
    content: '\25BC'; /* Down arrow */
    font-size: 16px;
    color: #4e433f;
    margin-left: 10px;
}

details[open] summary:after {
    content: '\25B2'; /* Up arrow when open */
}

.summ_p{
    font-size: 1.1em;
    text-align: justify;
    color: #4e433f;
}




.liens_biblio{
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;

}
.li_liens_biblio{
    color: black;
}



/* Sidebar Section */
.sidebar {
    width: 40%;
    min-width: 250px;
    max-width: 300px;
    background-color: #E9E9E9;
    padding: 0px;
    margin-top: 35px;
    border: 1px solid #bebdbd;
    height: fit-content;
}

.sidebar-logo {
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #bebdbd;
}

.sidebar-logo img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.sidebar-logo h2 {
    font-size: 18px;
    color: #007bff;
    margin-top: 10px;
}

.events, .sponsors {
    margin: 15px;
}

.events h3, .sponsors h3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.events ul {
    list-style: none;
}

.events ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

.events .event-title{
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #0635CF;
}

.events .event_desc{
    font-family: 'Times New Roman', Times, serif;
    font-size: 1em;
    margin-bottom: 10px;
    color: #3A3B3B;
}

.sponsors .sp_imgs{
    display: inline;
    
}

.sponsors .sp_imgs img {
    width: 50px;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media screen and (max-width: 820px) {
    .sidebar{
        display: none;
    }
    .article-container{
        padding: 0px;
    }
}

@media screen and (max-width: 560px) {
    .zone_article .nav-links{
        display: none;
    }
    .sidebar{
        display: none;
    }
}

