.section-intro {
    color: white;
}

.bg-intro {
    position: relative;
    padding-top: 18vh;
}

.bg-intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://resources.cdn.haylem.ca/background/school-background_1768.png");
    background-size: cover;
    background-position: center center;
}

.bg-intro .container {
    position: relative;
    z-index: 1;
}

.img-intro {
    width: 100%;
}

.section-training {
    padding-top: 10vh;
    background: #F6F9FE;
    padding-bottom: 7vh;
}

.kit_marketing {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}

#training_choice {
    margin-bottom: 10vh;
}

.title_card {
    height: 116px;
}

.section-webinars-timeline {
    background: #FFFFFF;
}
