#titre {
    width: 918px;
    margin-top: 90px;
    display: inline-block;
}

#entete_echo {
    width: 40%;
    position: absolute;
    right: 80px;
}

#phrase_accueil {
    position: relative;
    width: 725px;
    text-align: center;
    font-size: 42px;
    margin: auto;
}

#intrigue {
    position: relative;
    width: 100%;
    background-image: url("../images/fond_intrigue.svg");
    background-position: top;
    background-repeat: no-repeat;    
}

#texte-intrigue {
    position: absolute;
    top: 43px;
    left: 26%;
    background-image: url(../images/fond_intrigue_texte.svg);
    background-size: 100% 100%;
    width: 61%;
    font-size: 37px;
    font-style: italic;
    color: white;
    padding: 40px;
}

#titre-intrigue {
    position: absolute;
    top: -34px;
    left: 25px;
    background-image: url(../images/fond_intrigue_titre.svg);
    background-size: 100% 100%;
    font-size: 38px;
    font-weight: bold;
    font-style: normal;
    color: white;
    padding: 22px;
}

#resolution {
    position: relative;
    top: -42px;
    display: inline-block;
}

#commencer {
    position: relative;
    width: 550px;
    text-align: center;
    font-size: 45px;
    margin: auto;
}

#note {
    font-family: OverlockBlack;
    font-size: 28px;
    color: var(--color-texte);
    background-color: rgba(255, 255, 255, 0.75);
    position: absolute;
    top: -12px;
    padding: 8px 16px 8px 16px;
}

#projet {
    position: absolute;
    right: 16px;
    top: 320px;
}

#page {
    text-align: center;
    padding: 15px;
}
