.img-jeux {
    height: 30px;
}

.img-ville {
    height: 60px;
}

.txt-event-jeux {
    font-size: 20px;
    color: white;
}

/* .navbar{
    z-index: 10000000;
    top: 0;
    position: absolute;
} */

/* #calendar_gen {
    overflow:scroll;
} */

.ligne_sup {
    display: none;
}

#bigdescription {
    display: none;
}

#choixville {
    display: inline-block;
    max-width: 100px;
    margin-bottom: 30px;
}

#messageavertissement {
    font-size: 14px;
}

#choixjeux {
    position: absolute;
    right: 50;
    max-width: 80px;
}

.confirmModif {
    opacity: 1;
    color: white;
    background-color: green;
    padding: 10px;
    border: 1px solid white;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
    transition: opacity 1s ease-out;
}

.koModif {
    opacity: 1;
    color: white;
    background-color: red;
    font-weight: bold;
    padding: 10px;
    border: 1px solid white;
    border-radius: 5px;
    display: inline-block;
    margin: 5px;
    transition: opacity 1s ease-out;
}


@media screen and (max-width:321px) {

    /* .navbar {
        width: 0px;
        height: 0px;
        max-height: 320px;
        margin: 0;
        left: 0;
        top: 0;
        position: absolute;
        overflow: hidden;

    } */
    #calendar_gen {
        background-color: white;
        margin: 20px;
    }
}

@media screen and(max-width:376px) {

    /* .navbar {
        margin: 0;
        width: 300px;
        height: 300px;
    } */
    #calendar_gen {
        background-color: white;
        margin: 20px;
    }
}

@media screen and (max-width:426px) {

    /* .navbar {
        margin-right: 0;
        width: 380px;
        height: 200px;
    } */
    #calendar_gen {
        background-color: white;
        margin: 20px;
    }
}

@media screen and (min-width:426px) {

    /* .navbar {
        max-width: 2000px;
        max-height: 2000px;
    } */
    #filter {
        display: none;
    }

    #filter2 {
        display: none;
    }

    .txt-event-jeux {
        font-size: 30px;
    }
}

@media screen and (min-width:990px) and (max-width:1400px) {
    #choixjeux {
        display: inherit;
        position: inherit;
        margin-left: 5%;
    }
}

@media screen and (min-width:990px) {
    .ligne_sup {
        display: inline;
    }

    .ligne_sup1 {
        display: none;
    }

    .img-jeux {
        height: 70px;
    }

    .img-ville {
        height: 70px;
    }

    #bigdescription {
        display: inline;
    }

    #choixville {
        display: inherit;
        max-width: 700px;
    }

    #choixjeux {
        display: inherit;
        position: inherit;
        max-width: 800px;
        margin-left: 50px;

    }
}