.contenu-transition{
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 90%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.contenu-transition__section-titre {
    width: 100%;
    font-weight: bold;
    color: white;
    background-color: #35398e;
    text-align:center;
    font-size:24px;
}

.contenu-transition__section-logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}

#contenu-transition__wrapper-logo_newlogo {
    background-color: white;
    padding: 4px;
    border-radius: 50%;
}

.contenu-transition__wrapper-logo{
    width: 150px;
    height: 150px;
}

.contenu-transition__wrapper-logo img {
    width: 100%;
    height: 100%;
}

.contenu-transition__section-info {

}