.nos-services{
    max-width:  48rem;
}

ul{
    padding-left: 1.25rem !important;
}



.item-timeline {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important; /* si vous voulez éviter le wrap */
}

.timeline-div{
    width: fit-content;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    flex-wrap: nowrap !important; /* si vous voulez éviter le wrap */


}
.card-timeline{
    box-shadow: var(--box-shadow-card);
    padding: 2rem;
    margin-top: 2rem;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important; /* si vous voulez éviter le wrap */

    border-radius: 1rem !important;
}

div.barre-timeline{
    max-width: 3px !important;
    width: 3px !important;
    height: 100% !important;
    padding: 0;
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
}

.circle-timeline{
    width: 15px !important;
    height: 15px !important;
    border-radius: 999px !important;
}


@media (max-width: 767px) {
    .item-timeline {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important; /* si vous voulez éviter le wrap */
    }

    .card-timeline{
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important; /* si vous voulez éviter le wrap */

        padding: 1rem;
    }
}