/* Feuille de style pour Papijot */

body {
    background-color: #02489b;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

p {
    color: white;
    margin: 10;
    width: 50%;
}

a {
    color: white;
}

h3 {
    color: gold;
    margin-left: 0px;
    text-decoration: underline;
    font-weight: bold;
}

/* class plein-ecran : pour afficher une image en plain écran*/
.plein-ecran {
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    display: block;
}



/* éléments de la feuille de style utilisée initialement pour Barcelone
p1 {
    color: white;
    font-size: 10pt;
    font-style: italic;
    width: 50%;
    margin: auto;
}

h {
    color: #02489b;
    font-size: 16pt;
    font-weight: bold;
    text-align: left;
    text-decoration: underline;
}

h1 {
    color: white;
    font-size: 20pt;
    font-weight: bold;
    text-align: center;
}

h2 {
    color: rgb(209, 236, 158);
    font-size: 15pt;
    font-weight: bold;
    text-align: left;
    background-color: #02489b;
    text-decoration: underline;
    text-align: center;
}

ul {
    color: white;
    ;
}

li {
    color: white;
}

a {
    color: #02489b;
}

strong {
    color: darkgreen;
    font-weight: bold;
    font-style: italic;
    border: 3px solid darkgreen;
    padding: 2px 4px;
    background-color: #d9f2d0;
}

nav {
    font: white;
}

/* class plein-ecran : pour afficher une image en plain écran*
.plein-ecran {
    width: 100vw;
    height: 100vh;
    object-fit: contain;
    display: block;
}

html,
body {
    margin: 0;
    padding: 0;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    z-index: 100;
}

.legende_italique {
    color: white;
    width: 50%;
    font-size: 10pt;
    font-weight: italic;
    margin: auto;
}

.legende_centree {
    color: white;
    width: 50%;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
}

.listeimages

/* centrage horizontal *
    {
    display: flex;
    justify-content: center;
    gap: 10px;
    /* espace entre images *
}

.gallerie {
    /* centrage horizontal*
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    /* ✅ autorise les lignes multiples *
}

.entete_fixe {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #02489b;
    border-bottom: 1px solid #ccc;
    z-index: 1000;
    padding: 10px;
}

.entete-fixe a {
    text-decoration: none;
    color: black;
}

.entete-fixe h1 {
    text-decoration: underline;
    margin: 0;
    font-size: 28px;
}