body {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

#titre {
    position: relative;
    box-sizing: border-box;
    background-color: var(--bleu2);
    width: 50%;
}

#s1 {
    color: var(--jaune2);
    font-family: 'AchemineBold';
}

#s2 {
    color: white;
    font-family: 'AchemineBold';
}

#titre p {
    position: absolute;
    bottom: -300px;
    left: 45%;
    transform-origin: 0% 0%;
    transform: rotate(-90deg);
    margin: 0;
    white-space: nowrap;
    text-align: left;
    line-height: 0.9;
    font-size: 180px;
}

#message {
    background-color: var(--jaune2);
    color: var(--bleu2);
    font-size: 60px;
    width: 100%;
    line-height: 1.3;
}

#msg-texte {
    margin: 30px;
    margin-inline: 70px;
}