.triangle {
    position: relative;
    top: 0;
    left: 0;
}

.triangle_bas {
    position: absolute;
    top: 535px;
    right: -40px;
}

.animate__animated {
    position: absolute;
    top: -25px;
    right: -40px;
}

.fond {
    position: absolute;
    top: -25px;
    right: -40px;
}

.logo {
    position:absolute;
    top: 32px;
    left: 50px;
}

.pula {
position: absolute;
color: white;
font-family: 'Tilt Neon', cursive;
font-size: 23pt;
top: 99px;
left: 7px;
}

.barre {
    position: absolute;
    top: 850px;
    right: -20px;
}

.city {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 625px;
}

.texte {
    position: absolute;
    text-align: right;
    color: white;
    line-height: 140%;
    font-family: 'Tilt Neon', cursive;
    font-size: 19pt;
    top: 695px;
    right: 15px;
}

.texte2 {
    position: absolute;
    text-align: left;
    color: black;
    line-height: 140%;
    font-family: 'Tilt Neon', cursive;
    font-size: 19pt;
    top: 495px;
    left: 30px;
}

.mail {
    text-decoration: none;
    background-color: rgb(10, 145, 55);
    padding: 10px 15px;
    color: white;
}
    
    .mail:hover {
        opacity: 0.7;
    }

    @media (max-width: 800px) {
        body {
            text-align: center;
    }

    .animate__animated {
    position: absolute;
    top: 150px;
    right: -20px;
}

.triangle_bas {
    top: 710px
}

.texte {
    font-size: 15pt;
    top: 850px;
}

.texte2 {
    font-size: 15pt;
    top: 490px;
}

.barre {
    top: 1000px;
}

.city {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 735px;
}
}