main {
    max-width: none;
    font-family: "Segoe UI", Roboto, sans-serif;
    line-height: 1.1;
    text-align: left;
}

.observable-container {
  font-family: inherit;
}

.title {
    position: relative;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 15px;
}

.title img {
    width: 100%; 
    height: 100%; /* Augmenté pour voir plus de l'image */
    object-fit: cover; 
    border-radius: 12px; 
    filter: brightness(80%); /* Bien plus lumineux */
}

.title .text {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-35%, -50%);
    margin: 0;
    width: 100%;
}

.title h1 {
    width: 100%;
    color: white;
    margin-bottom: 20px;
}

.title h2 {
    color: #f0f0f0; 
    font-weight: 600; 
}

.content {
    padding: 10px;
    line-height: 1.6;
}

.content h1 {
    font-size: clamp(1.5rem, 5.5vw, 6rem);
    font-weight: 750;
    margin: 0 auto;
    margin-bottom: 10px;
    text-align: center;
}

.content h2 {
    font-size: clamp(1.2rem, 2.5vw, 4rem);
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 0.5em;
    opacity: 0.8;
    text-align: center;
}

.content h3 {
    font-size: clamp(1.5rem, 2.5vw, 4rem);
    font-weight: 700;
    text-align: left;
    margin-bottom: 0.5em;
}

.content h4 {
    font-size: clamp(1.4rem, 1vw, 3rem);
    font-weight: 600;
    text-align: left;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.content h5 {
    font-size: clamp(1.1rem, 1vw, 3rem);
    font-weight: 750;
    text-align: left;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
}

.content h6 {
    font-size: clamp(1.1rem, 1vw, 3rem);
    font-weight: 530;
    text-align: left;
    margin-top: 0.3em;
    margin-bottom: 0.3em;
    font-style: italic;
}

.content p {
    margin: 0.1em;
    margin-bottom: 1.5em; 
}

.content ul {
    margin-bottom: 1.5em;
    padding-left: 20px;
}

.content :is(h1, h2, h3, h4, h5, h6, p, ul) {
    max-width: none;
}

.content figure {
    align-items: center;
    text-align: center;
    max-width: none;
    width: 100%;
}

.content figure figcaption {
    max-width: none;
}

.authors {
    text-align: center;
    margin-bottom: 2em;
}

.logo {
    align-items: center;
    text-align: center;
    max-width: none;
}

.logo img {
    text-align: center;
    max-width: 10%;
}

.analysis img {
    display: block;
    margin: 0 auto;
    max-width: 80%;
}

/* Ajustement des images pour qu'elles s'adaptent parfaitement */
.analysis-pair img {
    width: calc(50% - 10px);        /* Prend exactement la moitié de la place moins la moitié du gap */
    height: auto;                   /* Garde les proportions de l'image */
    max-width: 100%;
}

.csl-entry {
    display: flex;
    align-items: flex-start;
}

.csl-left-margin {
    margin-right: 0.5em;
    white-space: nowrap;
}

.image-src {
    font-size: clamp(0.5rem, 1vw, 3rem);
    font-style: italic;
    margin-top: 50px;
}

.test {
    color: red;
}
