@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    color: black !important;
    font-size: 50px !important;
    text-align: center !important;
    font-style: normal !important;
    text-transform: uppercase;
}

h2 {
    font-size: 30px !important;
    text-decoration: underline !important;
    margin-top: 50px !important;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    color: black;
}

h3 {
    font-size: 18px;
    margin-top: 50px;
    font-style: normal;
    text-align: justify;
    color: black;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

li {
    font-size: 18px;
    margin-top: 20px;
    margin-left: 150px;
    font-style: normal;
    text-align: left;
    color: black;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
}

footer {
    min-height: 1vh;
    background-color: black;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}

.btn-dark-custom {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: white;
    letter-spacing: 1.5px;
    background-color: black;
    letter-spacing: 2px;
}

.btn-dark-custom:hover {
    background-color: white;
    color: black;
}

.btn-info-custom {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: black;
    letter-spacing: 2px;
}

.btn-info-custom:hover {
    background-color: black;
    color: #31d2f2;

}

#mobile_place_seconde {
    display: none;
}

#mobile_place {
    position: fixed;
    top: 5px;
    left: 5px;
    height: fit-content;
}

.emoji-bounce {
    display: inline-block;
    font-size: 2rem;
    /* taille à ajuster */
    transform-origin: center bottom;
    /* point de rebond */
    animation: bounce 1.5s ease-in-out infinite;
    font-size: 22px;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0) scale(1);
    }

    25% {
        transform: translateY(-8px) scale(1.1);
    }

    50% {
        transform: translateY(0) scale(1);
    }

    75% {
        transform: translateY(-4px) scale(1.05);
    }
}

@media (max-width: 1600px) {
    li {
        margin-left: 25px;
    }

}

@media (max-width: 500px) {
    li {
        margin-left: 20px;
    }

}

@media (max-width: 1000px) {
    li {
        margin-left: 20px;
    }
    #mobile_place {
        visibility: hidden;
    }
    #mobile_place_seconde{
        display: flex !important;
    }
}
