@media screen and (max-width: 800px) {

    .mode{
        width: 100%;
        box-sizing: border-box;
        margin: 20px auto;
    }
    #mode{
        display: block;
    }
    .car{
        width: 100%;
        box-sizing: border-box;
    }

    .imgtom{
        width: 280px !important;
    }
    .ticket{
        width: 140px;
        font-size: 14px ;
        padding: 5px;
        margin: 10px 5px 0px 0px;
    }
    #link{
        font-size: 20px;
        word-wrap:break-word ;
    }

    nav{
        justify-content: space-between;
    }
    
    #call-i .fa-square-whatsapp{
       
        font-size: 40px;
    }
    #call-i .fa-bars-staggered{
        /* display: inline-block; */
        font-size: 20px;
        
    }
    #call-i .fa-facebook{
        font-size: 26px;
        
    }
    #jukebox iframe{
        width: 100% !important;
    }
    #jukebox .imgs img{
        width: 100px;
        margin-left: -20px;
    }
    nav #links{
        display: none;
    }
    nav #burgers{
        display: block;
    }

    #banner .text{
        text-align: center;
    }
    #banner img{
        width: 100%;
    }

    .main-img img{
        width: 100%;
    }
    #about .flex div{
        width: 100%;
    }
    .locuteur > img{
        width: 100%;
        box-sizing: border-box;
    }

    #about div .flex *{
        word-wrap:break-word ;
    }

}