@media only screen and (max-width: 896px) {
    #logo{
        width: 13vw;
    }
    h1{
        font-size: 12vw;
    }
    #titre>div>p{
        font-size: 6vw;
    }
    .drapeau{
        display: none;
    }
    #update-zip>a{
        margin: 2px 0px;
    }
    .not-to-phone{
        display: none;
    }
    #connected-info{
        width: 100%;
        justify-content: space-between;
        gap: 5px;
        padding: 5px 15px;
    }
    #statut-serveur{
        font-size: 1.2em;
    }
    .info-content{
        font-size: 0.8em;
        margin: 0 !important;
    }
    #info-perf{
        font-size: 0.6em !important;
        width: 10%;
        flex-direction: column;
        gap: 1%;
    }
    #info-perf>p{
        width: 100%;
        text-align: center;
    }
}
@media only screen and (max-width: 600px) {
    footer{
        margin-bottom: 70px;
    }
    h1{
      font-size: 17vw;
      color: var(--color-accent) !important;
      text-shadow: 0px 0.8vw 0px var(--color-default) !important;
    }
    h2{
        font-size:1.8em;
    }
    h3{
        margin: 0px 0px 1em 0px;
    }
    li{
        list-style-position: inside;   
    }
    li::marker{
        font-weight: bold;
        color: var(--color-default);
    }
    p,a,li{
        width: 100%;
        font-size: 1.1em;
        margin-bottom: 1em;
    }
    main,header,footer{
        width: 80vw;
    }
    #titre>div>p{
        font-size: 8vw;
        color: var(--color-accent) !important;
        text-shadow: 0px 0.6vw 0px var(--color-default) !important;
    }
    #logo{
        width: 40vw;
        margin: 0;
        padding: 0;
        transform: translateX(0px) translateY(10px);
        image-rendering: pixelated;
    }
    #titre-box{
        margin-top: 15px;
    }
    #titre{
        flex-direction: column;
        width: 100%;
        margin-bottom: 50px;
    }
    #titre>div{
        transform: translateY(-28vw);
        height: 3vw;
    }
    #update-zip{
        width: 70%;
    }
    .bande-horizontal{
        height: 35px;
    }
    #topButton{
        height: 20vw;
        width: 20vw;
    }
    #imgPillier>img{
        width: 15vw;
    }
    #nouveau{
        width: 8vw !important;
    }
    #inconnu{
        width: 30vw !important;
    }
    #intro-perso{
        margin-top: 5px;
    }
    #intro-bulle>p{
        border-radius: 15px;
        padding: 15px;
        text-align: left;
    }
    #intro-bulle{
        width: 85% !important;
        margin-bottom: 5px;
        min-height: 180px;
    }
}