/* 
   Université Paris-Saclay Style for HAL 
   Basé sur la charte graphique officielle
   
   Couleur principale (Prune) : #63003C
   Journal names & buttons: #004e76 (PMS 295)
   DOI links: #7C8790 (PMS 7545)
*/

* { 
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif; 
}

body { 
    margin: 0; padding: 0; background: #fff; color: #333; 
    font-size: 14px; line-height: 1.5; 
}

#res_script { width: 99%; background: #fff; }

/* ===== Titles & Headers ===== */
.TitreResultats, .LibelleNbPubli, .Titre, .Titre a { 
    color: #63003C !important; font-weight: bold; 
    text-decoration: none;
}
.TitreResultats { font-size: 1.4em; }
.SousTitreResultats, .ValeurNbPubli { margin: 0 0 40px; color: #666; }

/* ===== Sections (Years/Types) ===== */
.Rubrique {
    background: #63003C; color: #fff; padding: 8px 15px; 
    font-size: 1.5em; text-transform: uppercase; margin: 20px 0 15px;
}
.SousRubrique {
    color: #63003C; font-size: 1.2em; border-bottom: 2px solid #63003C;
    margin: 0 0 10px 0.4em; display: inline-block;
}

/* ===== Publication Details ===== */
.NoticeRes, .NoticeResAvecVignette { 
    border-bottom: 1px solid #eee; 
    padding-bottom: 1em; 
    margin-bottom: 1em; 
    clear: both;
}
.Auteurs { 
    font-variant: small-caps; 
    font-size: 1.05em; 
    color: #444;
}
.ChampRes, .ChampResAvecVignette { 
    color: #63003C; 
    font-weight: bold; 
    font-size: 0.9em; 
    float: left;
    clear: left;
    width: 120px;
}
.ValeurRes, .ValeurResAvecVignette { 
    margin-left: 130px; 
}
.ValeurRes a, .ValeurResAvecVignette a { 
    color: #63003C; 
    text-decoration: underline; 
}

/* --- Journal titles in blue #004e76 --- */
.article i {
    color: #004e76 !important;
    font-style: italic;
}

/* --- DOI & other identifiers in grey, and DOI link in grey --- */
.DOI, .Identifiant { 
    font-size: 0.9em; 
    color: #7C8790;
}
.DOI a {
    color: #7C8790;
    text-decoration: underline;
}
.DOI a:hover {
    color: #63003C;
}

/* ===== PDF & BibTeX BUTTONS – BLUE, SLIGHTLY SMALLER HEIGHT ===== */

/* Hide original HAL icons */
.Fichier_joint img, 
.LienBibtex img,
.Fichier_joint .LienBibtexACoteFulltext img {
    display: none !important;
}

/* Common style for all PDF/BibTeX buttons */
.Fichier_joint a, 
.LienBibtex a,
.Fichier_joint .LienBibtexACoteFulltext a {
    display: inline-block !important;
    padding: 2px 8px !important;      /* Hauteur légèrement réduite */
    margin: 0 5px 0 0 !important;
    border-radius: 4px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    color: white !important;
    background-color: #004e76 !important;  /* Bleu par défaut */
    border: 1px solid #003a5a !important;
    
    min-width: 40px !important;
    text-align: center !important;
    box-sizing: border-box !important;
}

/* Add labels */
.Fichier_joint a::before {
    content: "PDF" !important;
    margin-right: 4px !important;
}
.LienBibtex a::before,
.Fichier_joint .LienBibtexACoteFulltext a::before {
    content: "BIB" !important;
    margin-right: 4px !important;
}

/* Hover effect – lighter blue */
.Fichier_joint a:hover,
.LienBibtex a:hover,
.Fichier_joint .LienBibtexACoteFulltext a:hover {
    filter: brightness(1.2) !important;  /* Éclaircit la couleur */
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
}

/* ===== Vignettes ===== */
.VignetteImg { 
    border: 1px solid #ddd; 
    padding: 2px; 
}
.Vignette {
    float: left;
    margin-right: 10px;
}