body {
    overflow-x: hidden;
}

.arrows {
    width: 20px;
    height: 40px;
}

.arrows path {
    stroke: white;
    fill: transparent;
    stroke-width: 2px;
    animation: arrow 2s infinite;
    -webkit-animation: arrow 2s infinite;
}

@keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes arrow {
    0% {
        opacity: 0
    }

    40% {
        opacity: 1
    }

    80% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.arrows path.a1 {
    animation-delay: -1s;
    -webkit-animation-delay: -1s;
}

.arrows path.a2 {
    animation-delay: -0.5s;
    -webkit-animation-delay: -0.5s;
}

.arrows path.a3 {
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
}

/*For mobile users*/
@media screen and (max-width: 1250px) {
    .section-titre {
        width: 100vw;
        min-height: calc(100vh - 51px);
    }

    .bi-mouse {
        display: none;
    }

    .bi-hand-index {
        display: visible;
    }
}

/*For desktop users*/
@media screen and (min-width: 1250px) {
    .section-titre {
        width: 100%;
        min-height: 100vh;
        margin-top: 135px;
    }

    .bi-mouse {
        display: visible;
    }

    .bi-hand-index {
        display: none;
    }
}

.background-opening {
    width: 100%;
    min-height: 100vh;
    background-image: url("https://resources.cdn.haylem.ca/background/school-background_1768.png");
    background-position: center center;
    background-size: cover;
}


.section-fonctions-title {
    background-color: var(--go-ortho-color-grey);
    padding-top: 7vh;
    padding-bottom: 7vh;
}

.section-fonctions {
    background-color: #FFFFFF;
    padding-bottom: 7vh;
}

.carousel-inner {
    padding: 0;
}

.section-newsletter {
    background: linear-gradient(90deg, var(--go-ortho-color-purple), var(--go-ortho-color-kaki));
    padding-top: 3vh;
    padding-bottom: 3vh;
}

/*Make the image bigger so it bust out of the container on the right*/
.newsletter-image {
    width: 150%;
}

.section-book-appointment {
    background: var(--go-ortho-color-grey);
    padding-top: 7vh;
    padding-bottom: 7vh;
    scroll-margin-top: 150px; /*Top bar height*/
}

.section-temoignages {
    background: #FFFFFF;
    padding-top: 7vh;
    padding-bottom: 7vh;
}

.section-faq {
    background: #FFFFFF;
    padding-top: 7vh;
    padding-bottom: 7vh;
}

.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;
}

#heart {
    top: -80px;
    right: 50px;
    height: 75%;
}

.title_card {
    height: 12rem;
}

#function-number {
    background-color: white;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    border: 3px solid #0080C5;
    display: flex;
    align-items: center;
    justify-content: center;
}

#functions-table {
    margin-top: 10vh;
}
