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;
}

.bi-mouse {
    position: absolute;
}

@media screen and (max-width: 1200px) {
    .section-titre {
        width: 100vw;
        height: calc(100vh - 51px);
        background: linear-gradient(45deg, #272262, #0080C5);
    }

    .bi-mouse {
        visibility: hidden;
    }

    .bi-hand-index {
        visibility: visible;
    }
}

@media screen and (min-width: 1200px) {
    .section-titre {
        width: 100%;
        height: 100vh;
        background: linear-gradient(45deg, #272262, #0080C5);
    }
    
    .bi-mouse {
        visibility: visible;
    }

    .bi-hand-index {
        visibility: hidden;
    }
}


.video-container {
  position: relative;
  height: 100vh;
  width: 100%;
}

.text-zoom-in {
    opacity: 0;
    animation: textZoomIn 0.5s ease-in-out 3s forwards;
    max-width: fit-content;
}

@keyframes textZoomIn {
    0% {
        transform: scale(1);
        opacity: 0;
    }
    100% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.text-fade-in {
    opacity: 0;
    animation: textFadeIn 1s ease-in-out 3.5s forwards;
}

@keyframes textFadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fade-out {
    filter: blur(0.5rem);
    transition: opacity 5s ease-out;
}

.section-titre .container {
    margin-top: 141px;
}

.section-fonctions {
    background-image: url("https://resources.cdn.haylem.ca/background/letter-background_3988.png");
    background-size: cover;
    padding-top: 15vh;
    padding-bottom: 15vh;
}

.carousel-inner {
    padding: 0;
}

@media screen and (min-width: 1600px) {
    #carousel-item {
        height: 300px;
        width: 490px;
    }
}
@media screen and (max-width: 1600px) {
    #carousel-item {
        height: 400px;
        width: 350px;
        .textlarge {
            font-size: 2rem;
        }
    }
}
@media screen and (max-width: 1200px) {
    #carousel-item {
        height: 400px;
        width: 300px;
    }
}
@media screen and (max-width: 1000px) {
    #carousel-item {
        height: 300px;
        width: 250px;
    }
}
@media screen and (max-width: 800px) {
    #carousel-item {
        height: 250px;
        width: 300px;
    }
}

.function1Control {
    font-size: 3rem;
    color: #272262;
}

.function1Control:focus{
    color: #272262;
    opacity: 0.2;
}

.function1Control:hover {
    color: #272262;
    opacity: 0.7;
}

#slide_item {
    list-style-type: square;
}

#slide_list {
    padding-inline-start: 20px;
}

.slide-toggle {
    font-size: 1.5em;
    margin: 1em;
    cursor: pointer;
    user-select: none;
}

.spinner {
    position: absolute;
    transform: translate(-50%, -50%);
}

.spinner1 {
    width: calc(100% - 30px);
    height: 100%;
    animation: rotate 10s infinite linear;
}

.spinner2 {
    width: calc(85% - 25.5px);
    height: 85%;
    animation: rotate 9.75s infinite reverse linear;
    left: calc((100% - (85% - 25.5px)) / 2);
    top: calc((100% - 85%) / 2);
}

.spinner3 {
    width: calc(70% - 21px);
    height: 70%;
    left: calc((100% - (70% - 21px)) / 2);
    top: calc((100% - 70%) / 2);
    animation: rotate 9.5s infinite linear;
}

.spinner4 {
    width: calc(55% - 16.5px);
    height: 55%;
    left: calc((100% - (55% - 16.5px)) / 2);
    top: calc((100% - 55%) / 2);
    animation: rotate 9.25s infinite reverse linear;
}

.spinner5 {
    width: calc(35% - 10.5px);
    height: 35%;
    left: calc(100% / 2);
    top: calc(100% / 2);
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.circle {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 1px solid transparent;
    border-radius: 50%;
}

.circle_pos_1 {
    border-top-color: #F8B292;
}

.circle_pos_2 {
    border-left-color: #F8B292;
}

.circle_pos_3 {
    border-right-color: #F8B292;
}

.circle_pos_4 {
    border-bottom-color: #F8B292;
}

.circle_pos_5 {
    background: linear-gradient(#FFFFFF, #CCE5F4);
    border: 0px;
    box-shadow: 0px 10px 0px 0px rgba(178,217,238,0.75),
                0px 30px 20px 0px rgba(178,217,238,0.75);
}

.icon-spinner {
    position: absolute;
    width: 70%;
    height: 70%;
    left: calc(25% / 2);
    top: calc(25% / 2);
}

.circle_small {
    position: absolute;
    width: 3.6%;
    height: 3.6%;
    border: 2px solid #0080C5;
    border-radius: 50%;
}

.position_1 {
    top: 14%;
    left: 11.9%;
}

.position_2 {
    top: 14%;
    left: 84.5%;
}

.position_3 {
    top: 11.5%;
    left: 14%;
}

.position_4 {
    top: 84.5%;
    left: 14%;
}

.position_5 {
    top: 10%;
    left: 81.5%;
}

.position_6 {
    top: 84.5%;
    left: 81.5%;
}

.position_7 {
    top: 80%;
    left: 9%;
}

.position_8 {
    top: 80%;
    left: 84.5%;
}

.section-newsletter {
    background: linear-gradient(45deg, #272262, #0080C5);
    padding-top: 3vh;
    padding-bottom: 3vh;
}

.newsletter-image {
    position: relative;
    width: 200%;
    left: -30%;
}

@media screen and (max-width: 1200px) {
    .newsletter-image {
        width: 100%;
        left: 0%;
        top: 20%;
    }
}

.section-newsletter .text3x-large {
    line-height: 1.5;
    margin-bottom: 50px;
}

.section-stats {
    padding-top: 7vh;
    padding-bottom: 7vh;
    background-color: #F6F9FE;
}

.circle-stat-counter {
    color: #F16625;
}

.circle-stat-counter .progressbar-text {
    color: #0080C5 !important;
    font-weight: bold;
    font-size: 2rem;
}

@media screen and (min-width: 1600px) {
    .circle-stat-counter .progressbar-text {
        font-size: 4rem;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1200px) {
    .circle-stat-counter .progressbar-text {
        font-size: 3rem;
    }
}

.bg-essayer {
    position: relative;
    padding-top: 7vh;
    padding-bottom: 7vh;
}

.bg-essayer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('https://resources.cdn.haylem.ca/500/odeo-logo_500.png');
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: 80% center;
    opacity: 0.4;
}

.bg-essayer .container {
    position: relative;
    z-index: 1;
}

@media screen and (max-width:900px) {
    .bg-essayer::before {
        background-position: right center;
        background-size: 60%;
    }
}
@media screen and (max-width:600px) {
    .bg-essayer::before {
        background-position: center;
        background-size: 100%;
        opacity: 0.2;
    }
}

.section-essayer {
    background: linear-gradient(45deg, #272262, #0080C5);
}

@media screen and (max-width: 500px) {
    .section-essayer {
        justify-content: center;
    }
}

.section-temoignages {
    background-image: url("https://resources.cdn.haylem.ca/background/letter-background_3988.png");
    background-size: cover;
    background-position: -200px;
    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;
}