@media (max-width: 768px) {


  .logo-image {
    height: 50px;
  }

  .navbar-collapse .btn-outline-dark {
    font-size: 14px;
  }

  .nav-link {
    font-size: 16px;
  }



  
  h2{
    font-size: 35px !important;
  }




  /* css section 1 */
  /* .row.align-items-stretch.gx-3 {
    flex-direction: column;
  }

  .row.align-items-stretch.gx-3>.col-6 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  } */
  .section-bg {
    padding: 10px;
    max-width: 100%;
    margin: 20px 10px;
    border-radius: 20px;
  }

  .text-lg {
    font-size: 28px;
    text-align: center;
  }

  .p-section1 {
    font-size: 15px;
    text-align: justify;
  }

  .left-column {
    gap: 15px;
  }

  .blue-box-section1 {
    padding: 15px;
    text-align: center;
  }

  .cta-button {
    width: 100%;
    text-align: center;
    padding: 12px;
    font-size: 16px;
  }

  .cta-button .icon-arrow {
    display: inline-block;
  }

  .blue-text-content {
    max-width: 100%;
  }

  .floating-img {
    position: relative;
    top: 0;
    right: 0;
    width: 80px;
    margin: 0 auto;
    display: block;
  }

  .blue-box-img {
    width: 80px;
    margin-bottom: 10px;
  }

  .row.align-items-stretch>div {
    margin-bottom: 20px;
    /* height: 750px !important; */
  }

  .video,
  .rounded-img {
    height: auto;
  }

  /* fin css section 1 */


  /* css section 2 */
  .blocs-formation {
    margin: 0 5px;
  }

  /* h2.fw-bold.mb-5{
    font-size: 40px !important;
  } */

  .yellow-block {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
  }

  .section-title {
    font-size: 1rem;
  }

  .yellow-block .fw-bold {
    font-size: 30px !important;
  }

  .card-text {
    font-size: 16px;
  }

  .stats-container {
    grid-template-columns: repeat(2, 1fr);
  }

  .stats-container {
    grid-template-columns: 1fr;
    padding: 15px;
    max-width: 97%;
  }

  .stat-number {
    font-size: 40px !important;
    font-weight: 700;
  }

  .stat-title {
    font-size: 20px;
  }

  /* fin css section 2 */


  /* css section 3 */
  .section3-bg {
    padding: 30px 25px;
    border-radius: 30px;
  }

  .section-title {
    font-size: 20px;
  }

  .main-heading {
    font-size: 24px;
  }


  .main-heading {
    font-size: 35px;
    margin-bottom: 20px;
  }

  .section3-bg p {
    font-size: 15px;
    margin-bottom: 20px !important;
  }

  /* fin css section 3 */


  /* css section 4 */
  .bg-light h2 {
    font-size: 35px !important;
  }

  .bg-light p {
    font-size: 16px !important;
  }
  h2.fw-bold.text-dark.mb-3.text-center{
    font-size: 35px !important;
  }

  /* fin css section 4 */


  /* css section 5 */
  .section-partners {
    padding: 40px 0;
  }
.header-slider {
    display: block;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 1rem;
}
  /* fin css section 5 */


  /* css section 6 */
  .slide {
    flex-direction: column;
  }

  .left-panel,
  .right-panel {
    width: 100%;
  }
 
  .right-panel {
    padding: 20px 0px 20px 10px;
  }

  .left-panel img {
    height: auto;
  }

  .overlay-text {
    /* position: static; */
    /* padding: 10px; */
    /* background-image: url('../image/image 24 (1).png'); */
    color: white;
    text-shadow: none;
    /* border-radius: 20px; */
  }

  .containerS {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .divider {
    display: none;
  }

  .navigation {
    justify-content: center;
    margin-bottom: 20px;
  }

  .nav-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
  }

  .tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .tab {
    margin-right: 10px;
    font-size: 16px;
  }

  .text-tabs {
    font-size: 15px;
    line-height: 26px;
  }

  .slider-container {
    padding: 0px;
  }

  /* fin css section 6 */
  /* pop up */
  .blue-box {
    display: block;
  }

  .blue-box .left {
    margin-bottom: 30px;
  }

  .custom-modal .modal-content {
    background-color: white;
  }

  /* fin pop up */

  /* section formulaire  */
  .form-wrapper {
    padding: 60px 21px;
  }

  /* fin section formulaire  */
}