@font-face {
    font-family: 'Poppins';
    src: url('/font/poppins.otf') format('opentype');
    /* Ajoutez d'autres formats de police (woff, woff2, etc.) pour la compatibilité avec différents navigateurs */
}

@font-face {
    font-family: 'grand_hotel';
    src: url('/font/grand_hotel.ttf') format('truetype');
    /* Ajoutez d'autres formats de police (woff, woff2, etc.) pour la compatibilité avec différents navigateurs */
}

body {
    background-image: url('../src/background.svg');
    text-align: center;
    font-family: 'Poppins';
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
}

h1 {
    font-weight: 100;
    font-family: 'grand_hotel';
    color: white;
    border: 0px;
    font-size: 4em;
}

#lottie-container,
#lottie-container_1 {
    width: 35vw;
}

.buttons-container {
    position: absolute;
    display: flex;
}

#telecharger-btn.show {
    display: flex;
    align-items: center;
    opacity: 1;
    padding: 10px;
    color: white;
    font-family: 'Poppins';
    border-radius: 8px;
    border: none;
    z-index: 5;
    font-size: 1.2em;
    background-color: #3fa9f5;
    cursor: pointer;
    transition: transform 0.5s, opacity 0.5s;
}
#retry-btn, #telecharger-btn {
    opacity: 0;
    
}
#telecharger-btn.show:hover {
    opacity: 0.6;
}
#telecharger-icon {
    width: 25px;
    margin-right: 10px;
}

#retry-btn.show {
    display: flex;
    align-items: center;
    opacity: 1;
    padding: 10px;
    color: white;
    font-family: 'Poppins';
    border-radius: 8px;
    border: none;
    z-index: 5;
    font-size: 1.2em;
    background-color: #fdc61c;
    cursor: pointer;
    transition: transform 0.5s, opacity 0.5s;
    margin-right: 20px;
}

#retry-icon {
    width: 50px;
}

#filtre.show {
    background-color: white;
    opacity: 0.6;
    width: 100vw;
    height: 100vh;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
    z-index: 2;
}

#retry-btn.show:hover {
    opacity: 0.6;
    transition: opacity 0.5s;
}

#retry-btn:hover #retry-icon {
    transform: rotate(280deg);
    transition: transform 0.5s;
}

.bouton-container {
    display: flex;
    height: 100vh;
    width: 100vw;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#start {
    margin-top: -40vh;
    padding: 16px;
    border-radius: 8px;
    background-color: #fdc61c;
    font-size: 1.5em;
    font-family: 'Poppins';
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border: 0;
    position: absolute;
    color: white;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.5s, opacity 0.5s;
}

#start:hover {
    opacity: 0.6;
}

#nombreDeTiragesSpan {
    margin-left: 25vw;
position: absolute;
margin-top: 80vh;
}

#nombreDeTirages {
    color: #3fa9f5;
    font-size: 2em;
}
@media (max-width: 1100px) {
  #lottie-container,
    #lottie-container_1 {

        width: 50vw;
    }
body{
margin-top: 0;
background-image: url(src/background_1.svg);}
}
@media (max-width: 600px) {
    /* Ajoutez ici les styles spécifiques pour les tablettes et smartphones */
    h1 {
        font-size: 2em;
    }

    #lottie-container,
    #lottie-container_1 {
margin-top: -10vh;
        width: 100vw;
    }

    #start {
        width: 60vw;
font-size: 1.2em;
margin-top: 50vh;
    }
body{
background-image: none;}
h1{
color: #3fa9f5;

font-size: 3em;
margin-top: 10vh;}
    #nombreDeTiragesSpan {
position: relative;
        margin-left: 0;
margin-top: 10vh;
    }
}
