@font-face {
    font-family: "barlow_regular";
    src: url("../font/barlow/Bariol_Regular.otf");
}

body {
    margin: 0;
    padding: 0;
}

main {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.videoGorille {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    z-index: -1;
}

.container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: auto;
}

.title {
    margin-top: 50px;
}

h2 {
    margin: 0px 0px 0px 35px;
    font-family: "barlow_regular";
    width: 417px;
    text-align: center;
}

p {
    margin: 0px 0px 0px 35px;
    font-family: "barlow_regular";
    width: 417px;
    text-align: center;
    font-size: 21px;
}

a:hover,
a:active {
    color: #32343a;
    outline: 0;
}

.landing-button-neo {
    background-color: rgba(0, 0, 0, 0);
    margin: 75px 0px 75px 170px;
    width: 120px;
    height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 150px;
    max-width: 100%;
    text-decoration: underline;
    transition: opacity 0.2s;
}

.landing-button-neo::before,
.pulse::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: " ";
    cursor: pointer;
    transition: 0.3s ease-out;
    border-radius: 150px;
    filter: blur(7px);
    box-shadow:
        8px 8px 20px #a9a8b7,
        -8px -8px 20px #fff;
}

.landing-button-neo:hover:before {
    box-shadow:
        8px 8px 20px #a9a8b7,
        -8px -8px 20px #fff,
        inset -8px -8px 20px #fff,
        inset 8px 8px 20px #a9a8b7;
    transition: 0.3s ease-in;
    transform: scale(1.05);
}

.neo-button-center {
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 54px;
    background: #b3b3b775;
    box-shadow:
        inset 5px 5px 9px #b3b3b778,
        inset -10px -5px 20px #ffffff;
}

.neo-button-dot {
    width: 6px;
    height: 6px;
    background-image: radial-gradient(
        circle,
        rgb(255 255 255 / 72%) 0%,
        rgb(255 255 255 / 39%) 35%,
        rgb(255 237 237 / 0%) 90%
    );
    box-shadow: none;
    border-radius: 50px;
}

.pulse {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    border-radius: 100%;
    filter: none;
    background-image: none;
    box-shadow: none;
    box-sizing: border-box;
    color: rgb(0, 0, 238);
    font-size: 16px;
}

.container-feuille {
    position: absolute;
    bottom: 0%;
    left: 0%;
    right: 0%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 940px;
}

.feuille-wave-landing {
    width: 100%;
    height: 100%;
}

.svgFeuille {
    width: 100%;
    height: 100%;
}

.section-bottom-wave-landing {
    color: #fff;
    width: 100%;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
}

@media (max-width: 480px) {
    .title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .imgTitle {
        width: 300px;
    }

    h2 {
        width: 300px;
        margin: 0px;
    }

    .corps {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .landing-button-neo {
        margin: 75px 0px 75px 0px;
    }

    p {
        width: 300px;
        margin: 0px;
    }
}
