@font-face {
    font-family: 'Pulang';
    src: url('/fonts/Pulang.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins';
    src: url('/fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PoppinsBold';
    src: url('/fonts/Poppins-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

h1 {
    font-family: 'Pulang', sans-serif;
}

h2 {
    font-family: 'PoppinsBold', sans-serif;
}

.Pulang {
    font-family: 'Pulang', sans-serif;
}

.Poppins {
    font-family: 'Poppins', sans-serif;
}

.PoppinsBold {
    font-family: 'PoppinsBold', sans-serif;
}

@media(max-width: 600px) {
    .navbar-nav {
        flex-direction: column;
        align-items: center;
        font-size: 10px;
    }

    .navbar-nav .nav-item {
        text-align: center;
    }
}

@media(min-width: 601px) {
    .navbar-nav {
        flex-direction: row;
        justify-content: center;
    }

    .navbar-nav .nav-item {
        margin: 0 10px;
        /* Ajustez la marge selon vos besoins */
    }
}

.navbar {
    background-color: #fff;
}

.navbar-nav .nav-link {
    color: #000;
    /* Set text color to black */
    font-weight: bold;
    /* Set text to bold */
}

.navbar-nav .nav-link:hover {
    color: #21a39e;
    /* Set hover color to #21A39E */
}

#yellow {
    background-color: #FFBA4A;
}

.yellow {
    background-color: #FFBA4A;
}

.yellowText {
    color: #FFBA4A;
}

.legal h2,
h3 {
    padding-top: 20px;
}

.legal p {
    font-family: 'Poppins', sans-serif;
}

.whiteText {
    color: #fff;
}

.white {
    background-color: #fff;
}

.vis {
    min-height: 170px;
}

.blue {
    background-color: #21a39e;
}

.darkBlue {
    background-color: #000036;
}

p {}

.question {
    max-width: 350px;
}

.borderAppli {
    border: 8px solid black;
    border-radius: 10px;
}

.jouez {
    max-width: 400px;
}

.custom-button {
    background-color: #21A39E;
    min-height: 40px;
    min-width: 80px;
    border-radius: 50px;
    /* Ajustez le rayon selon vos besoins */
    border: 2px solid white;
    color: #fff;
    /* Couleur du texte */
    cursor: pointer;
}

.button-beta {
    background-color: #000000;
    min-height: 40px;
    min-width: 80px;
    border-radius: 10px;
    /* Ajustez le rayon selon vos besoins */
    border: 1px solid white;
    color: #fff;
    /* Couleur du texte */
    cursor: pointer;
    padding: 12px;
}

.button-beta:hover {
    background-color: #fff;
    min-height: 40px;
    min-width: 80px;
    border-radius: 10px;
    /* Ajustez le rayon selon vos besoins */
    border: 1px solid #000000;
    color: #000000;
    /* Couleur du texte */
    cursor: pointer;
    padding: 12px;
}

.popup {
    font-family: 'Pulang', sans-serif;
    border-radius: 10px;
    /* Ajustez le rayon selon vos besoins */
    border: 3px solid black;
    max-width: 250px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1000;
}

#cookieLink {
    cursor: pointer;
    color:white;
}

.contenu {
    display: none;
}

a:hover {
    text-decoration: none;
    color:white;
}
.vid {
    max-width: 600px;
    margin: 0 auto;
}
