@media only screen and (max-width: 767px) {

    .client-block .d-flex {
        flex-direction: row; /* Alignement horizontal pour les écrans plus grands */
      }
    
      .client-block .logo-item {
        width: 165px;
        flex-direction: row; /* Réinitialisation de l'alignement pour les écrans plus grands */
      }
    
      .client-block .logo-item:not(:last-child)::after {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 9px; /* Taille de la croix */
      }
      
    .col
  {
  height: initial !important;
  }

    #section5-col-2 p
    {
        /* max-width: 300px; */
        padding: 10px;
    }

    #section5-col-2
    {
        height: 375px !important;
    }

    #logo
    {
        width: 120px;
    }

    #section-p1 {
        font-size: 33px;
        padding: 10px !important;
    }

    #section-p2 {
        font-size: 25px;
    }

    #section-col-2
    {
        height: 400px;
    }

    #section2-col-1
    {
        height: 400px;
    }

    #section2-col-2
    {
        height: 375px;
    }


    #section2-p1 {
        font-size: 45px;
        /* font-weight: bold; */
        padding: 10px ;
    }
    
    #section-col-1 p
    {
        padding: 7px;
    }
    #section2-p2 {
        font-size: 30px;
        font-weight: 600;
    }

    #section2 .row
    {
        flex-direction: column-reverse;
    }
    #contact-span
    {
        font-size: 15px !important;
    }

    .contact span
    {
        font-size: 25px !important;
    }

    .contact-block .orange-block
    {
        max-width:initial;
        border-radius: 25px;
    }

    .contact
    {
        line-height: 0.7;
    }

    #section3-col-1 p
    {
        padding: 8px;
    }

    #section3-p2
    {
        font-size: 31px;
    }

    #section3-col-2
    {
        display: none;
    }

    #section3-p1 {
        font-size: 43px;
    }

    #section5 .row
    {
        flex-direction: column-reverse;
    }


    #section5-col-1
    {
        height: 400px;
    }

    #section5-p2
    {
        font-size: 18px;
        margin-top: -26px;
    }

    .a-section7-contact
    {
        font-size: 20px;
    }
    #section4 .row
    {
        padding: 0px !important
    }

    .p-section4
    {
        width: 235px !important;
    }

    .p-section6
    {
        width: 230px !important;
    }
    #section6 .row
    {
        /* padding: 30px; */
        overflow: hidden; /* Masque le débordement horizontal */
        display: flex;
        transition: transform 0.5s ease-in-out;
        will-change: transform;
        flex-wrap: nowrap; /* Garde les éléments sur une seule ligne */
        box-sizing: border-box; /* Inclut le padding et les bordures dans la largeur totale */
    }

    #section7-col-2
    {
        display: none;
    }

    #contact-footer
    {
        padding: initial;
    }

    #section7-col-1 p
    {
        font-size: 21px;
    }

    .p-section7
    {
        top:0px;
        height: initial;
    }

    .p-section7 h2
    {
        padding: 0px !important;
    }
    #section7 .row
    {
        height: initial !important;
    }


}