@import url(../COMPONENTS/card-fp.css);
@import url(../COMPONENTS/vignette.css);
@import url(../COMPONENTS/marquee.css);
@import url(../COMPONENTS/testCard.css);
@import url(../COMPONENTS/cardreview.css);

/* .slang-formation-anglais-container-fp {
    min-height: 100vh;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #FFF9E0;

} */

.block-gradient-fp {
    background: linear-gradient(to bottom, #AEDCF3, #FFF9E0);
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 0rem 3.5rem 4rem 3.5rem;
    padding-top: 2rem;
}

.container-video-presentation-ecole-formation-fp {
    position: relative;
    margin-top: 10%;
    width: 80%;
    z-index: 5 !important;
    display: flex;

}

.video-wrapper-fp {
    position: relative;
    width: 100%;
    height: auto;
}

.video-présentation-ecole-de-langue-online-fp {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

/* étoiles */
.star-video-fp,
.star-video-fp-2 {
    position: absolute;
    z-index: 10;
    opacity: 0;
    transform: scale(0.3);
    animation: popIn 0.4s cubic-bezier(0.25, 1.5, 0.8, 1) forwards;
}

/* coin haut droit */
.star-video-fp {
    top: -9vh;
    right: -5vw;
    width: 18%;
}

/* coin bas gauche */
.star-video-fp-2 {
    bottom: 6vh;
    left: -4vw;
    width: 12.5%;
    animation-delay: 0.1s;
}

@keyframes popIn {
    0% {
        opacity: 0;
        transform: scale(0.3);
    }

    70% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.second-part-presentation-formation-anglais-slang-fp {
    min-height: 40vh;
    width: 100%;
    border-radius: 60px 60px 0px 0px;
    background-color: #8DD5E3;
    padding: 1.5rem 6rem;
    position: relative;
    padding-bottom: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    transform: translateY(-60px);
}

.second-part-presentation-formation-anglais-slang-fp h2 {
    font-family: "Alkatra", system-ui;
    font-size: 1.5rem;
    width: 100%;
    text-align: left;
}

.second-part-presentation-formation-anglais-slang-fp p {
    font-family: "Alkatra", system-ui;
    font-size: 0.75rem;
    width: 75%;
    text-align: left;
    align-self: flex-start;
}

.star-second-block {
    width: 12%;
    right: 10vw;
    top: -9vh;
    position: absolute;
    z-index: 10;
    opacity: 0;
    transform: scale(0.3);
}

.third-part-presentation-formation-adulte-slang-fp {
    min-height: 40vh;
    width: 100%;
    border-radius: 60px 60px 0px 0px;
    background-color: #D5C6DB;
    padding: 1.5rem 6rem;
    position: relative;
    padding-bottom: 4rem;
    transform: translateY(-120px);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.third-part-presentation-formation-adulte-slang-fp h2 {
    font-family: "Alkatra", system-ui;
    font-size: 1.5rem;
    width: 100%;
    text-align: left;
}

.third-part-presentation-formation-adulte-slang-fp p {
    font-family: "Alkatra", system-ui;
    font-size: 0.75rem;
    width: 100%;
    text-align: left;
    align-self: flex-start;
}

.container-info-formation-fp {
    margin-top: 5%;
    width: 55%;
    position: relative;
}

.star-third-block-1 {
    width: 24%;
    right: -6vw;
    top: -9vh;
    position: absolute;
    z-index: 10;
    /* opacity: 0;
    transform: scale(0.3); */
}

.star-third-block-2 {
    width: 18%;
    left: -5vw;
    bottom: 9vh;
    position: absolute;
    z-index: 10;
    transform: scaleX(-1);
    /* opacity: 0;
    transform: scale(0.3); */
}

.container-info-formation-fp a {
    padding: 0.8rem;
    box-sizing: border-box;
    border: solid black 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    margin-bottom: 4%;
    font-size: 0.6rem;
    font-weight: 800;
    text-decoration: none;
    color: black;
}

.container-info-formation-fp svg {
    margin-left: 6%;
}

.forth-part-test-anglais-slang-fp {
    min-height: 40vh;
    border-radius: 60px 60px 0px 0px;
    background-color: #FFF9E0;
    padding: 2rem 6rem;
    position: relative;
    padding-bottom: 6rem;
    transform: translateY(-180px);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}

.fifth-part-review-about-slang-formation-anglais-online-fp {
    border-radius: 60px 60px 0px 0px;
    background-color: #8DD5E3;
    padding: 2rem;
    position: relative;
    padding-bottom: 5rem !important;
    transform: translateY(-240px);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
}

.title-review-about-slang span {
    float: left;
    width: auto;
    overflow: hidden;
    font-size: 2.6rem;
    transform: translateY(-40%);
    margin-right: 2%;
}

.title-review-about-slang {
    font-size: 1.4rem;
    width: 80%;
    margin-top: 6%;
}
.fifth-part-review-about-slang-formation-anglais-online-fp h3{
    width: 65%;
    font-size: 1.8rem;
    text-align: center;
    margin-top: 9%;
}
.container-partener-img{
    display: flex;
    gap: 3rem;
    margin-top: 8%;
}
.container-partener-img img{
width: auto;
height: 4.5rem;
}