#cartouche {
    top: 300px;
    left: calc(50% + 520px);
}

.containt {
    left: calc(50% - 500px);
    width: 1000px;
}

#intro {
    text-align: justify;
    padding: 10px 20px;
    background-color: var(--gris);
    font-size: 16px;
}

