@media (max-width: 768px) {
  .nav-links a {
    text-decoration: none;
    font-weight: bold;
    font-size: 10px;
  }

  .nav-links {
    display: flex;
    gap: 16px !important;
    margin-left: auto;
  }

  .top-header {
    /*padding: 10px 0px;*/
        padding: 7px 12px !important;
  }
  
  /*.btn-header {*/
  /*        padding: 8px 8px !important;*/
  /*}*/
  .right-section,
  .left-section {
    padding: 5px;
  }

  .container-fluid {
    padding: 0px 15px 40px;
  }
  .cascade-slider_container {
    height: 200px;
  }
  .card-caroussel {
    width: 520px;
    height: 350px;
  }
  .logo {
    padding-left: 0%;
  }
  .btn-contact {
    width: 45% !important;
  }
  .h2-title {
    font-size: 23px !important;
  }
  
  .h1-title,.h1-slide-home {
    font-size: 26px;
  }
  .card-header.text-center {
    margin-left: -27px;
    width: 240px;
    font-size: 12px;
}
.partners-section .container{
        padding: 0 12rem;
}

.card-caroussel.align.d-flex.justify-content-center.align-items-center{
        height: 345px !important;
}
.cascade-slider_container {
        margin: 0px auto;
}
.cascade-slider_arrow-left {
    left: 0px;
}
.cascade-slider_arrow-right {
    right: 0px;
}
.card.swiper-slide{
    height: 310px;
}

.mobile-item{
    margin-top:20px;
}

  .rowFormatioMobile {
    margin-left: 0 !important;
  }

  .containerSildeFormation {
    height: 50vh !important;
  }
  .h1-formation-mobile {
    max-width: 100% !important;
    font-size: 22px !important;
    margin-bottom: -50% !important;
  }
  
  .btn-second {
    padding: 16px 30px;
  }
  .btn-principal {
          padding: 16px 25px;
  }
  
  .circle-formation {
      width: 100%;
  }
  
  .container-formulaire-brochure {
    padding: 0 1rem !important;
  }

  .btn-download-brochure {
    width: 95%;
    margin-left: 10px;
    font-size: 11px !important;
  }

  .padding-formation {
    padding: 3% 5% !important;
  }
  
  .section-formation-mobile{
      width:100% !important;
  }
  
   .containerSildeNotreMascotte {
    background-position: right !important;
  }
  .containerSildeFormation,
  .containerSildeNotreMascotte {
    height: 50vh !important;
  }
  
  .footer-section {
    padding:0px !important;
    
    }
    
    .video-container {
        height: 45vh !important;
    }
    
    .video-container .overlay {
            padding: 0px !important;
    }

    /* multiheader simo */
    .has-submenu.active > .submenu {
      display: grid !important;
    }
  
    .has-submenu:hover > .submenu {
      display: grid !important;
    }

  
    .mega-box .content li a:hover {
      color: #3371b4 !important;
    }

    /* end multiheader simo */
    .h2-title-votre{
      font-size: 30px !important;
      line-height: 45px !important;
    }
    .h2-disposition{
      font-size: 30px !important;
      line-height: 60px !important;
    }
    h2.h2-title.titles-demander {
     font-size: 17px !important;
        line-height: 30px !important;
    }

    .margin-mobile{
      margin-top: 10px;
    }

    .btn-recherche {
      width: auto;
      color: white;
      font-size: 13px;
      font-weight: 400;
      padding: 20px 5px;
      text-transform: uppercase;
    }
    

    
  
   .img-logo {
    width: 35%;
  }
    .menu .has-submenu>a:after {
    content: "\25BC";
    display: none !important;
  }
    .wrapper .nav-list {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    max-width: 35rem;
    background-color: white;
    display: block;
    overflow-y: auto;
    line-height: 5rem;
    box-shadow: 0 1.5rem 1.5rem rgba(0, 0, 0, 0.1);
    transition: all 300ms linear;
  }
    .wrapper .nav-list.show {
    left: 0;
    z-index: 999999;
  }
  
  
  .nav .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: 100%;
}
  
  .nav-list .close-btn {
    position: absolute;
    top: 1.5rem;
    right: 2.5rem;
    color: #3371b4;
  }
  .nav-list .icons {
    display: none;
  }
    .header-section {
    flex-direction: column;
    /*align-items: center;*/
    /*text-align: center;*/
  }
  .buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .logo img {
    margin-bottom: 15px;
  }
  
  
  /* css burger menu  */
  
    .burger-menu {
    display: block;
    height: 73px;
    color:white;
  }

  .navbar {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }

  .menu {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 91px;
    left: 0;
    border-top: 1px solid #ddd;
  }

  .menu.active {
    display: flex;
    /*top:10%;*/
  }

  .menu > li {
    width: 100%;
    margin: 0;
  }

  .menu > li > a {
    display: block;
    padding: 0px;
    /*border-bottom: 1px solid #ddd;*/
  }

  .mega-menu {
    position: static;
    width: 100%;
    padding: 10px;
  }

  .mega-content {
    flex-direction: column;
  }

  .mega-column {
    width: 100%;
  }
  
  .mega-column li{
          margin: -15px 0;
    color: white;
     text-decoration: none; 
    font-weight: 600;
  }
  
  .mega-column a {
    /*text-decoration: none;*/
    /*color: white;*/
    /*font-size: 11px;*/
    
       padding: 0px 2rem 0px;
    display: block;
    /*font-size: 1.2rem;*/
    color: var(--white);
    text-transform: uppercase;
    white-space: nowrap;
    font-weight: 600;
    line-height: 50px !important;
      font-size: 1rem;
        /*white-space: nowrap;*/
        overflow: hidden;
        text-overflow: ellipsis;
}
    .white-box {
        padding: 20px 20px !important;
    }
    .divBgMobile{
        height: 45vh!important;
    }
  /* end burger css */
  
  
  .h3-title.mb-4.mt-4{
      font-size: 17px !important;
  }
    .h3-title{
         font-size: 17px !important;
    }
  
    .h4-title{
         font-size: 15px !important;
         font-weight: 600;
      }
  
   .h4-title{
         font-size: 15px !important;
       
      }
  .icons-information .col-lg-6{
      padding: 0px 10px;
  }
  
  .icons-information span{
          margin-left: 0px !important;
  }
  .niveau-bac .col-lg-6{
       padding: 10px !important;
  }
  
  .title-for-mobile{
    font-size: 17px !important;
    line-height: 35px !important;
  }
  
  .icons-information .col-lg-6.pt-5{
     padding-top: 1rem !important;
  } 
  .col-lg-5.backround-width.p-5{
      margin-top: 10px !important;
  }
  .title-equipes-sport{
    font-size: 32px!important;
    line-height: 50px !important;
  }
  .col-lg-6.p-5{
    padding: 1rem !important;
  }
  .section-partenariat{
      padding-top: 0px !important;
    padding-bottom: 20px !important;
  }
  .section-votre-formation-alternance{
      
    padding-bottom: 0px !important;
  }
  .p-partenariat{
          font-size: 23px !important;
  }
  
  .col-lg-6 {
    padding: 10px!important;
}

.title-mobile{
        font-size: 33px !important;
}

}