/* Style pour la section Header de certaines page de MPI*/
.header-documentation {
    background-size: cover;
    background-position: center;
    color: #ffffff;
    padding: 50px 20px;
    position: relative;
    width: 100%;
}

/* Conteneur du texte */
.header-text {
    max-width: 600px;
    margin-left: 50px;
    text-align: left;
}

.header-documentation h1 {
    font-size: 3rem;
    margin: 0;
    font-weight: bold;
    color: #ffffff;
}

.header-documentation .subtitle {
    font-size: 1.25rem;
    margin-top: 10px;
    line-height: 1.5;
}
