@media (max-width: 768px) { 
    /* p,a,li,h1,h2,h3,h4,h5,h6{
        font-weight:400 !important;
    }   */
    nav ul li a {
        font-size: 25px;
    }
    nav ul li ul li a {
        font-size: 18px;
    }
    h3{
        font-size:28px;
    }
    .hero-section {
        height: 93vh;
        background: url('img/fred-pianiste-annecy-haute-savoie.webp') no-repeat center center/cover;
        align-items: end;
        padding-bottom: 40px;
    }
    .hero-section .row {
       align-items: flex-start;
    }
    .hero-section h1 {
        font-size:118px;
    }
    .hero-section .pianiste {
        display:block;
        font-size:72px;
    }
    .hero-section .annecy {
        display:block;
        font-size:23px;
        padding-left:6px;
        letter-spacing: 0.0055em;
    }
    /* .hero-section h2 {
        font-size:72px;
    }
    .hero-section h3 {
        font-size:25px;
        padding-left:6px;
    } */
    .video-section video{
        max-height: 100%;
    }
    .menu-btn {
        right: 30px;
        top: 30px;
    }
    .reseaux-sociaux-section{
        padding-left: 0;
        padding-right: 0;
    }
    section{
        padding:15px;
    }

    .swiper-container .caption {
        bottom: 0 !important;
    }
  }