/*------------------------------- FONTS ------------------------------------------------*/
@font-face {
    font-family: 'Gold_Lines';
    font-weight: 400;
    src: url('../Polices/gold_lines/Gold_Lines_Serif_Trial.woff') format('woff'),
         url('../Polices/gold_lines/Gold_Lines_Serif_Trial.otf') format('opentype');
}
@font-face {
    font-family: 'Minions';
    font-weight: 400;
    src: url('../Polices/Minion_Pro_Cond_Subhead/Minion_Pro_Cond_Subhead.otf') format('opentype');
}

/* ---------------------------------- TITLES ---------------------------------------------*/
#Titre {
    font-family: 'Gold_Lines';
    color: #000000;
    font-weight: bolder;
    font-size: 18px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

#TitreOeuvre {
    text-align: center;
    padding: 28px 0 2px 0;
    font-family: "Minions";
    font-weight: bolder;
    font-size: 28px;
    letter-spacing: 0.1em;
}

/* ------------------------------------ MOSAIC --------------------------------------------*/
body {
    background-color: #f5f5f5;
    font-family: "Minions", sans-serif;
}

img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

ul {
    list-style-type: none;
    padding-left: 5%;
}

/*-------------------------------- LOGO HEADER ----------------------------------------------*/
#logo {
    width: 49px;
    height: auto;
    margin: 1px auto;
}

/*---------------------------------- HEADER -----------------------------------------------*/
header {
    background-color: #ffffff;
    text-align: center;
    color: #000;
    padding: 10px;
    position: sticky;
    top: 0;
    border-bottom: 1px solid #ddd;
    z-index: 1000;
    transition: padding 0.5s ease, height 0.5s ease;
}

header img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    transition: width 1s ease;
}

header h1 {
    font-size: 24px;
    margin-bottom: 10px;
}

header.titre-cache {
    padding: 5px;
}

header.titre-cache img {
    width: 5%;
}

header.titre-cache h1 {
    display: none;
}

.divTitre {
    max-width: 180px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #000;
}

ul {
    list-style: none;
}
