/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.anchor-section {
    position: relative;
    bottom: 116px;
}

.page-enseignants__top-hero__ctas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 48px auto;
}

.page-enseignants__top-hero__ctas .top-hero-cta {
    margin: 0 16px;
}

.class-section__title {
    font-family: Oswald-SemiBold;
    text-align: left;
    margin-bottom: 32px;
}

.content-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 48px;
}

.content-section__title {
    font-family: Oswald-Regular;
    text-align: left;
    margin-bottom: 16px;
    color: white;
}

.content-section p {
    color: white;
    text-align: left;
    font-family: Oswald-Regular;
    line-height: 1.6;
}

.class-section__cta {
    margin-top: 16px;
    border: none;
    padding: 0;
}

.animations-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 32px;
}

.animation-card {
    width: calc(50% - 16px);
    background-color: #282828;
    padding: 32px;
    border-radius: 22px;
    border: 3px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.animation-card__title {
    font-family: Oswald-Regular;
    font-size: 24px;
    color: white;
    margin-bottom: 16px;
}

.animation-card__description {
    font-family: Oswald-Light;
    line-height: 1.6;
    text-align: left;
    color: white;
}

.school-folders-section {
    width: 100%;
    background-color: #282828;
    padding: 32px;
    border-radius: 22px;
    border: 3px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 32px;
}

.school-folders-section__title {
    font-family: Oswald-Regular;
    font-size: 24px;
    color: white;
    margin-bottom: 16px;
}

.school-folders-section__description {
    font-family: Oswald-Light;
    line-height: 1.6;
    text-align: center;
    color: white;
}

.pdf-files-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 48px;
}

.pdf-files-section__title,
.video-links-section__title {
    font-family: Oswald-Regular;
    font-size: 26px;
    color: white;
    margin-bottom: 32px;
}

.video-links-section__title {
    margin-top: 48px;
    text-align: center;
}

.pdf-files-section__files,
.video-links-section__files {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 32px;
}

.pdf-file-download,
.video-link {
    font-family: Oswald-Regular;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
    color: white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.pdf-file-download .pdf-icon {
    width: auto;
    height: 36px;
}

.pdf-file-download:hover,
.video-link:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


.need-more-information-section__text {
    font-family: Oswald-SemiBold;
    text-align: center;
    line-height: 1.2;
    color: white;
}

.need-more-information-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 96px;
}

.need-more-information-section .main-cta {
    margin-top: 48px;
}

.need-more-information-section__content * {
    color: white;
    font-family: Oswald-Regular;
    line-height: 1.6;
    text-align: center;
    font-size: 20px;
        margin-top: 16px;
}

.need-more-information-section__content a {
    text-decoration: underline;
}

.classes-main-div {
    margin-bottom: 96px;
}

@media all and (max-width:850px) {
    .top-hero__big_title {
        font-size: 60px !important;
    }

    .page-enseignants__top-hero__ctas {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .page-enseignants__top-hero__ctas .top-hero-cta {
        margin-bottom: 16px;
    }

    .animation-card {
        width: 100%;
    }
}

@media all and (max-width:600px) {
    .need-more-information-section__text {
        font-size: 48px;
    }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .top-hero__big-title__container {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    padding-bottom: 0 !important;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .top-hero-cta {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    width: 100%;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
                                                                                                                                                                                                                                                                
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .page-enseignants__top-hero__ctas .top-hero-cta {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    margin: 0 0 16px 0;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }
    .top-hero__big_title_underline {
        right: 0 !important;
    }

    .pdf-files-section__files {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .video-links-section__files {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
.animations-section {
    gap: 16px;
}

.school-folders-section {
    margin-top: 16px;
}

.animation-card {
    padding: 16px;
}

.classes-main-div {
    margin-bottom: 0;
}
}