.k-ryole-top {
    padding: 8vh 0px;
}

.k-ryole-top h1 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}

.k-ryole-top h2 {
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #039f4e;
    line-height: 1.1;
    margin-bottom: 2rem;
}

.k-ryole-top p {
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: black;
}

.k-ryole-video {
    position: relative;
    height: 100vh;
    width: 100%;
}

.k-ryole-video video {
    position: absolute;
    height: 100vh;
    width: auto;
    min-width: 100%;
    object-fit: cover;
}

.k-ryole-video span {
    width: 100%;

}

.k-ryole-play {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #039f4e;
    display: grid;
    place-items: center;
    cursor: pointer;
    padding: 30px;
    padding-right: 25px;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    width: 90px;
    height: 90px;
    text-align: center;
}

.k-ryole-play-button {
    color: #FFFFFF;
    font-size: 30px;
}

.double-img .img-full {
    height: auto;
    width: 100%;
}

.double-img .background-image {
    background: #039f4e;
}

.k-ryole-texte-defilement {
    background: #039f4e;
    padding: 70px 0px;
}

.k-ryole-texte-defilement div,
.k-ryole-texte-defilement h3 {
    color: white;
    font-family: "Poppins";
    font-size: 60px;
    line-height: 1.5;
}

@media (max-width: 991px) {

    .k-ryole-texte-defilement div,
    .k-ryole-texte-defilement h3 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {

    .k-ryole-texte-defilement div,
    .k-ryole-texte-defilement h3 {
        font-size: 26px;
    }
}

.k-ryole-texte-defilement div {
    letter-spacing: 0px;
    font-weight: 600;
}

html:not(.no-js) .k-ryole-texte-defilement [data-aos^=fade][data-aos^=fade] {
    opacity: 0.2;
}

.k-ryole-texte-defilement h3 {
    margin-bottom: 60px;
    font-weight: bold;
}

.img-full {
    width: 100%;
}

.k-ryole-push-alert {
    background: #039f4e;
}

.k-ryole-push-alert p {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 44px;
    color: white;
    padding: 25px 0px;
    margin-bottom: 0px;
}

/*Formulaire*/

.form-kryole {
    position: relative;
    border: 1px solid #039f4e;
    border-radius: 8px;
    padding: 1rem;
}

@media (max-width: 1200px) {
    .k-ryole-video video {
        right: -80px;
    }
}

@media screen and (min-width: 75em) {
    .k-ryole-top .img-container img {
        position: relative;
        z-index: 0;
        transform: scale(1.8);
    }

    .form-kryole {
        padding: 3rem 6rem;
    }

    .k-ryole-top h1 {
        font-size: 36px;
    }

    .k-ryole-top h2 {
        font-size: 72px;
    }

    .k-ryole-top p {
        font-size: 24px;
    }
}