.info_plan {
    display: flex;
    flex-direction: row;
}

.coordonnees {
    text-align: center;
    flex-grow: 1;
    font-size: 20px;
    line-height: 50px;
    padding-top: 5%;
}

.plan {
    text-align: right;
}

.titre {
    font-size: 30px;
    color: var(--titleColor);
    font-weight: bold;
}