:root{
  --primary:#0b1f33;
  --accent:#1f4e79;
  --bg:#f6f8fb;
  --card:#ffffff;
  --text:#1a1a1a;
}

body{
  margin:0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial;
  background:var(--bg);
  color:var(--text);
  line-height:1.6;
}

header{
  background: linear-gradient(120deg, var(--primary), var(--accent));
  color:white;
  padding:90px 20px;
  text-align:center;
}

header h1{ font-size:42px; margin:0; }
header p{ opacity:0.9; max-width:850px; margin:10px auto 0; }

.container{
  max-width:1050px;
  margin:auto;
  padding:40px 20px;
}

.card{
  background:var(--card);
  border-radius:14px;
  padding:26px;
  margin:18px 0;
  box-shadow:0 6px 18px rgba(0,0,0,0.06);
}

h2{
  color:var(--primary);
  margin-top:0;
}

.grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(240px,1fr));
  gap:16px;
}

.badge{
  display:inline-block;
  padding:5px 10px;
  background:#e8f1ff;
  border-radius:6px;
  font-size:13px;
  margin:3px;
}
a{ color:var(--primary); font-weight:500; text-decoration:none; }

.navbar {
  position: sticky;
  top: 0;
  background: #0b1f33;
  display: flex;
  justify-content: center;
  gap: 25px;
  padding: 14px 10px;
  z-index: 999;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}

.navbar {
    background: white;
    border-bottom: 1px solid #e5e5e5;

    display: flex;
    justify-content: center;
    gap: 35px;

    padding: 15px 10px;

    position: sticky;
    top: 0;

    z-index: 1000;
}

.navbar a {
    color: #0b1f33;
    text-decoration: none;
    font-weight: 500;

    padding: 6px 12px;
    border-radius: 6px;

    transition: all 0.2s ease;
}

.navbar a:hover {
    background: #eef4fb;
}

.navbar a.active {
    color: white;
    background: #1f4e79;
}

.profile-photo{
    width:140px;
    height:140px;

    object-fit:cover;

    border-radius:50%;

    border:4px solid white;

    margin-bottom:20px;
}
.pub {
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
  line-height: 1.4;
}

/* Auteurs */
.authors {
  font-size: 13px;
  color: #333;
}

/* Titre (élément principal) */
.title {
  font-size: 14px;
  font-weight: 600;
  margin-top: 2px;
  margin-bottom: 2px;
  color: #000;
}

/* Métadonnées */
.meta {
  font-size: 12px;
  color: #555;
}

/* Journal en italique (standard APA / acad) */
.journal {
  font-style: italic;
}

/* DOI lien discret */
.meta a {
  color: #1a0dab;
  text-decoration: none;
}

.meta a:hover {
  text-decoration: underline;
}

/* Année légèrement mise en avant */
.year {
  font-weight: 500;
}

.bd {
  margin-top: 6px;
  font-size: 12px;
}

.bd a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-decoration: none;
  color: #444;
}

/* icône */
.bd-icon {
  width: 15px;
  height: 15px;
  object-fit: contain;
}


/* label */
.bd-label {
  font-size: 12px;
  color: #333;
}

/* hover style discret */
.bd a:hover .bd-label {
  text-decoration: underline;
  color: #1a0dab;
}


.publitype {
    font-size: 14px;
    color: #FF4000;
}


.cv-header {
    border-bottom: 3px solid #1f4e79;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.cv-header h1 {
    margin: 0;
    font-size: 2.4em;
    color: #1f4e79;
    font-weight: 700;
    letter-spacing: 1px;
}

.cv-header h2 {
    margin-top: 8px;
    font-size: 1.1em;
    font-weight: 400;
    color: #555;
}

.cvmission {
    font-size: 14px;
    color: #FF4000;
}
.contact-grid {
    display: flex;
    gap: 40px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.bloc {
    flex: 1;
    min-width: 250px;
}

.bloc h3 {
    margin-bottom: 8px;
    color: #1f4e79;
    font-size: 1em;
}

.bloc ul {
    margin: 0;
    padding-left: 18px;
}

.bloc li {
    margin-bottom: 5px;
    line-height: 1.4;
}
.logos {
    display: flex;
    gap: 15px;
}


.logo {
    height: 5px;
    width: 5px;
}

.contact-grid {
    display: flex;
    gap: 40px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.bloc {
    flex: 1;
    min-width: 280px;
}

.bloc h3 {
    color: #003366;
    margin-bottom: 12px;
}

.item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.item img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
    object-fit: contain;
}
