@media only screen and (max-width: 800px) {
    .home__title {
        font-size: 2.5em!important;
    }
    .home-event__info {
        padding: 1.5em!important;
    }
    .event__hero-title {
        font-size: 4em!important;
    }
    
    .event__hero-subtitle {
        font-size: 3em!important;
    }
    
    .event__hero-accroche {
        font-size: larger!important;
    }
    
    #event__menu-section {
        display: none!important;
    }
    .team__container {
        padding: 5em 1em;
    }
    .team__like {
        margin-bottom: 2em;
        background-color: #ffffffeb;
    }
    .navbar {
        padding: 1em 0;
    }
  }