.switch-up .container-general{
    flex-wrap: wrap;
}

.switch-up .bloc-content{
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1199px) {
    .switch-up .bloc-content{
        margin-bottom: 25px;
    }
}

.switch-up .bloc-suivi{
    position: relative;
    max-width: 500px;
}

@media screen and (max-width: 991px) {
    .switch-up .bloc-content{
        margin-bottom: 25px;
    }
    .switch-up .bloc-suivi{
        display: none;
    }
}