.timeline-container:before {
    background-color: rgb(107 114 128);
    content: "";
    height: 100%;
    left: .5rem;
    top: 0;
    width: .25rem
}
.timeline-container:before,.timeline-dot {
    position: absolute;
    transform: translateX(-50%)
}
.timeline-dot {
    background-color: rgb(229 231 235);
    /* border-color: rgb(51, 99, 196);
    border-width: 4px; */
    border: 4px solid rgb(107 114 128);
    border-radius: 9999px;
    height: 1.25rem;
    left: -1.5rem;
    top: 20px;
    width: 1.25rem;
    z-index: 10;
}

.xpContainer {
    position: relative;
    background-color: white;
    padding: 0.75rem;
    border-bottom-width: 1px;
    border-radius: 0.5rem;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.xpTextDate {
    margin: 0;
    margin-top: 1rem;
    font-size: .875rem;
    line-height: 1.25rem;
    color: rgb(55 65 81);
}
.xpText {
    color: rgb(55 65 81);
    line-height: 2;
}



.interestItemBloc {
    width: 50%;
    text-align: center;
    margin-bottom: 1.5rem;
}
.interestItem {
    padding: 2rem;
    background-color: rgb(219 234 254);
    border-radius: 9999px;
    display: inline-block;
    margin-bottom: 1rem;
}
.interestItemIcon {
    height: 60px!important;
    width: 60px!important;
    color: rgb(59, 130, 246);
    stroke: currentColor;
    font-size: 3rem;
    display: block;
}


@media screen and (min-width: 768px) {
    .itemFormation {
        flex-wrap: nowrap;
    }
    .locationFormation {
        text-align: right;
    }

    .itemFormationRightSide {
        padding-left: 1.5rem;
        border-left: 1px solid #E4E4E4;
        margin-left: 1.5rem;
    }


    .interestItemBloc {
        width: 33.3333%;
    }
}