/**
 * Template: teachpress frame2026 template
 * Version: 1.0
 * Author: Laurent ANGELI
*/
/* publication box */
div.tp_publication {
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}
div.tp_pub_image_left {
    padding-top: 8px;
    padding-bottom: 8px;}
div.tp_pub_image_right {
    padding-top: 8px;
    padding-bottom: 8px;}
div.tp_pub_info {
    width: 100%;
    padding: 8px 0;}
div.tp_pub_number {
    width: 40px;
    font-size:1.0rem; 
    padding-top: 8px;
    flex-shrink: 0;}
@media (max-width: 767.98px) {
    div.tp_publication {
        flex-flow: column; }
    div.tp_pub_image_left, div.tp_pub_image_right {
        padding-left: 8px; }
    div.tp_pub_number {
        padding-left: 8px; }
}
/* entry details */
.tp_bibtex_entry {font-size:0.8rem;}
.tp_bibtex_entry pre {white-space: normal; word-wrap: break-word;}

.tp_abstract_entry {
    font-size: 1.0rem;
    text-align: justify;
}

.tp_abstract_entry,
.tp_links_entry {
    border-left: 1px solid var(--wp--preset--color--accent-1);
}


.tp_pub_title, #content p.tp_pub_title {
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height:1;
    margin-top:1px;
    margin-bottom:1px;
}
.tp_title_link {
    text-decoration:none;
    color: var(--wp--preset--color--accent-3);
}

.tp_pub_author, #content p.tp_pub_author {
    font-style:italic;
    font-size:13px;
    line-height:1;
    margin-bottom:1px;
    margin-top:3px;
}

.tp_pub_additional, #content p.tp_pub_additional {
    font-size:13px;
    margin-top:1px; 
    margin-bottom:1px;
}

.tp_pub_menu, #content p.tp_pub_menu  {
    font-size:13px;
    font-weight:600;
    margin-top:1px; 
    margin-bottom:1px; 
    color:var(--wp--preset--color--accent-1);}

.tp_pub_menu a {
    color:var(--wp--preset--color--accent-1);
    text-decoration:underline; 
    box-shadow: none;}
.tp_pub_menu a:hover {
    color:var(--wp--preset--color--accent-1);
    text-decoration:none;}
.tp_pub_type {
    background-color: #008bd2; 
    color: #fff; 
    display: inline-block; 
    padding: 5px 5px; 
    margin-left: 5px; 
    font-size: 0.70rem; 
    font-weight: bold; 
    line-height: 1; 
    border-radius: 2px; 
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);}
.tp_pub_label_award {
    background-color: #d2001f; 
    color: #fff; 
    display: inline-block; 
    padding: 5px 5px; 
    margin-left: 5px; 
    font-size: 0.9em; 
    font-weight: bold; 
    line-height: 1; 
    border-radius: 2px;
}

.tp_pub_label_status {
    background-color: orange; 
    color: #fff; 
    display: inline-block; 
    padding: 5px 5px; 
    margin-left: 5px; 
    font-size: 0.70rem; 
    font-weight: bold; 
    line-height: 1; 
    border-radius: 2px; 
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12);}

.tp_close {
    cursor: pointer;
    font-weight: normal !important;
    font-size: 1rem;
    color: var(--wp--preset--color--accent-1);
}

ul.tp_pub_list li i.ai {
    font-size: 2rem;
    width:2rem;
    color:var(--wp--preset--color--accent-3);
}

/* Navigation */
.tablenav-pages {
    font-size:1rem;
}
.tablenav .tablenav-pages a {
    color: var(--wp--preset--color--accent-3) !important;
}
.tablenav .tablenav-pages a:hover {
    background: var(--wp--preset--color--accent-1) !important;
    color: var(--wp--preset--color--accent-3) !important;
}
.tablenav .tablenav-pages a.disabled {
    background: transparent !important;
    color: rgba(0,0,0,0.2) !important;
}

/* liste des publications sur l'acceuil */

.home .teachpress_pub_list {
    text-align:right;
}
.home .teachpress_pub_list .tp_publication_article:first-child .tp_pub_info {
    padding-top: 0;
}
.home .tp_abstract_entry,
.home .tp_links_entry {
    border-right: 1px solid var(--wp--preset--color--accent-1);
}

